Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <vector>
#include "absl/random/bit_gen_ref.h"
#include "absl/types/span.h"
#include "ortools/sat/diffn_util.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 | |
std::vector< Rectangle > | operations_research::sat::GenerateNonConflictingRectangles (int num_rectangles, absl::BitGenRef random) |
std::vector< RectangleInRange > | operations_research::sat::MakeItemsFromRectangles (absl::Span< const Rectangle > rectangles, double slack_factor, absl::BitGenRef random) |
std::vector< ItemForPairwiseRestriction > | operations_research::sat::GenerateItemsRectanglesWithNoPairwiseConflict (const std::vector< Rectangle > &rectangles, double slack_factor, absl::BitGenRef random) |
std::vector< ItemForPairwiseRestriction > | operations_research::sat::GenerateItemsRectanglesWithNoPairwisePropagation (int num_rectangles, double slack_factor, absl::BitGenRef random) |