ILOG CPLEX .NET Reference Manual

Cplex.Solve Method (Goal)

This method solves the active MIP model using the search strategy specified by goal.

public bool Solve(
   Goal goal
);

Parameters

goal
The goal that controls the branch-and-cut search to be performed.

Return Value

A Boolean value indicating whether a feasible solution has been found. This solution is not necessarily the optimal solution, if for example the search is prematurely terminated because a limit is encountered.

Remarks

This is done by pushing goal onto the goal stack of the root node of the branch-and-cut search tree before starting the search.

See Also

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