|
dReal4
|
Abstract base class of contractors. More...
#include </home/soonhokong/work/dreal4/dreal/contractor/contractor_cell.h>
Public Member Functions | |
| ContractorCell (Contractor::Kind kind, DynamicBitset input, Config config) | |
Constructs a cell with kind and input. | |
| ContractorCell ()=delete | |
| Deleted default constructor. | |
| ContractorCell (const ContractorCell &)=delete | |
| Deleted copy constructor. | |
| ContractorCell (ContractorCell &&)=delete | |
| Deleted move constructor. | |
| void | operator= (const ContractorCell &)=delete |
| Deleted copy assign operator. | |
| void | operator= (ContractorCell &&)=delete |
| Deleted move assign operator. | |
| virtual | ~ContractorCell ()=default |
| Default destructor. | |
| Contractor::Kind | kind () const |
| Returns its kind. | |
| const DynamicBitset & | input () const |
| Returns its input. | |
| DynamicBitset & | mutable_input () |
| Returns its input. | |
| const Config & | config () const |
| Returns config. | |
| bool | include_forall () const |
| Returns true if this contractor includes a forall contractor. | |
| void | set_include_forall () |
| Sets include_forall true. | |
| virtual void | Prune (ContractorStatus *cs) const =0 |
Performs pruning on cs. | |
| virtual std::ostream & | display (std::ostream &os) const =0 |
Outputs this contractor to os. | |
Abstract base class of contractors.