public class GeneralGreaterThanConstraints extends GeneralConstraints implements GreaterThanConstraints
| Constructor and Description |
|---|
GeneralGreaterThanConstraints(Collection<RealScalarFunction> constraints)
Construct an instance of greater-than-or-equal-to inequality constraints from a collection of
real-valued functions.
|
GeneralGreaterThanConstraints(RealScalarFunction... constraints)
Construct an instance of greater-than-or-equal-to inequality constraints from an array of
real-valued functions.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralLessThanConstraints |
toLessThanConstraints()
Convert the greater-than or equal-to constraints to less-than or equal-to constraints.
|
dimension, getConstraints, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, getConstraints, sizepublic GeneralGreaterThanConstraints(Collection<RealScalarFunction> constraints)
constraints - the greater-than-or-equal-to inequality constraintspublic GeneralGreaterThanConstraints(RealScalarFunction... constraints)
constraints - the greater-than-or-equal-to inequality constraintspublic GeneralLessThanConstraints toLessThanConstraints()
GreaterThanConstraintstoLessThanConstraints in interface GreaterThanConstraintsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.