sync with internal code, no changes
This commit is contained in:
@@ -1563,11 +1563,6 @@ bool MPSolver::ExportModelAsLpFormat(bool obfuscate,
|
||||
|
||||
bool MPSolver::ExportModelAsMpsFormat(bool fixed_format, bool obfuscate,
|
||||
std::string* model_str) const {
|
||||
// if (fixed_format) {
|
||||
// LOG_EVERY_N_SEC(WARNING, 10)
|
||||
// << "Fixed format is deprecated. Using free format instead.";
|
||||
//
|
||||
|
||||
MPModelProto proto;
|
||||
ExportModelToProto(&proto);
|
||||
MPModelExportOptions options;
|
||||
|
||||
@@ -32,7 +32,6 @@ syntax = "proto2";
|
||||
option java_package = "com.google.ortools.linearsolver";
|
||||
option java_multiple_files = true;
|
||||
|
||||
// import "google/protobuf/wrappers.proto";
|
||||
import "ortools/util/optional_boolean.proto";
|
||||
|
||||
package operations_research;
|
||||
|
||||
Reference in New Issue
Block a user