Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 Ncom
 Ngoogle
 Nortools
 Nalgorithms
 Nconstraintsolver
 Ngraph
 Nlinearsolver
 Nsat
 Nutil
 CBinPackingProblemSatSolves a bin packing problem with the CP-SAT solver
 CBoolOrSampleSatCode sample to demonstrates a simple Boolean constraint
 CChannelingSampleSatLink integer constraints together
 CCpIsFunSatCryptarithmetic puzzle
 CEarlinessTardinessCostSampleSatEncode the piecewise linear expression
 CIntervalSampleSatCode sample to demonstrates how to build an interval
 CKnapsackSample showing how to model using the knapsack solver
 CLinearProgrammingExampleSimple linear programming example
 CLiteralSampleSatCode sample to demonstrate Boolean variable and literals
 CNoOverlapSampleSatWe want to schedule 3 tasks on 3 weeks excluding weekends, making the final day as early as possible
 COptionalIntervalSampleSatCode sample to demonstrates how to build an optional interval
 CRabbitsAndPheasantsSatIn a field of rabbits and pheasants, there are 20 heads and 56 legs
 CRankingSampleSatCode sample to demonstrates how to rank intervals
 CReifiedSampleSatReification is the action of associating a Boolean variable to a constraint
 CSearchForAllSolutionsSampleSatCode sample that solves a model and displays all solutions
 CSimpleCpProgramSimple CP Program
 CSimpleLpProgramMinimal Linear Programming example to showcase calling the solver
 CSimpleMipProgramMinimal Mixed Integer Programming example to showcase calling the solver
 CSimpleRoutingProgramMinimal Routing example to showcase calling the solver
 CSimpleSatProgramMinimal CP-SAT example to showcase calling the solver
 CSolveAndPrintIntermediateSolutionsSampleSatSolves an optimization problem and displays all intermediate solutions
 CSolveWithTimeLimitSampleSatSolves a problem with a time limit
 CStepFunctionSampleSatLink integer constraints together
 CStopAfterNSolutionsSampleSatCode sample that solves a model and displays a small number of solutions
 CTspMinimal TSP
 CTspCircuitBoardMinimal TSP
 CTspCitiesMinimal TSP using distance matrix
 CTspDistanceMatrixMinimal TSP using distance matrix
 CVrpMinimal VRP
 CVrpCapacityMinimal VRP
 CVrpDropNodesMinimal VRP
 CVrpGlobalSpanMinimal VRP
 CVrpInitialRoutesMinimal VRP
 CVrpPickupDeliveryMinimal Pickup & Delivery Problem (PDP)
 CVrpPickupDeliveryFifoMinimal Pickup & Delivery Problem (PDP)
 CVrpPickupDeliveryLifoMinimal Pickup & Delivery Problem (PDP)
 CVrpResourcesMinimal VRP with Resource Constraints
 CVrpStartsEndsMinimal VRP
 CVrpTimeWindowsMinimal VRP
 CVrpWithTimeLimitMinimal VRP