mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
fix #6501
This commit is contained in:
parent
f961300036
commit
fe8034731d
5 changed files with 39 additions and 15 deletions
|
@ -1618,6 +1618,8 @@ namespace smt {
|
|||
|
||||
void register_plugin(theory * th);
|
||||
|
||||
void add_asserted(expr* e);
|
||||
|
||||
void assert_expr(expr * e);
|
||||
|
||||
void assert_expr(expr * e, proof * pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue