14#ifndef OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_SAT_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_SAT_PROTO_SOLVER_H_
21#include "ortools/linear_solver/linear_solver.pb.h"
53 LazyMutableCopy<MPModelRequest> request,
54 std::atomic<bool>* interrupt_solve =
nullptr,
55 std::function<
void(
const std::string&)> logging_callback =
nullptr,
56 std::function<
void(
const MPSolution&)> solution_callback =
nullptr);
In SWIG mode, we don't want anything besides these top-level includes.
MPSolutionResponse SatSolveProto(LazyMutableCopy< MPModelRequest > request, std::atomic< bool > *interrupt_solve, std::function< void(const std::string &)> logging_callback, std::function< void(const MPSolution &)> solution_callback)
std::string SatSolverVersion()
Returns a string that describes the version of the CP-SAT solver.