Click or drag to resize

MixedIntegerNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double, IEnumerableConstraint) Constructor

Constructws a MixedIntegerNonlinearProgrammingProblem object with the given objective function and constraints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MixedIntegerNonlinearProgrammingProblem(
	int xDimension,
	Func<DoubleVector, double> objective,
	IEnumerable<Constraint> constraints
)

Parameters

xDimension  Int32
The dimension of the domain of the objective
objective  FuncDoubleVector, Double
The objective function to minimize.
constraints  IEnumerableConstraint
The constraints.
See Also