mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 06:28:57 +00:00
add assertions
This commit is contained in:
parent
9a987237d5
commit
c11bd79484
2 changed files with 25 additions and 19 deletions
|
@ -343,6 +343,7 @@ namespace sat {
|
|||
void push_reinit_stack(clause & c);
|
||||
void push_reinit_stack(literal l1, literal l2);
|
||||
|
||||
void init_ts(unsigned n, svector<unsigned>& v, unsigned& ts);
|
||||
void init_visited();
|
||||
void mark_visited(literal l) { m_visited[l.index()] = m_visited_ts; }
|
||||
void mark_visited(bool_var v) { mark_visited(literal(v, false)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue