
This class represents a boolean constraint,
BoolConstr(lin_op)# S4 method for BoolConstr
format_constr(object, eq_constr, leq_constr, dims,
solver)
# S4 method for BoolConstr
size(object)
A list representing the linear operator equal to the .noncvx_var
.
A list of the equality constraints in the canonical problem.
A list of the inequality constraints in the canonical problem.
A list with the dimensions of the conic constraints.
A string representing the solver to be called.
format_constr
: Format SDP constraints as inequalities for the solver.
size
: The dimensions of the semidefinite cone.
constr_id
(Internal) A unique integer identification number used internally.
lin_op
A list representing the linear operator equal to the .noncvx_var
.
.noncvx_var
(Internal) A list representing the variable constrained to be elementwise boolean.