ILOG CPLEX .NET Reference Manual

Cplex.ConstraintGoal Method

Creates and returns a constraint goal for the specified constraint cut.

Overload List

Creates and returns a constraint goal for the specified constraint cut.

public Goal ConstraintGoal(IConstraint);

Creates and returns a constraint goal for the constraints specified in array cut.

public Goal ConstraintGoal(IConstraint[]);

See Also

Cplex Class | ILOG.CPLEX Namespace