mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
Update z3++.h
This commit is contained in:
parent
62fd22f555
commit
ff723f15ff
|
@ -3948,13 +3948,13 @@ namespace z3 {
|
|||
that were created using a solver.
|
||||
*/
|
||||
|
||||
void fixed(fixed_eh_t& f) {
|
||||
void register_fixed(fixed_eh_t& f) {
|
||||
assert(s);
|
||||
m_fixed_eh = f;
|
||||
Z3_solver_propagate_fixed(ctx(), *s, fixed_eh);
|
||||
}
|
||||
|
||||
void eq(eq_eh_t& f) {
|
||||
void register_eq(eq_eh_t& f) {
|
||||
assert(s);
|
||||
m_eq_eh = f;
|
||||
Z3_solver_propagate_eq(ctx(), *s, eq_eh);
|
||||
|
|
Loading…
Reference in a new issue