| ▼Ncom | |
| ▼Ngoogle | |
| ▼Nortools | |
| ►Nalgorithms | |
| ►Nconstraintsolver | |
| ►Ngraph | |
| ►Nlinearsolver | |
| ►Nsat | |
| ►Nutil | |
| CBinPackingProblemSat | Solves a bin packing problem with the CP-SAT solver |
| CBoolOrSampleSat | Code sample to demonstrates a simple Boolean constraint |
| CChannelingSampleSat | Link integer constraints together |
| CCpIsFunSat | Cryptarithmetic puzzle |
| CEarlinessTardinessCostSampleSat | Encode the piecewise linear expression |
| CIntervalSampleSat | Code sample to demonstrates how to build an interval |
| CKnapsack | Sample showing how to model using the knapsack solver |
| CLinearProgrammingExample | Simple linear programming example |
| CLiteralSampleSat | Code sample to demonstrate Boolean variable and literals |
| CNoOverlapSampleSat | We want to schedule 3 tasks on 3 weeks excluding weekends, making the final day as early as possible |
| COptionalIntervalSampleSat | Code sample to demonstrates how to build an optional interval |
| CRabbitsAndPheasantsSat | In a field of rabbits and pheasants, there are 20 heads and 56 legs |
| CRankingSampleSat | Code sample to demonstrates how to rank intervals |
| CReifiedSampleSat | Reification is the action of associating a Boolean variable to a constraint |
| CSearchForAllSolutionsSampleSat | Code sample that solves a model and displays all solutions |
| CSimpleCpProgram | Simple CP Program |
| CSimpleLpProgram | Minimal Linear Programming example to showcase calling the solver |
| CSimpleMipProgram | Minimal Mixed Integer Programming example to showcase calling the solver |
| CSimpleRoutingProgram | Minimal Routing example to showcase calling the solver |
| CSimpleSatProgram | Minimal CP-SAT example to showcase calling the solver |
| CSolveAndPrintIntermediateSolutionsSampleSat | Solves an optimization problem and displays all intermediate solutions |
| CSolveWithTimeLimitSampleSat | Solves a problem with a time limit |
| CStepFunctionSampleSat | Link integer constraints together |
| CStopAfterNSolutionsSampleSat | Code sample that solves a model and displays a small number of solutions |
| CTsp | Minimal TSP |
| CTspCircuitBoard | Minimal TSP |
| CTspCities | Minimal TSP using distance matrix |
| CTspDistanceMatrix | Minimal TSP using distance matrix |
| CVrp | Minimal VRP |
| CVrpCapacity | Minimal VRP |
| CVrpDropNodes | Minimal VRP |
| CVrpGlobalSpan | Minimal VRP |
| CVrpInitialRoutes | Minimal VRP |
| CVrpPickupDelivery | Minimal Pickup & Delivery Problem (PDP) |
| CVrpPickupDeliveryFifo | Minimal Pickup & Delivery Problem (PDP) |
| CVrpPickupDeliveryLifo | Minimal Pickup & Delivery Problem (PDP) |
| CVrpResources | Minimal VRP with Resource Constraints |
| CVrpStartsEnds | Minimal VRP |
| CVrpTimeWindows | Minimal VRP |
| CVrpWithTimeLimit | Minimal VRP |