Change CHC encoding to functions forest instead of explicit CFG

This commit is contained in:
Leonardo Alt
2020-03-03 12:12:26 +01:00
parent b65a165da1
commit 3bee348525
13 changed files with 426 additions and 116 deletions
+1
View File
@@ -140,6 +140,7 @@ public:
void pushSolver();
void popSolver();
void addAssertion(Expression const& _e);
unsigned solverStackHeigh() { return m_assertions.size(); } const
SolverInterface* solver()
{
solAssert(m_solver, "");