fix bazel/filelineiter
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
#include <string>
|
||||
|
||||
#include "ortools/base/commandlineflags.h"
|
||||
#include "ortools/base/filelineiter.h"
|
||||
#include "ortools/base/logging.h"
|
||||
#include "ortools/graph/ebert_graph.h"
|
||||
#include "ortools/graph/linear_assignment.h"
|
||||
#include "ortools/util/filelineiter.h"
|
||||
|
||||
ABSL_FLAG(bool, assignment_maximize_cost, false,
|
||||
"Negate costs so a max-cost assignment is found.");
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
#include "absl/strings/numbers.h"
|
||||
#include "absl/strings/str_split.h"
|
||||
#include "ortools/base/commandlineflags.h"
|
||||
#include "ortools/base/filelineiter.h"
|
||||
#include "ortools/base/logging.h"
|
||||
#include "ortools/sat/cp_model.h"
|
||||
#include "ortools/sat/model.h"
|
||||
#include "ortools/util/filelineiter.h"
|
||||
|
||||
ABSL_FLAG(std::string, input, "", "Input file.");
|
||||
ABSL_FLAG(std::string, params, "", "Sat parameters in text proto format.");
|
||||
|
||||
@@ -27,11 +27,11 @@
|
||||
#include "absl/strings/str_split.h"
|
||||
#include "google/protobuf/text_format.h"
|
||||
#include "ortools/base/commandlineflags.h"
|
||||
#include "ortools/base/filelineiter.h"
|
||||
#include "ortools/base/logging.h"
|
||||
#include "ortools/base/timer.h"
|
||||
#include "ortools/sat/cp_model.h"
|
||||
#include "ortools/sat/model.h"
|
||||
#include "ortools/util/filelineiter.h"
|
||||
|
||||
ABSL_FLAG(std::string, input, "examples/data/weighted_tardiness/wt40.txt",
|
||||
"wt data file name.");
|
||||
|
||||
Reference in New Issue
Block a user