Exemplo n.º 1
0
 def Objective(self) -> "operations_research::MPObjective *":
     r""" Returns the mutable objective object."""
     return _pywraplp.Solver_Objective(self)
Exemplo n.º 2
0
 def Objective(self) -> "operations_research::MPObjective *":
     return _pywraplp.Solver_Objective(self)
Exemplo n.º 3
0
 def Objective(self):
     return _pywraplp.Solver_Objective(self)