#include <cuba.hh>
|
| base_cuba (const string &initl, const string &final, const string &filename) |
|
virtual void | context_unbounded_analysis (const size_k k_bound=0)=0 |
|
base_cuba: the base class for context-unbounded analysis. Classes symbolic_cuba and explicit_cuba are inherited from it.
◆ base_cuba()
cuba::base_cuba::base_cuba |
( |
const string & |
initl, |
|
|
const string & |
final, |
|
|
const string & |
filename |
|
) |
| |
Constructor Set up the initial global state, target state, concurrent pushdown system and the overapproximation of reachable top configurations.
- Parameters
-
initl | initial global state |
final | target visible state |
filename | input CPDs |
◆ reachable_T
vector<vector<bool> > cuba::base_cuba::reachable_T |
|
protected |
used for marking the set of reachable thread states, only supporting parameterized system for now
The documentation for this class was generated from the following files: