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, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimension, getConstraints, size
public 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()
GreaterThanConstraints
toLessThanConstraints
in interface GreaterThanConstraints
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.