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

Detailed Description

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)

Function Documentation

◆ define_bool()

ortools.sat.colab.flags.define_bool ( str name,
bool value,
str doc )

Definition at line 105 of file flags.py.

◆ define_float()

ortools.sat.colab.flags.define_float ( str name,
bool value,
str doc )

Definition at line 82 of file flags.py.

◆ define_integer()

ortools.sat.colab.flags.define_integer ( str name,
int value,
str doc )

Definition at line 59 of file flags.py.

◆ define_string()

ortools.sat.colab.flags.define_string ( str name,
str value,
str doc )

Definition at line 36 of file flags.py.