![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <atomic>#include <functional>#include <string>#include "ortools/glop/parameters.pb.h"#include "ortools/linear_solver/linear_solver.pb.h"#include "ortools/util/lazy_mutable_copy.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. | |
Functions | |
| MPSolutionResponse | operations_research::GlopSolveProto (LazyMutableCopy< MPModelRequest > request, std::atomic< bool > *interrupt_solve, std::function< void(const std::string &)> logging_callback) |
| std::string | operations_research::GlopSolverVersion () |
| Returns a string that describes the version of the GLOP solver. | |