#include <IbexHC4.h>

Public Member Functions | |
| HC4 (const System &sys, REAL ratio=default_ratio, bool incremental=false) | |
| HC4 (const HC4 &hc4) | |
| HC4 * | copy () const |
| virtual void | accept_printer (const OperatorPrinter &op) const |
| ibex::HC4::HC4 | ( | const System & | sys, | |
| REAL | ratio = default_ratio, |
|||
| bool | incremental = false | |||
| ) |
Create a HC4 propagation with a system of constraints.
| sys | - The system | |
| ratio | (optional) - |
| incremental | (optional) - |
| ibex::HC4::HC4 | ( | const HC4 & | hc4 | ) |
Duplicate this instance.
| HC4* ibex::HC4::copy | ( | ) | const [inline, virtual] |
Implement the contractor abstract copy.
Reimplemented from ibex::Propagation.
| virtual void ibex::HC4::accept_printer | ( | const OperatorPrinter & | op | ) | const [inline, virtual] |
Accept the pretty printer.
Reimplemented from ibex::Propagation.
1.5.5