mirror of
https://github.com/Z3Prover/z3
synced 2026-05-22 18:09:37 +00:00
Asserting character constraints
This commit is contained in:
parent
48273ca0ed
commit
da9d8c8694
3 changed files with 35 additions and 6 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue