ILOG CPLEX .NET Reference Manual

Cplex.Goal.Execute Method 

This method must be implemented by the user to specify the logic of the goal.

public abstract Goal Execute(
   Cplex cplex
);

Parameters

cplex
The Cplex object calling this method.

Return Value

The instance of Cplex.Goal that will be pushed on to the goal stack of the current.

Remarks

The Cplex.Goal returned by this method will be pushed on the goal stack and will thus be executed next.

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace