Google OR-Tools v9.15
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  NotebookStringFlag
class  NotebookIntFlag
class  NotebookFloatFlag
class  NotebookBoolFlag

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 106 of file flags.py.

◆ define_float()

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

Definition at line 83 of file flags.py.

◆ define_integer()

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

Definition at line 60 of file flags.py.

◆ define_string()

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

Definition at line 37 of file flags.py.