def LoadModelFromProto(
     self, input_model: 'operations_research::MPModelProto const &'
 ) -> "std::string":
     return _pywraplp.Solver_LoadModelFromProto(self, input_model)
Beispiel #2
0
 def LoadModelFromProto(self, input_model):
     return _pywraplp.Solver_LoadModelFromProto(self, input_model)