![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 626 of file parameters.pb.h.
#include <parameters.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kTimeLimitFieldNumber = 1 , kGscipFieldNumber = 12 , kGurobiFieldNumber = 13 , kGlopFieldNumber = 14 , kCpSatFieldNumber = 15 , kPdlpFieldNumber = 16 , kOsqpFieldNumber = 19 , kGlpkFieldNumber = 26 , kHighsFieldNumber = 27 , kIterationLimitFieldNumber = 2 , kEnableOutputFieldNumber = 3 , kThreadsFieldNumber = 4 , kRandomSeedFieldNumber = 5 , kLpAlgorithmFieldNumber = 6 , kPresolveFieldNumber = 7 , kCutsFieldNumber = 8 , kHeuristicsFieldNumber = 9 , kScalingFieldNumber = 10 , kRelativeGapToleranceFieldNumber = 17 , kAbsoluteGapToleranceFieldNumber = 18 , kCutoffLimitFieldNumber = 20 , kObjectiveLimitFieldNumber = 21 , kBestBoundLimitFieldNumber = 22 , kNodeLimitFieldNumber = 24 , kSolutionLimitFieldNumber = 23 , kSolutionPoolSizeFieldNumber = 25 } |
nested types -------------------------------------------------— More... |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
static const SolveParametersProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 2 |
Protected Member Functions | |
SolveParametersProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SolveParametersProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SolveParametersProto &from) | |
SolveParametersProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SolveParametersProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
Friends | |
class | ::google::protobuf::internal::TcParser |
class | ::google::protobuf::MessageLite |
class | ::google::protobuf::Arena |
template<typename T> | |
class | ::google::protobuf::Arena::InternalHelper |
struct | ::TableStruct_ortools_2fmath_5fopt_2fparameters_2eproto |
void | swap (SolveParametersProto &a, SolveParametersProto &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 768 of file parameters.pb.h.
|
inline |
Definition at line 629 of file parameters.pb.h.
operations_research::math_opt::SolveParametersProto::~SolveParametersProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.math_opt.SolveParametersProto)
Definition at line 972 of file parameters.pb.cc.
|
explicit |
|
inline |
Definition at line 642 of file parameters.pb.h.
|
inlinenoexcept |
Definition at line 643 of file parameters.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolveParametersProto)
Definition at line 891 of file parameters.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolveParametersProto)
Definition at line 907 of file parameters.pb.cc.
|
inlineprotectednoexcept |
Definition at line 750 of file parameters.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::SolveParametersProto::SolveParametersProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 111 of file parameters.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.SolveParametersProto)
.google.protobuf.Duration time_limit = 1;
optional int64 iteration_limit = 2;
bool enable_output = 3;
optional int32 threads = 4;
optional int32 random_seed = 5;
.operations_research.math_opt.LPAlgorithmProto lp_algorithm = 6;
.operations_research.math_opt.EmphasisProto presolve = 7;
.operations_research.math_opt.EmphasisProto cuts = 8;
.operations_research.math_opt.EmphasisProto heuristics = 9;
.operations_research.math_opt.EmphasisProto scaling = 10;
.operations_research.GScipParameters gscip = 12;
.operations_research.math_opt.GurobiParametersProto gurobi = 13;
.operations_research.glop.GlopParameters glop = 14;
.operations_research.sat.SatParameters cp_sat = 15;
.operations_research.pdlp.PrimalDualHybridGradientParams pdlp = 16;
optional double relative_gap_tolerance = 17;
optional double absolute_gap_tolerance = 18;
.operations_research.math_opt.OsqpSettingsProto osqp = 19;
optional double cutoff_limit = 20;
optional double objective_limit = 21;
optional double best_bound_limit = 22;
optional int32 solution_limit = 23;
optional int64 node_limit = 24;
optional int32 solution_pool_size = 25;
.operations_research.math_opt.GlpkParametersProto glpk = 26;
.operations_research.math_opt.HighsOptionsProto highs = 27;
@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.SolveParametersProto)
Definition at line 1305 of file parameters.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.absolute_gap_tolerance)
Definition at line 1669 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.best_bound_limit)
Definition at line 1533 of file parameters.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolveParametersProto)
Prevent compiler warnings about cached_has_bits being unused
.google.protobuf.Duration time_limit = 1;
.operations_research.GScipParameters gscip = 12;
.operations_research.math_opt.GurobiParametersProto gurobi = 13;
.operations_research.glop.GlopParameters glop = 14;
.operations_research.sat.SatParameters cp_sat = 15;
.operations_research.pdlp.PrimalDualHybridGradientParams pdlp = 16;
.operations_research.math_opt.OsqpSettingsProto osqp = 19;
.operations_research.math_opt.GlpkParametersProto glpk = 26;
.operations_research.math_opt.HighsOptionsProto highs = 27;
optional int64 iteration_limit = 2;
bool enable_output = 3;
optional int32 threads = 4;
optional int32 random_seed = 5;
.operations_research.math_opt.LPAlgorithmProto lp_algorithm = 6;
.operations_research.math_opt.EmphasisProto presolve = 7;
.operations_research.math_opt.EmphasisProto cuts = 8;
.operations_research.math_opt.EmphasisProto heuristics = 9;
.operations_research.math_opt.EmphasisProto scaling = 10;
optional int64 node_limit = 24;
optional int32 solution_limit = 23;
optional int32 solution_pool_size = 25;
Definition at line 1522 of file parameters.pb.cc.
PROTOBUF_NOINLINE void operations_research::math_opt::SolveParametersProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolveParametersProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1234 of file parameters.pb.cc.
|
inline |
Definition at line 1664 of file parameters.pb.h.
|
inline |
Definition at line 1528 of file parameters.pb.h.
void operations_research::math_opt::SolveParametersProto::clear_cp_sat | ( | ) |
Definition at line 866 of file parameters.pb.cc.
|
inline |
Definition at line 1472 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.EmphasisProto cuts = 8;
Definition at line 1792 of file parameters.pb.h.
|
inline |
bool enable_output = 3;
Definition at line 1580 of file parameters.pb.h.
void operations_research::math_opt::SolveParametersProto::clear_glop | ( | ) |
Definition at line 861 of file parameters.pb.cc.
void operations_research::math_opt::SolveParametersProto::clear_glpk | ( | ) |
Definition at line 881 of file parameters.pb.cc.
void operations_research::math_opt::SolveParametersProto::clear_gscip | ( | ) |
Definition at line 851 of file parameters.pb.cc.
void operations_research::math_opt::SolveParametersProto::clear_gurobi | ( | ) |
Definition at line 856 of file parameters.pb.cc.
|
inline |
.operations_research.math_opt.EmphasisProto heuristics = 9;
Definition at line 1816 of file parameters.pb.h.
void operations_research::math_opt::SolveParametersProto::clear_highs | ( | ) |
Definition at line 886 of file parameters.pb.cc.
|
inline |
Definition at line 1416 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.LPAlgorithmProto lp_algorithm = 6;
Definition at line 1744 of file parameters.pb.h.
|
inline |
Definition at line 1444 of file parameters.pb.h.
|
inline |
Definition at line 1500 of file parameters.pb.h.
void operations_research::math_opt::SolveParametersProto::clear_osqp | ( | ) |
Definition at line 876 of file parameters.pb.cc.
void operations_research::math_opt::SolveParametersProto::clear_pdlp | ( | ) |
Definition at line 871 of file parameters.pb.cc.
|
inline |
.operations_research.math_opt.EmphasisProto presolve = 7;
Definition at line 1768 of file parameters.pb.h.
|
inline |
Definition at line 1636 of file parameters.pb.h.
|
inline |
Definition at line 1692 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.EmphasisProto scaling = 10;
Definition at line 1840 of file parameters.pb.h.
|
inline |
Definition at line 1556 of file parameters.pb.h.
|
inline |
Definition at line 1720 of file parameters.pb.h.
|
inline |
Definition at line 1608 of file parameters.pb.h.
void operations_research::math_opt::SolveParametersProto::clear_time_limit | ( | ) |
Definition at line 846 of file parameters.pb.cc.
void operations_research::math_opt::SolveParametersProto::CopyFrom | ( | const SolveParametersProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolveParametersProto)
Definition at line 1820 of file parameters.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.cp_sat)
Definition at line 2153 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.cutoff_limit)
Definition at line 1477 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.cuts)
Definition at line 1797 of file parameters.pb.h.
|
inlinestatic |
Definition at line 677 of file parameters.pb.h.
|
inlinestatic |
Definition at line 668 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.enable_output)
Definition at line 1585 of file parameters.pb.h.
|
inline |
Definition at line 736 of file parameters.pb.h.
|
protected |
Definition at line 1029 of file parameters.pb.cc.
|
inlinestatic |
Definition at line 671 of file parameters.pb.h.
google::protobuf::Metadata operations_research::math_opt::SolveParametersProto::GetMetadata | ( | ) | const |
Definition at line 1840 of file parameters.pb.cc.
|
inlinestatic |
Definition at line 674 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.glop)
Definition at line 2060 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.glpk)
Definition at line 2432 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.gscip)
Definition at line 1874 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.gurobi)
Definition at line 1967 of file parameters.pb.h.
|
inline |
optional double absolute_gap_tolerance = 18;
Definition at line 1660 of file parameters.pb.h.
|
inline |
optional double best_bound_limit = 22;
Definition at line 1524 of file parameters.pb.h.
|
inline |
.operations_research.sat.SatParameters cp_sat = 15;
Definition at line 2143 of file parameters.pb.h.
|
inline |
optional double cutoff_limit = 20;
Definition at line 1468 of file parameters.pb.h.
|
inline |
.operations_research.glop.GlopParameters glop = 14;
Definition at line 2050 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.GlpkParametersProto glpk = 26;
Definition at line 2422 of file parameters.pb.h.
|
inline |
.operations_research.GScipParameters gscip = 12;
Definition at line 1864 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.GurobiParametersProto gurobi = 13;
Definition at line 1957 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.HighsOptionsProto highs = 27;
Definition at line 2515 of file parameters.pb.h.
|
inline |
optional int64 iteration_limit = 2;
Definition at line 1412 of file parameters.pb.h.
|
inline |
optional int64 node_limit = 24;
Definition at line 1440 of file parameters.pb.h.
|
inline |
optional double objective_limit = 21;
Definition at line 1496 of file parameters.pb.h.
|
inline |
.operations_research.math_opt.OsqpSettingsProto osqp = 19;
Definition at line 2329 of file parameters.pb.h.
|
inline |
.operations_research.pdlp.PrimalDualHybridGradientParams pdlp = 16;
Definition at line 2236 of file parameters.pb.h.
|
inline |
optional int32 random_seed = 5;
Definition at line 1632 of file parameters.pb.h.
|
inline |
optional double relative_gap_tolerance = 17;
Definition at line 1688 of file parameters.pb.h.
|
inline |
optional int32 solution_limit = 23;
Definition at line 1552 of file parameters.pb.h.
|
inline |
optional int32 solution_pool_size = 25;
Definition at line 1716 of file parameters.pb.h.
|
inline |
optional int32 threads = 4;
Definition at line 1604 of file parameters.pb.h.
|
inline |
.google.protobuf.Duration time_limit = 1;
.google.protobuf.Duration time_limit = 1;
Definition at line 1319 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.heuristics)
Definition at line 1821 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.highs)
Definition at line 2525 of file parameters.pb.h.
|
staticconstexpr |
Definition at line 1001 of file parameters.pb.cc.
|
staticconstexprprotected |
Definition at line 997 of file parameters.pb.cc.
|
inline |
Definition at line 712 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.iteration_limit)
Definition at line 1421 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.lp_algorithm)
Definition at line 1749 of file parameters.pb.h.
|
inline |
Definition at line 705 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.cp_sat)
Definition at line 2207 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.glop)
Definition at line 2114 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.glpk)
Definition at line 2486 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.gscip)
Definition at line 1928 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.gurobi)
Definition at line 2021 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.highs)
Definition at line 2579 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.osqp)
Definition at line 2393 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.pdlp)
Definition at line 2300 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveParametersProto.time_limit)
Definition at line 1383 of file parameters.pb.h.
|
inline |
Definition at line 663 of file parameters.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 699 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.node_limit)
Definition at line 1449 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.objective_limit)
Definition at line 1505 of file parameters.pb.h.
|
inline |
Definition at line 645 of file parameters.pb.h.
|
inlinenoexcept |
Definition at line 649 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.osqp)
Definition at line 2339 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.pdlp)
Definition at line 2246 of file parameters.pb.h.
|
inlinestaticprotected |
Definition at line 992 of file parameters.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.presolve)
Definition at line 1773 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.random_seed)
Definition at line 1641 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.relative_gap_tolerance)
Definition at line 1697 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2171 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2078 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2450 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 1892 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 1985 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2543 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2357 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 2264 of file parameters.pb.h.
|
inlinenodiscard |
Definition at line 1347 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.scaling)
Definition at line 1845 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.absolute_gap_tolerance)
Definition at line 1673 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.cp_sat)
Definition at line 2214 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.glop)
Definition at line 2121 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.glpk)
Definition at line 2493 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.gscip)
Definition at line 1935 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.gurobi)
Definition at line 2028 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.highs)
Definition at line 2586 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.osqp)
Definition at line 2400 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.pdlp)
Definition at line 2307 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveParametersProto.time_limit)
Definition at line 1390 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.best_bound_limit)
Definition at line 1537 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.cutoff_limit)
Definition at line 1481 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.cuts)
Definition at line 1801 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.enable_output)
Definition at line 1589 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.heuristics)
Definition at line 1825 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.iteration_limit)
Definition at line 1425 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.lp_algorithm)
Definition at line 1753 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.node_limit)
Definition at line 1453 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.objective_limit)
Definition at line 1509 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.presolve)
Definition at line 1777 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.random_seed)
Definition at line 1645 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.relative_gap_tolerance)
Definition at line 1701 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.scaling)
Definition at line 1849 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.solution_limit)
Definition at line 1565 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.solution_pool_size)
Definition at line 1729 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.math_opt.SolveParametersProto.threads)
Definition at line 1617 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.solution_limit)
Definition at line 1561 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.solution_pool_size)
Definition at line 1725 of file parameters.pb.h.
|
inline |
Definition at line 683 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.threads)
Definition at line 1613 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.SolveParametersProto.time_limit)
Definition at line 1329 of file parameters.pb.h.
|
inline |
Definition at line 659 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.cp_sat)
Definition at line 2190 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.glop)
Definition at line 2097 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.glpk)
Definition at line 2469 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.gscip)
Definition at line 1911 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.gurobi)
Definition at line 2004 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.highs)
Definition at line 2562 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.osqp)
Definition at line 2376 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.pdlp)
Definition at line 2283 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.math_opt.SolveParametersProto.time_limit)
Definition at line 1366 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.cp_sat)
Definition at line 2157 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.glop)
Definition at line 2064 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.glpk)
Definition at line 2436 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.gscip)
Definition at line 1878 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.gurobi)
Definition at line 1971 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.highs)
Definition at line 2529 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.osqp)
Definition at line 2343 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.pdlp)
Definition at line 2250 of file parameters.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveParametersProto.time_limit)
Definition at line 1333 of file parameters.pb.h.
|
inline |
Definition at line 691 of file parameters.pb.h.
|
friend |
Definition at line 1122 of file parameters.pb.h.
|
friend |
Definition at line 1124 of file parameters.pb.h.
|
friend |
Definition at line 1115 of file parameters.pb.h.
|
friend |
Definition at line 1121 of file parameters.pb.h.
|
friend |
Definition at line 1167 of file parameters.pb.h.
|
friend |
Definition at line 682 of file parameters.pb.h.
Impl_ operations_research::math_opt::SolveParametersProto::_impl_ |
Definition at line 1166 of file parameters.pb.h.
|
staticconstexpr |
Definition at line 681 of file parameters.pb.h.