Lazy evaluation via rec-funs of ITE expressions (#3482)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Wed, 20 Nov 2019 19:42:58 +0000 (16:42 -0300)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 20 Nov 2019 19:42:58 +0000 (13:42 -0600)
commit596fe8c79106dd9b7764df2ddce6b2d3344fea34
tree194dedc76376b7023cbd431289e4724bbbb98e3d
parent45bcf28ab55c0fe471b445820fc21627495beee8
Lazy evaluation via rec-funs of ITE expressions  (#3482)
src/theory/quantifiers/fun_def_evaluator.cpp
src/theory/quantifiers/sygus/synth_conjecture.cpp
test/regress/CMakeLists.txt
test/regress/regress1/sygus/rec-fun-while-1.sy [new file with mode: 0644]
test/regress/regress1/sygus/rec-fun-while-2.sy [new file with mode: 0644]