mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
throttle digit constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7878e384c
commit
8fe3caa101
2 changed files with 4 additions and 1 deletions
|
@ -425,6 +425,7 @@ namespace smt {
|
|||
re2automaton m_mk_aut;
|
||||
|
||||
obj_hashtable<expr> m_fixed; // string variables that are fixed length.
|
||||
obj_hashtable<expr> m_is_digit; // expressions that have been constrained to be digits
|
||||
|
||||
void init(context* ctx) override;
|
||||
final_check_status final_check_eh() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue