Module grb::attribute[][src]

Expand description

Gurobi Attributes for models, constraints and variables.

Setting or querying the wrong attribute for an object will result in an Error::FromAPI.

Modules

attr

Enums

ConstrDoubleAttr

Float Gurobi attributes for Constr objects.

ConstrIntAttr

Integer Gurobi attributes for Constr objects.

ConstrSenseAttr

Gurobi Sense attribute for Constr objects.

ConstrStrAttr

String Gurobi attributes for Constr objects.

ModelDoubleAttr

Float Gurobi attributes for Model objects.

ModelIntAttr

Integer Gurobi attributes for Model objects.

ModelModelSenseAttr

Gurobi ModelSense attribute for Model objects.

ModelStatusAttr

Gurobi Status attribute for Model objects.

ModelStrAttr

String Gurobi attributes for Model objects.

QConstrCharAttr

Char Gurobi attributes for QConstr objects.

QConstrDoubleAttr

Float Gurobi attributes for QConstr objects.

QConstrIntAttr

Integer Gurobi attributes for QConstr objects.

QConstrStrAttr

String Gurobi attributes for QConstr objects.

SOSIntAttr

Integer Gurobi attributes for SOS objects.

VarDoubleAttr

Float Gurobi attributes for Var objects.

VarIntAttr

Integer Gurobi attributes for Var objects.

VarStrAttr

String Gurobi attributes for Var objects.

VarVTypeAttr

Gurobi VType attribute for Var objects.

Traits

ModelAttrGet

A queryable Model attribute

ModelAttrSet

A modifiable Model attribute

ObjAttrGet

A queryable ModelObject attribute (eg Var or Constr)

ObjAttrSet

A modifiable ModelObject attribute (eg Var or Constr)

StringLike

A marker trait for internal blanket implementations.