mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
finish is-fixed
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e5767bf2b8
commit
c00591daaf
8 changed files with 35 additions and 4 deletions
|
@ -519,7 +519,7 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
|
||||
bool theory_bv::is_fixed(theory_var v, expr_ref& val, literal_vector& lits) {
|
||||
bool theory_bv::is_fixed_propagated(theory_var v, expr_ref& val, literal_vector& lits) {
|
||||
numeral r;
|
||||
enode* n = get_enode(v);
|
||||
if (!get_fixed_value(v, r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue