Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Nov 15, 2024
1 parent 77eacef commit 1d8a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_sls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace smt {
ctx.set_sls_completed();
}

bool theory_sls::get_value(expr* v, expr_ref& value) {
bool theory_sls::get_smt_value(expr* v, expr_ref& value) {
auto* n = ctx.get_enode(v);
return n && ctx.get_value(n, value);
}
Expand Down

0 comments on commit 1d8a904

Please sign in to comment.