Click or drag to resize

MixedIntegerNonlinearProgrammingProblem(DoubleFunctional, 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(
	DoubleFunctional objective,
	IEnumerable<Constraint> constraints
)

Parameters

objective  DoubleFunctional
The objective function to minimize.
constraints  IEnumerableConstraint
The constraints.
See Also