Solves the current node relaxation using the default algorithm.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
protected virtual bool Solve() |
| Visual Basic |
|---|
Protected Overridable Function Solve As Boolean |
Return Value
This method returns true if a feasible solution has been found and false otherwise.
Remarks
This method can be used to solve the current node, usually after some bounds have been changed, for example, by the method setBounds.