mirror of
https://github.com/Z3Prover/z3
synced 2026-03-18 02:53:46 +00:00
Rename nseq_parikh→seq_parikh; add m/seq/a member attributes to seq_parikh
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
4ac5315846
commit
213ddd36ba
7 changed files with 474 additions and 447 deletions
|
|
@ -20,7 +20,7 @@ Author:
|
|||
--*/
|
||||
|
||||
#include "smt/seq/seq_nielsen.h"
|
||||
#include "smt/seq/nseq_parith.h"
|
||||
#include "smt/seq/seq_parikh.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "util/hashtable.h"
|
||||
|
|
@ -433,7 +433,7 @@ namespace seq {
|
|||
nielsen_graph::nielsen_graph(euf::sgraph& sg, simple_solver& solver):
|
||||
m_sg(sg),
|
||||
m_solver(solver),
|
||||
m_parith(alloc(nseq_parith, sg)) {
|
||||
m_parith(alloc(seq_parikh, sg)) {
|
||||
}
|
||||
|
||||
nielsen_graph::~nielsen_graph() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue