Infrared
|
The libinfrared module exposing C++ infrared functionality to Python. More...
Classes | |
class | Assignment |
An assignment (of values to variables) More... | |
class | Constraint |
A constraint. More... | |
class | FiniteDomain |
A finite domain of a variable. More... | |
class | Function |
A real valued feature function. More... | |
class | IntFunction |
An integer valued feature function. More... | |
Functions | |
seed () | |
seed the C++-side random number generator | |
The libinfrared module exposing C++ infrared functionality to Python.
The module libinfrared is the Python interface to the low level C++ library. It is specified using pybind11 in libpython.cpp.
infrared.libinfrared.seed | ( | ) |
seed the C++-side random number generator
x | integer seed value |