Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
cp_solver_c.cc File Reference
#include "ortools/sat/c_api/cp_solver_c.h"
#include <atomic>
#include <string>
#include "absl/log/check.h"
#include "ortools/base/memutil.h"
#include "ortools/sat/cp_model.pb.h"
#include "ortools/sat/cp_model_solver.h"
#include "ortools/sat/model.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/util/time_limit.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.
 
namespace  operations_research::sat
 

Functions

void operations_research::sat::SolveCpModelWithParameters (const void *creq, int creq_len, const void *cparams, int cparams_len, void **cres, int *cres_len)
 
void * operations_research::sat::SolveCpNewAtomicBool ()
 
void operations_research::sat::SolveCpDestroyAtomicBool (void *const atomic_bool)
 
void operations_research::sat::SolveCpStopSolve (void *const atomic_bool)
 
void operations_research::sat::SolveCpInterruptible (void *const limit_reached, const void *creq, int creq_len, const void *cparams, int cparams_len, void **cres, int *cres_len)