#include <IbexContractor.h>
Public Member Functions | |
| Indicators () | |
| Indicators (int impact, int scope) | |
| Indicators (const Indicators &p) | |
Public Attributes | |
| int | impact |
| int | scope |
| ibex::Contractor::Indicators::Indicators | ( | ) | [inline] |
Build indicators by default.
| ibex::Contractor::Indicators::Indicators | ( | int | impact, | |
| int | scope | |||
| ) | [inline] |
Build indicators with specific values (impact and scope).
| ibex::Contractor::Indicators::Indicators | ( | const Indicators & | p | ) | [inline] |
Duplicate this instance.
The impacted variable (if any) since last contraction. Set to ALL_VARS by default.
The variable to be contracted. Set to ALL_VARS by default.
1.5.5