Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.sat.colab.flags.NotebookBoolFlag Class Reference

Public Member Functions

 __init__ (self, str name, bool value, str doc)
 
bool value (self)
 
str name (self)
 

Detailed Description

Stub for absl flag to be used within a jupyter notebook.

Definition at line 86 of file flags.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.sat.colab.flags.NotebookBoolFlag.__init__ ( self,
str name,
bool value,
str doc )

Definition at line 89 of file flags.py.

Member Function Documentation

◆ name()

str ortools.sat.colab.flags.NotebookBoolFlag.name ( self)
Returns the name of the parameter.

Definition at line 100 of file flags.py.

◆ value()

bool ortools.sat.colab.flags.NotebookBoolFlag.value ( self)
Returns the value passed at creation.

Definition at line 95 of file flags.py.


The documentation for this class was generated from the following file: