Test for killing propagators
More...
|
| | Kill (int n0, bool fix0, bool all0) |
| | Initialize test.
|
| bool | run (void) |
| | Perform actual tests.
|
| | Base (std::string s) |
| | Create and register test with name s.
|
| const std::string & | name (void) const |
| | Return name of test.
|
| Base * | next (void) const |
| | Return next test.
|
| void | next (Base *n) |
| | Set next test.
|
| bool | fixpoint (void) |
| | Throw a coin whether to compute a fixpoint.
|
| virtual | ~Base (void) |
| | Destructor.
|
|
| int | n |
| | Number of propagators.
|
| bool | fix |
| | Whether to compute fixpoint first.
|
| bool | all |
| | Whether to kill all propagators.
|
Test for killing propagators
Definition at line 74 of file groups.cpp.
◆ Kill()
| Test::Groups::Kill::Kill |
( |
int | n0, |
|
|
bool | fix0, |
|
|
bool | all0 ) |
|
inline |
◆ run()
| bool Test::Groups::Kill::run |
( |
void | | ) |
|
|
inlinevirtual |
| int Test::Groups::Kill::n |
|
protected |
Number of propagators.
Definition at line 77 of file groups.cpp.
◆ fix
| bool Test::Groups::Kill::fix |
|
protected |
Whether to compute fixpoint first.
Definition at line 79 of file groups.cpp.
◆ all
| bool Test::Groups::Kill::all |
|
protected |
Whether to kill all propagators.
Definition at line 81 of file groups.cpp.
The documentation for this class was generated from the following file: