Learn R Programming

CVXR (version 0.99-7)

IntConstr-class: The IntConstr class.

Description

This class represents an integer constraint, \(X_{ij} \in \mathbf{Z}\) for all \(i,j\).

Usage

IntConstr(lin_op)

Arguments

lin_op

A list representing the linear operator equal to the .noncvx_var.

Slots

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 integer.