dblotsky / stringfuzz

Fuzzer and generator for string and regex problems in SMT-LIB 2.x format.
Other
20 stars 9 forks source link

Adding random AST generator. #30

Closed dblotsky closed 6 years ago

dblotsky commented 6 years ago

Other changes:

This addresses #18.

NOTE: still working on --meaningful flag.

dblotsky commented 6 years ago

@FedericoAureliano this should be ready for review. It actually produces valid problems now! The downside is that it sometimes adds something like (assert (not true)) or (assert (< var0 var0)) and the problem becomes doomed.

I think it warrants a catch for trivially unsat things like this eventually. :/