def constraints(self) -> "std::vector< operations_research::MPConstraint * > const &": r""" Returns the array of constraints handled by the MPSolver. They are listed in the order in which they were created. """ return _pywraplp.Solver_constraints(self)
def constraints( self ) -> "std::vector< operations_research::MPConstraint * > const &": return _pywraplp.Solver_constraints(self)