BoundsD1New Method
Creates new bounds with given lower and upper bounds.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static BoundsD1 New(
FunVec1<double> lower,
FunVec1<double> upper
)
- lower FunVec1Double
- One-dimensional functional vector to get the lower bounds of the variables.
- upper FunVec1Double
- One-dimensional functional vector to get the upper bounds of the variables.
BoundsD1