codac 1.5.6
|
static contractor on a contractor network object More...
#include <codac_CtcCN.h>
Inherits Ctc.
Public Member Functions | |
CtcCN (ContractorNetwork &cn, IntervalVectorVar &box) | |
Creates the CtcCN contractor. | |
void | contract (IntervalVector &x) |
Contracts. | |
static contractor on a contractor network object
codac::CtcCN::CtcCN | ( | ContractorNetwork & | cn, |
IntervalVectorVar & | box ) |
Creates the CtcCN contractor.
cn | the contractor network on which this contractor is based on |
box | the IntervalVectorVar symbolising the box to contract in the Contractor Network |
void codac::CtcCN::contract | ( | IntervalVector & | x | ) |
Contracts.
x | the box we want to contract. Its size should be equal to m_box size |