3
0
Fork 0
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:
Murphy Berzish 2015-09-28 03:26:46 -04:00
parent bccadedfee
commit 62cd633b63
2 changed files with 15 additions and 11 deletions

View file

@ -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);