Infrared
Loading...
Searching...
No Matches
infrared.libinfrared Namespace Reference

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
 

Detailed Description

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.

Function Documentation

◆ seed()

infrared.libinfrared.seed ( )

seed the C++-side random number generator

Parameters
xinteger seed value