Next:
Global Functions
Up:
Gurobi Optimizer Reference Manual
Previous:
Python API Overview
Python API Details
Subsections
Global Functions
models()
disposeDefaultEnv()
multidict()
paramHelp()
quicksum()
read()
readParams()
resetParams()
setParam()
system()
writeParams()
Model
Model()
Model.addConstr()
Model.addConstrs()
Model.addGenConstrXxx()
Model.addGenConstrMax()
Model.addGenConstrMin()
Model.addGenConstrAbs()
Model.addGenConstrAnd()
Model.addGenConstrOr()
Model.addGenConstrIndicator()
Model.addLConstr()
Model.addQConstr()
Model.addRange()
Model.addSOS()
Model.addVar()
Model.addVars()
Model.cbCut()
Model.cbGet()
Model.cbGetNodeRel()
Model.cbGetSolution()
Model.cbLazy()
Model.cbSetSolution()
Model.cbStopOneMultiObj()
Model.cbUseSolution()
Model.chgCoeff()
Model.computeIIS()
Model.copy()
Model.discardConcurrentEnvs()
Model.discardMultiobjEnvs()
Model.feasRelaxS()
Model.feasRelax()
Model.fixed()
Model.getAttr()
Model.getCoeff()
Model.getCol()
Model.getConcurrentEnv()
Model.getConstrByName()
Model.getConstrs()
Model.getGenConstrMax()
Model.getGenConstrMin()
Model.getGenConstrAbs()
Model.getGenConstrAnd()
Model.getGenConstrOr()
Model.getGenConstrIndicator()
Model.getGenConstrs()
Model.getMultiobjEnv()
Model.getObjective()
Model.getParamInfo()
Model.getPWLObj()
Model.getQConstrs()
Model.getQCRow()
Model.getRow()
Model.getSOS()
Model.getSOSs()
Model.getTuneResult()
Model.getVarByName()
Model.getVars()
Model.message()
Model.optimize()
Model.presolve()
Model.printAttr()
Model.printQuality()
Model.printStats()
Model.read()
Model.relax()
Model.remove()
Model.reset()
Model.resetParams()
Model.setAttr()
Model.setObjective()
Model.setObjectiveN()
Model.setPWLObj()
Model.setParam()
Model.terminate()
Model.tune()
Model.update()
Model.write()
Var
Var.getAttr()
Var.sameAs()
Var.setAttr()
Constr
Constr.getAttr()
Constr.sameAs()
Constr.setAttr()
QConstr
QConstr.getAttr()
QConstr.setAttr()
SOS
SOS.getAttr()
GenConstr
GenConstr.getAttr()
GenConstr.setAttr()
LinExpr
LinExpr()
LinExpr.add()
LinExpr.addConstant()
LinExpr.addTerms()
LinExpr.clear()
LinExpr.copy()
LinExpr.getConstant()
LinExpr.getCoeff()
LinExpr.getValue()
LinExpr.getVar()
LinExpr.remove()
LinExpr.size()
LinExpr.__eq__()
LinExpr.__le__()
LinExpr.__ge__()
QuadExpr
QuadExpr()
QuadExpr.add()
QuadExpr.addConstant()
QuadExpr.addTerms()
QuadExpr.clear()
QuadExpr.copy()
QuadExpr.getCoeff()
QuadExpr.getLinExpr()
QuadExpr.getValue()
QuadExpr.getVar1()
QuadExpr.getVar2()
QuadExpr.remove()
QuadExpr.size()
QuadExpr.__eq__()
QuadExpr.__le__()
QuadExpr.__ge__()
GenExpr
TempConstr
Column
Column()
Column.addTerms()
Column.clear()
Column.copy()
Column.getCoeff()
Column.getConstr()
Column.remove()
Column.size()
Callbacks
GurobiError
Env
Env()
Env.ClientEnv()
Env.CloudEnv()
Env.resetParams()
Env.setParam()
Env.start()
Env.writeParams()
GRB
Constants
GRB.Attr
GRB.Param
tuplelist
tuplelist()
tuplelist.select()
tuplelist.clean()
tuplelist.__contains__()
tupledict
tupledict()
tupledict.select()
tupledict.sum()
tupledict.prod()
tupledict.clean()
General Constraint Helper Functions
abs_()
and_()
max_()
min_()
or_()
Next:
Global Functions
Up:
Gurobi Optimizer Reference Manual
Previous:
Python API Overview