Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cmath>
#include <cstdint>
#include <string>
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "ortools/flatzinc/model.h"
Go to the source code of this file.
Classes | |
struct | operations_research::fz::ParserContext |
This is the context used during parsing. More... | |
struct | operations_research::fz::VarRefOrValue |
struct | operations_research::fz::LexerInfo |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::fz |
Functions | |
int64_t | operations_research::fz::ConvertAsIntegerOrDie (double d) |
If the argument is an integer, return it as int64_t. Otherwise, die. | |