mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
create helper function theory_str::assert_implication()
This commit is contained in:
parent
bccadedfee
commit
62cd633b63
2 changed files with 15 additions and 11 deletions
|
@ -58,7 +58,8 @@ namespace smt {
|
|||
ptr_vector<enode> m_basicstr_axiom_todo;
|
||||
svector<std::pair<enode*,enode*> > m_str_eq_todo;
|
||||
protected:
|
||||
void assert_axiom(ast * e);
|
||||
void assert_axiom(expr * e);
|
||||
void assert_implication(expr * premise, expr * conclusion);
|
||||
|
||||
app * mk_strlen(app * e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue