18#ifndef OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
19#define OR_TOOLS_LINEAR_SOLVER_SOLVE_MP_MODEL_H_
23#include "ortools/linear_solver/linear_solver.pb.h"
44MPSolutionResponse
SolveMPModel(LazyMutableCopy<MPModelRequest> request,
45 const SolveInterrupter* interrupter =
nullptr);
In SWIG mode, we don't want anything besides these top-level includes.
MPSolutionResponse SolveMPModel(LazyMutableCopy< MPModelRequest > request, const SolveInterrupter *interrupter)
bool SolverTypeSupportsInterruption(const MPModelRequest::SolverType solver)
std::string MPModelRequestLoggingInfo(const MPModelRequest &request)