3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-22 18:09:37 +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

@ -959,7 +959,7 @@ namespace seq {
// Must be called after solve() returns sat.
// Returns true if a satisfying model was found.
// Caller takes ownership of the returned model pointer.
bool solve_sat_path_ints(model_ref& mdl);
bool solve_sat_path_raw(model_ref& mdl);
// accessor for the seq_regex module
seq_regex* seq_regex_module() const { return m_seq_regex; }