mirror of
https://github.com/Z3Prover/z3
synced 2026-04-03 02:18:58 +00:00
Asserting character constraints
This commit is contained in:
parent
48273ca0ed
commit
da9d8c8694
3 changed files with 35 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ namespace smt {
|
|||
|
||||
// solve integer constraints from the sat_path FIRST so that
|
||||
// m_int_model is available when snode_to_value evaluates power exponents
|
||||
nielsen.solve_sat_path_ints(m_int_model);
|
||||
nielsen.solve_sat_path_raw(m_int_model);
|
||||
|
||||
// extract variable assignments from the satisfying leaf's substitution path
|
||||
extract_assignments(nielsen.sat_path());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue