예제 #1
0
 def variables(
         self
 ) -> "std::vector< operations_research::MPVariable * > const &":
     r"""
     Returns the array of variables handled by the MPSolver. (They are listed in
     the order in which they were created.)
     """
     return _pywraplp.Solver_variables(self)
예제 #2
0
 def variables(
         self
 ) -> "std::vector< operations_research::MPVariable * > const &":
     return _pywraplp.Solver_variables(self)