C++ Reference

C++ Reference: CP-SAT

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Noperations_research
 Nsat
 CBoolVarA Boolean variable
 CIntVarAn integer variable
 CLinearExprA dedicated container for linear expressions
 CIntervalVarRepresents a Interval variable
 CConstraintA constraint
 CCircuitConstraintSpecialized circuit constraint
 CMultipleCircuitConstraintSpecialized circuit constraint
 CTableConstraintSpecialized assignment constraint
 CReservoirConstraintSpecialized reservoir constraint
 CAutomatonConstraintSpecialized automaton constraint
 CNoOverlap2DConstraintSpecialized no_overlap2D constraint
 CCumulativeConstraintSpecialized cumulative constraint
 CCpModelBuilderWrapper class around the cp_model proto
 CModelClass that owns everything related to a particular optimization model
 CClosedIntervalRepresents a closed interval [start, end]
 CDomainWe call domain any subset of Int64 = [kint64min, kint64max]
 CSortedDisjointIntervalListThis class represents a sorted list of disjoint, closed intervals
 CIntervalComparator
 CTimeLimitA simple class to enforce both an elapsed time limit and a deterministic time limit in the same thread as a program
 CSharedTimeLimit
 CNestedTimeLimitProvides a way to nest time limits for algorithms where a certain part of the computation is bounded not just by the overall time limit, but also by a stricter time limit specific just for this particular part