readBindingConstraints
returns an object of class bindingConstraints
.
It is a named list with one element per read constraint. Each element is itself
a list with the following elements:
enabledis the constraint enabled ?
timeSteptime step the constraint applies to
operatortype of constraint: equality, inequality on one side or both sides
coefficientselements containing the coefficients used by the constraint
valuesvalues used by the constraint. It contains one line per time step
and three columns "less", "greater" and "equal"
The summary method returns a data.frame with one line per constraint.