![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Collection of helpers to manage absl flags in colab.
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) | |
| 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 ) |