3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-03 02:18:58 +00:00

Asserting character constraints

This commit is contained in:
CEisenhofer 2026-03-24 16:51:01 +01:00
parent 48273ca0ed
commit da9d8c8694
3 changed files with 35 additions and 6 deletions

View file

@ -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());