Ejemplo n.º 1
0
 def __init__(
     self, name: "std::string const &",
     problem_type: "operations_research::MPSolver::OptimizationProblemType"
 ):
     r""" Create a solver with the given name and underlying solver backend."""
     _pywraplp.Solver_swiginit(self,
                               _pywraplp.new_Solver(name, problem_type))
 def __init__(
     self, name: "std::string const &",
     problem_type: "operations_research::MPSolver::OptimizationProblemType"
 ):
     _pywraplp.Solver_swiginit(self,
                               _pywraplp.new_Solver(name, problem_type))