ILOG CPLEX .NET Reference Manual

Cplex.LeGoal Method (Double, INumExpr)

Creates a constraint goal for the constraint lhs >= expr.

public virtual Goal LeGoal(
   double lhs,
   INumExpr expr
);

Parameters

lhs
The lefthand side value of the constraint.
expr
The righthand side expression of the constraint.

Return Value

A constraint goal for adding the specified constraint.

Remarks

When this goal is executed, the constraint will be added to the current node and all its descendents as a local cut. Thus, the constraint will be active only in the subtree rooted at the node where the goal was executed.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.LeGoal Overload List