Esempio n. 1
0
 def FillSolutionResponseProto(
         self,
         response: 'operations_research::MPSolutionResponse *') -> "void":
     return _pywraplp.Solver_FillSolutionResponseProto(self, response)
Esempio n. 2
0
 def FillSolutionResponseProto(
         self,
         response: "operations_research::MPSolutionResponse *") -> "void":
     r""" Encodes the current solution in a solution response protocol buffer."""
     return _pywraplp.Solver_FillSolutionResponseProto(self, response)