When compiling and running cvc5 on macOS with an M1 CPU, the regression
test regress0/cores/issue4971-0.smt2 returned unsat instead of the
expected unknown for the first (check-sat) command. This commit
makes the regression more robust by adding --cegqi-full and expecting
unsat.
-; COMMAND-LINE: --incremental -q --check-unsat-cores
-; EXPECT: unknown
+; COMMAND-LINE: --incremental -q --check-unsat-cores --cegqi-full
+; EXPECT: unsat
; EXPECT: unsat
; EXPECT: (
; EXPECT: IP_1
(assert (! (or (< (abs 404) i4) v14 v1) :named IP_51))
(check-sat)
(check-sat-assuming (IP_33 IP_51))
-(get-unsat-core)
\ No newline at end of file
+(get-unsat-core)