ILOG CPLEX .NET Reference Manual

Cplex.DeleteMode.LeaveBasis Field

If the delete mode is set to Cplex.DeleteMode.LeaveBasis, an existing basis will remain unchanged if variables or constraints are removed from the loaded LP model.

public static readonly DeleteMode LeaveBasis;

Remarks

This may render the basis unusable for restarting optimization on the modified LP.

If no basis is present in the invoking object, the setting of the delete mode has no effect.

See Also

Cplex.DeleteMode Class | ILOG.CPLEX Namespace