Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
jobshop_scheduling_parser.cc File Reference
#include "ortools/scheduling/jobshop_scheduling_parser.h"
#include <cmath>
#include <cstdint>
#include <string>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/strings/match.h"
#include "absl/strings/numbers.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/wrappers.pb.h"
#include "ortools/base/logging.h"
#include "ortools/base/path.h"
#include "ortools/scheduling/jobshop_scheduling.pb.h"
#include "ortools/util/filelineiter.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::scheduling
namespace  operations_research::scheduling::jssp

Functions

 ABSL_FLAG (int64_t, jssp_scaling_up_factor, 100000L, "Scaling factor for floating point penalties.")

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( int64_t ,
jssp_scaling_up_factor ,
100000L ,
"Scaling factor for floating point penalties."  )