| Name | Description |
---|
 | LinearConstraint |
Constructs an empty constraint problem. Behavior of the constructed
object is undefined.
|
 | LinearConstraint(LinearConstraint) |
Constructs a copy of the given LinearConstraint object.
|
 | LinearConstraint(DoubleVector, Double, ConstraintType) |
Constructs a LinearConstraint object from the given
parameters.
|
 | LinearConstraint(ILinearConstraintCoefficients, Double, ConstraintType) |
Constructs a LinearConstraint object from the given
parameters.
|
 | LinearConstraint(DoubleVector, Double, ConstraintType, Double) |
Constructs a LinearConstraint object from the given
parameters.
|
 | LinearConstraint(ILinearConstraintCoefficients, Double, ConstraintType, Double) |
Constructs a LinearConstraint object from the given
parameters.
|