Filter Content By
Version
Text Search
GRBModel.fixedModel()
Create the fixed model associated with a MIP model. The MIP model must have a solution loaded (e.g., after a call to the optimize method). In the fixed model, each integer variable is fixed to the value that variable takes in the MIP solution.
GRBModel | fixedModel ( ) |
Return value:
Fixed model associated with calling object.