is_mixed_integer {CVXR} | R Documentation |
Is Problem Mixed Integer?
Description
Determine if a problem is a mixed-integer program.
Usage
is_mixed_integer(object)
Arguments
object |
A Problem object. |
Value
A logical value indicating whether the problem is a mixed-integer program
[Package CVXR version 1.0-14 Index]