OR-Tools  9.3
lp_solver.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::glop
 

Functions

 ABSL_FLAG (bool, lp_dump_to_proto_file, false, "Tells whether do dump the problem to a protobuf file.")
 
 ABSL_FLAG (bool, lp_dump_compressed_file, true, "Whether the proto dump file is compressed.")
 
 ABSL_FLAG (bool, lp_dump_binary_file, false, "Whether the proto dump file is binary.")
 
 ABSL_FLAG (int, lp_dump_file_number, -1, "Number for the dump file, in the form name-000048.pb. " "If < 0, the file is automatically numbered from the number of " "calls to LPSolver::Solve().")
 
 ABSL_FLAG (std::string, lp_dump_dir, "/tmp", "Directory where dump files are written.")
 
 ABSL_FLAG (std::string, lp_dump_file_basename, "", "Base name for dump files. LinearProgram::name_ is used if " "lp_dump_file_basename is empty. If LinearProgram::name_ is " "empty, \"linear_program_dump_file\" is used.")
 
 ABSL_FLAG (std::string, glop_params, "", "Override any user parameters with the value of this flag. This is " "interpreted as a GlopParameters proto in text format.")
 

Function Documentation

◆ ABSL_FLAG() [1/7]

ABSL_FLAG ( bool  ,
lp_dump_binary_file  ,
false  ,
"Whether the proto dump file is binary."   
)

◆ ABSL_FLAG() [2/7]

ABSL_FLAG ( bool  ,
lp_dump_compressed_file  ,
true  ,
"Whether the proto dump file is compressed."   
)

◆ ABSL_FLAG() [3/7]

ABSL_FLAG ( bool  ,
lp_dump_to_proto_file  ,
false  ,
"Tells whether do dump the problem to a protobuf file."   
)

◆ ABSL_FLAG() [4/7]

ABSL_FLAG ( int  ,
lp_dump_file_number  ,
1,
"Number for the dump  file 
)

◆ ABSL_FLAG() [5/7]

ABSL_FLAG ( std::string  ,
glop_params  ,
""  ,
"Override any user parameters with the value of this flag. This is " "interpreted as a GlopParameters proto in text format."   
)

◆ ABSL_FLAG() [6/7]

ABSL_FLAG ( std::string  ,
lp_dump_dir  ,
"/tmp"  ,
"Directory where dump files are written."   
)

◆ ABSL_FLAG() [7/7]

ABSL_FLAG ( std::string  ,
lp_dump_file_basename  ,
""  ,
"Base name for dump files. LinearProgram::name_ is used if " "lp_dump_file_basename is empty. If LinearProgram::name_ is " "  empty,
\"linear_program_dump_file\" is used."   
)