ILOG CPLEX .NET Reference Manual

Cplex.SolveFixed Method 

Solves the fixed active model.

public virtual bool SolveFixed();

Return Value

A Boolean value indicating whether a feasible solution has been found. This solution is not necessarily optimal. If false is returned a feasible solution may still be present, but Cplex has not been able to prove its feasibility.

Remarks

The fixed model is generated from a MIP problem, and a solution to it, by fixing all integer variables to their solution values.

See Also

Cplex Class | ILOG.CPLEX Namespace