Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* draft of minimal checking algo for string example * sync * bug fixes * fixed equality * removed completed TODOs * made LAT more modular * changed display to show resources that may be and are not invalid as well * code showing why mutual recursion is necessary * readability * cleanup * saving before merging * saving before merging * improved pp in explain * cleanup of comments * version fix * nits * nits * nits * nits * nits * fixed var bug in countermodels * reverted to 4.14 * Make SMT solver consider the full set of assumptions, including the ones leading to undecidability -- as an experiment. * fix for older OCaml * version errors and allows use of solver for comparison of candidate * changed display to only show predicates that failed the check, not ones that passed * style * style * fixes per PR comments * ask_solver fix * ask_solver fix * moved LAT logic into explain * removed old TODO * style * style * resolving comments * pr comment fixes * PR comment fixes; currently broken due to question of provable output type * temporary fix to Unknown ambiguity * resolving comments * style * style * no longer using try hard mode * removed try_hard * updated ask_solver to use add_assumption * added try-hard back * no longer shows output of checking preds if empty * style * style * style * style * style report * typo --------- Co-authored-by: Christopher Pulte <cp526@cam.ac.uk>
- Loading branch information