- Function MasterMIPDeleteIntegerEliminationCut(n)
MasterMIPDeleteIntegerEliminationCut
The procedure MasterMIPDeleteIntegerEliminationCut deletes a set of
integer solution elimination cuts and variables that was previously
added by the MasterMIPEliminateIntegerSolution procedure.
MasterMIPDeleteIntegerEliminationCut(
n ! (input) integer scalar value
)
Arguments
- n
The cut counter for the set of cuts and variables that has to be deleted. It was returned by
MasterMIPEliminateIntegerSolutionwhen these cuts and variables were added.
Return Value
MasterMIPDeleteIntegerEliminationCuthas no return value.