![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <tuple>#include <utility>#include <vector>#include "absl/algorithm/container.h"#include "absl/container/flat_hash_map.h"#include "absl/container/inlined_vector.h"#include "absl/types/span.h"#include "ortools/sat/diffn_util.h"#include "ortools/sat/integer_base.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 |
Enumerations | |
| enum | operations_research::sat::EdgePosition { operations_research::sat::TOP = 0 , operations_research::sat::RIGHT = 1 , operations_research::sat::BOTTOM = 2 , operations_research::sat::LEFT = 3 } |