Make division chainable in the smt2 parser (#2367)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 27 Aug 2018 17:26:14 +0000 (12:26 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Aug 2018 17:26:14 +0000 (12:26 -0500)
commit11110b87cb70d9c4a6dc486319adbb7dfa59fedb
tree7ce951d48330be5d48deaa280388731d40ef2517
parentc6aa453fe1c34481f83ca96f5feb8b1a7ad6c734
Make division chainable in the smt2 parser (#2367)
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/parser/parser.cpp
src/parser/parser.h
src/parser/smt2/Smt2.g
test/regress/Makefile.tests
test/regress/regress0/arith/div-chainable.smt2 [new file with mode: 0644]