Code Documentation

This is the base module for all other objects of the package.

  • LaTeX returns a LaTeX string out of an Irene object.
  • base is the parent of all Irene objects.
base.LaTeX(obj)[source]

Returns LaTeX representation of Irene’s objects.

class base.base[source]

All the modules in Irene extend this class which perform some common tasks such as checking existence of certain software.

AvailableSDPSolvers()[source]

find the existing sdp solvers.

static which(program)[source]

Check the availability of the program system-wide. Returns the path of the program if exists and returns ‘None’ otherwise.