Stub for absl flag to be used within a jupyter notebook.
Definition at line 63 of file flags.py.
◆ __init__()
ortools.sat.colab.flags.NotebookFloatFlag.__init__ |
( |
| self, |
|
|
str | name, |
|
|
float | value, |
|
|
str | doc ) |
◆ name()
str ortools.sat.colab.flags.NotebookFloatFlag.name |
( |
| self | ) |
|
Returns the name of the parameter.
Definition at line 77 of file flags.py.
◆ value()
float ortools.sat.colab.flags.NotebookFloatFlag.value |
( |
| self | ) |
|
Returns the value passed at creation.
Definition at line 72 of file flags.py.
The documentation for this class was generated from the following file: