mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
remove bit-vector dependencies in seq theory
This commit is contained in:
parent
43d1ef2fee
commit
0f29fff836
4 changed files with 19 additions and 49 deletions
|
@ -23,7 +23,6 @@ Revision History:
|
|||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/bv_decl_plugin.h"
|
||||
#include "ast/char_decl_plugin.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/zstring.h"
|
||||
|
@ -211,8 +210,6 @@ class seq_util {
|
|||
seq_decl_plugin& seq;
|
||||
char_decl_plugin& ch;
|
||||
family_id m_fid;
|
||||
mutable scoped_ptr<bv_util> m_bv;
|
||||
bv_util& bv() const;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue