mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
727ea43b16
commit
9f0b303263
|
@ -128,7 +128,6 @@ namespace euf {
|
||||||
}
|
}
|
||||||
|
|
||||||
void solver::asserted(literal l) {
|
void solver::asserted(literal l) {
|
||||||
|
|
||||||
auto* ext = get_solver(l.var());
|
auto* ext = get_solver(l.var());
|
||||||
if (ext) {
|
if (ext) {
|
||||||
force_push();
|
force_push();
|
||||||
|
|
Loading…
Reference in a new issue