Modifier and Type | Method and Description |
---|---|
GRBModel |
GRBModel.dualize() |
GRBModel |
GRBModel.feasibility() |
GRBModel |
GRBModel.fixedModel()
Create the fixed model associated with a MIP model.
|
GRBModel |
GRBModel.linearize() |
GRBModel |
GRBModel.presolve()
Perform presolve on a model.
|
GRBModel |
GRBModel.relax() |
GRBModel |
GRBModel.singleScenarioModel()
Capture a single scenario from a multi-scenario model.
|
Constructor and Description |
---|
GRBModel(GRBModel model)
Create a copy of an existing model.
|
GRBModel(GRBModel model,
GRBEnv targetenv)
Copy an existing model to a different environment.
|
Copyright © 2024. All rights reserved.