Example #1
0
 def ExportModelAsMpsFormat(self, *args) -> "std::string":
     return _pywraplp.Solver_ExportModelAsMpsFormat(self, *args)
 def ExportModelAsMpsFormat(self, fixed_format: 'bool',
                            obfuscated: 'bool') -> "std::string":
     return _pywraplp.Solver_ExportModelAsMpsFormat(self, fixed_format,
                                                    obfuscated)
Example #3
0
 def ExportModelAsMpsFormat(self, fixed_format, obfuscated):
     return _pywraplp.Solver_ExportModelAsMpsFormat(self, fixed_format,
                                                    obfuscated)