![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <atomic>#include <cstdint>#include <memory>#include <string>#include <utility>#include <vector>#include "absl/base/attributes.h"#include "absl/log/check.h"#include "ortools/base/logging.h"#include "ortools/glop/lp_solver.h"#include "ortools/glop/parameters.pb.h"#include "ortools/linear_solver/glop_utils.h"#include "ortools/linear_solver/linear_solver.h"#include "ortools/linear_solver/proto_solver/glop_proto_solver.h"#include "ortools/lp_data/lp_data.h"#include "ortools/lp_data/lp_types.h"#include "ortools/port/proto_utils.h"#include "ortools/util/lazy_mutable_copy.h"#include "ortools/util/time_limit.h"Go to the source code of this file.
Classes | |
| class | operations_research::GLOPInterface |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
| MPSolverInterface * | operations_research::BuildGLOPInterface (MPSolver *const solver) |
| Register GLOP in the global linear solver factory. | |