mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
it just works
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8a229bf684
commit
f48fb8d3e8
5 changed files with 135 additions and 70 deletions
|
@ -926,6 +926,7 @@ namespace smt {
|
|||
void setup::setup_str() {
|
||||
setup_arith();
|
||||
m_context.register_plugin(alloc(theory_str, m_context, m_manager, m_params));
|
||||
setup_char();
|
||||
}
|
||||
|
||||
void setup::setup_seq() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue