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:
parent
31a85925ee
commit
86dc55691d
2 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue