Initializing help system before first use

setObj Method (Double)

Set double objective function for the current problem (usually used to set "none" with a 0.0 value).

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int setObj(
	double d
)

Parameters

d
Type:  SystemDouble
The double to set as the objective function.

Return Value

Type:  Int32
1 on success.
Examples
xbaircraft.cs.
See Also