This method creates an instance of state function with transition distance tdist. You can specify a name of your own choice.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public IStateFunction StateFunction(
	ITransitionDistance t,
	string name
)

Parameters

t
Type: ILOG.Concert..::..ITransitionDistance
name
Type: System..::..String

See Also