ILOG CPLEX .NET Reference Manual

Cplex.GeGoal Method (Double, INumExpr)

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

public virtual Goal GeGoal(
   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.GeGoal Overload List