Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
sat_proto_solver.h File Reference
#include <atomic>
#include <functional>
#include <string>
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/sat/cp_model.pb.h"
#include "ortools/sat/model.h"
#include "ortools/util/lazy_mutable_copy.h"
#include "ortools/util/logging.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

MPSolutionResponse operations_research::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::function< void(const double)> best_bound_callback)
std::string operations_research::SatSolverVersion ()
MPSolutionResponse operations_research::SatSolveProtoInternal (LazyMutableCopy< MPModelRequest > request, sat::Model *sat_model, sat::CpSolverResponse *cp_response, std::function< void(const MPSolution &)> solution_callback)