sync with internal code, no changes

This commit is contained in:
Laurent Perron
2021-03-25 12:56:40 +01:00
parent 9223ec4fcc
commit 106499bc97
2 changed files with 0 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;