mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 06:13:40 +00:00
base -> core
This commit is contained in:
parent
959f4c9440
commit
b5efb87118
3 changed files with 6 additions and 7 deletions
|
@ -24,7 +24,7 @@ namespace user_propagator {
|
|||
typedef std::function<void(void*,unsigned)> pop_eh_t;
|
||||
|
||||
|
||||
class base {
|
||||
class core {
|
||||
public:
|
||||
|
||||
virtual void user_propagate_init(
|
||||
|
@ -33,8 +33,7 @@ namespace user_propagator {
|
|||
pop_eh_t& pop_eh,
|
||||
fresh_eh_t& fresh_eh) {
|
||||
throw default_exception("user-propagators are only supported on the SMT solver");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
virtual void user_propagate_register_fixed(fixed_eh_t& fixed_eh) {
|
||||
throw default_exception("user-propagators are only supported on the SMT solver");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue