ILOG CPLEX .NET Reference Manual

Cplex.GeGoal Method (INumExpr, Double)

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

public virtual Goal GeGoal(
   INumExpr expr,
   double rhs
);

Parameters

expr
The lefthand side expression of the constraint.
rhs
The righthand side value 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