#include <IbexOctum.h>

Public Member Functions | |
| Octum (const Equality &equ, Space &space) | |
| Octum (const Octum &m) | |
| ~Octum () | |
| Octum * | copy () const |
| void | accept_printer (const OperatorPrinter &p) const |
| void | contract () |
See description in [cha09a].
Create the Octum contractor for an equation, on a given space.
| ibex::Octum::Octum | ( | const Octum & | m | ) | [inline] |
Duplicate this instance.
| ibex::Octum::~Octum | ( | ) | [inline] |
Delete this isntance.
| Octum* ibex::Octum::copy | ( | ) | const [inline, virtual] |
Implement the contractor abstract copy.
Implements ibex::Contractor.
| void ibex::Octum::accept_printer | ( | const OperatorPrinter & | p | ) | const [inline, virtual] |
Accept the pretty printer.
Reimplemented from ibex::Operator.
| void ibex::Octum::contract | ( | ) | [virtual] |
Contract.
Implements ibex::Contractor.
1.5.5