Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/cpp/parameters.h"
#include <cstdint>
#include <optional>
#include <sstream>
#include <string>
#include <utility>
#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "absl/types/span.h"
#include "ortools/base/protoutil.h"
#include "ortools/base/status_macros.h"
#include "ortools/math_opt/cpp/enums.h"
#include "ortools/math_opt/parameters.pb.h"
#include "ortools/math_opt/solvers/glpk.pb.h"
#include "ortools/math_opt/solvers/gurobi.pb.h"
#include "ortools/math_opt/solvers/highs.pb.h"
#include "ortools/port/proto_utils.h"
#include "ortools/util/status_macros.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::math_opt |
An object oriented wrapper for quadratic constraints in ModelStorage. | |
Functions | |
bool | operations_research::math_opt::AbslParseFlag (const absl::string_view text, SolverType *const value, std::string *const error) |
std::string | operations_research::math_opt::AbslUnparseFlag (const SolverType value) |
bool | operations_research::math_opt::AbslParseFlag (absl::string_view text, LPAlgorithm *const value, std::string *const error) |
std::string | operations_research::math_opt::AbslUnparseFlag (const LPAlgorithm value) |
bool | operations_research::math_opt::AbslParseFlag (absl::string_view text, Emphasis *const value, std::string *const error) |
std::string | operations_research::math_opt::AbslUnparseFlag (const Emphasis value) |
bool | operations_research::math_opt::AbslParseFlag (absl::string_view text, SolveParameters *solve_parameters, std::string *error) |
std::string | operations_research::math_opt::AbslUnparseFlag (SolveParameters solve_parameters) |