mirror of
https://github.com/Z3Prover/z3
synced 2025-07-01 18:38:47 +00:00
move to abstract symbols
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
78a1736bd2
commit
541658fe02
16 changed files with 117 additions and 93 deletions
|
@ -523,7 +523,7 @@ void seq_decl_plugin::init() {
|
|||
if (m_init) return;
|
||||
ast_manager& m = *m_manager;
|
||||
m_init = true;
|
||||
sort* A = m.mk_uninterpreted_sort(symbol((unsigned)0));
|
||||
sort* A = m.mk_uninterpreted_sort(symbol(0u));
|
||||
sort* strT = m_string;
|
||||
parameter paramA(A);
|
||||
parameter paramS(strT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue