mirror of
https://github.com/Z3Prover/z3
synced 2026-05-19 16:39:32 +00:00
More fixes
This commit is contained in:
parent
b288c2e7dc
commit
43950569eb
6 changed files with 59 additions and 39 deletions
|
|
@ -116,7 +116,7 @@ namespace smt {
|
|||
// collect per-variable regex constraints from the state.
|
||||
// For each positive str_mem, records the regex (or intersects
|
||||
// with existing) into m_var_regex keyed by the string snode id.
|
||||
void collect_var_regex_constraints(seq_state const& state);
|
||||
void collect_var_regex_constraints(seq::nielsen_node const* sat_node);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue