mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +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) {
|
||||
|
||||
auto* ext = get_solver(l.var());
|
||||
if (ext) {
|
||||
force_push();
|
||||
|
|
Loading…
Reference in a new issue