Click or drag to resize

LinearConstraint Constructor

Overload List
 NameDescription
Public methodLinearConstraint Constructs an empty constraint problem. Behavior of the constructed object is undefined.
Public methodLinearConstraint(LinearConstraint) Constructs a copy of the given LinearConstraint object.
Public methodLinearConstraint(DoubleVector, Double, ConstraintType) Constructs a LinearConstraint object from the given parameters.
Public methodLinearConstraint(ILinearConstraintCoefficients, Double, ConstraintType) Constructs a LinearConstraint object from the given parameters.
Public methodLinearConstraint(DoubleVector, Double, ConstraintType, Double) Constructs a LinearConstraint object from the given parameters.
Public methodLinearConstraint(ILinearConstraintCoefficients, Double, ConstraintType, Double) Constructs a LinearConstraint object from the given parameters.
Top
See Also