Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | NotebookBoolFlag |
class | NotebookFloatFlag |
class | NotebookIntFlag |
class | NotebookStringFlag |
Functions | |
define_string (str name, str value, str doc) | |
define_integer (str name, int value, str doc) | |
define_float (str name, bool value, str doc) | |
define_bool (str name, bool value, str doc) | |
Collection of helpers to manage absl flags in colab.
ortools.sat.colab.flags.define_bool | ( | str | name, |
bool | value, | ||
str | doc ) |
ortools.sat.colab.flags.define_float | ( | str | name, |
bool | value, | ||
str | doc ) |
ortools.sat.colab.flags.define_integer | ( | str | name, |
int | value, | ||
str | doc ) |