3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

add rule unfolding transformation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-10-15 15:34:29 -07:00
parent 2c24f25050
commit d16db63e56
13 changed files with 160 additions and 138 deletions

View file

@ -110,7 +110,7 @@ namespace smt2 {
m_string.reset();
m_string.push_back(curr());
next();
read_symbol_core();
return read_symbol_core();
}
scanner::token scanner::read_number() {