mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 20:39:11 +00:00
seq_model: address NSB review comments (#8995)
* Initial plan * Address NSB review comments in seq_model.cpp Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Address code review feedback: improve null-sort handling in seq_model and some_seq_in_re Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
6947698d65
commit
2212f59704
5 changed files with 53 additions and 91 deletions
|
|
@ -37,7 +37,7 @@ namespace smt {
|
|||
m_nielsen(m_sgraph, m_context_solver),
|
||||
m_state(),
|
||||
m_regex(m_sgraph),
|
||||
m_model(ctx.get_manager(), m_seq, m_rewriter, m_sgraph, m_regex)
|
||||
m_model(ctx.get_manager(), m_seq, m_rewriter, m_sgraph)
|
||||
{}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue