Click or drag to resize

MixedIntegerNonlinearProgrammingProblem(DoubleFunctional) Constructor

Constructs a MixedIntegerNonlinearProgrammingProblem object with the given objective function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MixedIntegerNonlinearProgrammingProblem(
	DoubleFunctional objective
)

Parameters

objective  DoubleFunctional
The objective function to minimize.
See Also