3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-22 20:39:11 +00:00

add extra parameter

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-18 21:34:19 -08:00
parent 31a85925ee
commit 86dc55691d
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ namespace smt {
* - membership axioms
* - assume eqs axioms
*/
final_check_status theory_finite_set::final_check_eh() {
final_check_status theory_finite_set::final_check_eh(unsigned) {
TRACE(finite_set, tout << "final_check_eh\n";);
if (activate_unasserted_clause())