Module gurobi::model
[−]
[src]
Modules
| attr |
Structs
| Constr |
The proxy object of a set of linear constraints. |
| LinExpr |
represents a set of linear expressions of decision variables. |
| Model |
Gurobi Model |
| QConstr |
The proxy object of a set of quadratic constraints. |
| QuadExpr |
represents a set of quadratic expressions of decision variables. |
| SOS |
The proxy object of a Special Order Set (SOS) constraint. |
| Var |
represents a set of decision variables. |
Enums
| ConstrSense | |
| ModelSense | |
| SOSType | |
| VarType |
The type for new variable(s). |
Traits
| Attr |
provides function to query/set the value of scalar attribute. |
| AttrArray |
provides function to query/set the value of vectorized attribute. |
| Proxy |