Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <vector>
#include "absl/numeric/int128.h"
#include "absl/types/span.h"
Go to the source code of this file.
Classes | |
struct | operations_research::sat::DiophantineSolution |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::sat |
Functions | |
operations_research::sat::floor (|P|/2)< | |
std::vector< int > | operations_research::sat::GreedyFastDecreasingGcd (const absl::Span< const int64_t > coeffs) |
Variables | |
for | operations_research::sat::i = 0 ... k-2 |
for | operations_research::sat::b [i][j] = 0 if j > i+1 |