Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/linear_solver/solve_mp_model.h"
#include <atomic>
#include <string>
#include <utility>
#include "ortools/linear_solver/linear_solver.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/util/lazy_mutable_copy.h"
#include "ortools/util/solve_interrupter.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::SolveMPModel (LazyMutableCopy< MPModelRequest > request, const SolveInterrupter *interrupter) |
bool | operations_research::SolverTypeSupportsInterruption (const MPModelRequest::SolverType solver) |
std::string | operations_research::MPModelRequestLoggingInfo (const MPModelRequest &request) |