Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <string>
#include <vector>
#include "ortools/sat/cuts.h"
#include "ortools/sat/integer.h"
#include "ortools/sat/intervals.h"
#include "ortools/sat/model.h"
Go to the source code of this file.
Classes | |
struct | operations_research::sat::DiffnBaseEvent |
Internal methods and data structures, useful for testing. More... | |
struct | operations_research::sat::DiffnCtEvent |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::sat |
Functions | |
CutGenerator | operations_research::sat::CreateNoOverlap2dCompletionTimeCutGenerator (SchedulingConstraintHelper *x_helper, SchedulingConstraintHelper *y_helper, Model *model) |
CutGenerator | operations_research::sat::CreateNoOverlap2dEnergyCutGenerator (SchedulingConstraintHelper *x_helper, SchedulingConstraintHelper *y_helper, SchedulingDemandHelper *x_demands_helper, SchedulingDemandHelper *y_demands_helper, const std::vector< std::vector< LiteralValueValue > > &energies, Model *model) |