![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
namespace | ortools |
namespace | ortools.sat |
namespace | ortools.sat.python |
namespace | ortools.sat.python.cp_model_numbers |
Functions | |
bool | ortools.sat.python.cp_model_numbers.is_boolean (Any x) |
int | ortools.sat.python.cp_model_numbers.assert_is_zero_or_one (Any x) |
int | ortools.sat.python.cp_model_numbers.to_capped_int64 (int v) |
int | ortools.sat.python.cp_model_numbers.capped_subtraction (int x, int y) |
Variables | |
int | ortools.sat.python.cp_model_numbers.INT_MIN = -9223372036854775808 |
int | ortools.sat.python.cp_model_numbers.INT_MAX = 9223372036854775807 |