mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
User-functions fix (#5868)
This commit is contained in:
parent
689e2d41de
commit
412b05076c
5 changed files with 107 additions and 54 deletions
|
@ -1576,7 +1576,7 @@ namespace smt {
|
|||
|
||||
void log_stats();
|
||||
|
||||
void copy_user_propagator(context& src);
|
||||
void copy_user_propagator(context& src, bool copy_registered);
|
||||
|
||||
public:
|
||||
context(ast_manager & m, smt_params & fp, params_ref const & p = params_ref());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue