We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eacef commit 1d8a904Copy full SHA for 1d8a904
src/smt/theory_sls.cpp
@@ -61,7 +61,7 @@ namespace smt {
61
ctx.set_sls_completed();
62
}
63
64
- bool theory_sls::get_value(expr* v, expr_ref& value) {
+ bool theory_sls::get_smt_value(expr* v, expr_ref& value) {
65
auto* n = ctx.get_enode(v);
66
return n && ctx.get_value(n, value);
67
0 commit comments