mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
parse also bit-vector constants with set-info. Reported by David Cok
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9e8045071
commit
3e0e9c7f3c
|
@ -2077,6 +2077,7 @@ namespace smt2 {
|
|||
|
||||
void parse_option_value() {
|
||||
switch (curr()) {
|
||||
case scanner::BV_TOKEN:
|
||||
case scanner::INT_TOKEN:
|
||||
case scanner::FLOAT_TOKEN:
|
||||
m_curr_cmd->set_next_arg(m_ctx, m_scanner.get_number());
|
||||
|
|
Loading…
Reference in a new issue