rhit-csse-projects / RESOLVE

RESOLVE (REusable SOftware Language with VErification) is a specification and programming language designed for verifying correctness of object oriented programs.
https://www.cs.clemson.edu/resolve/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Complete Prover Refactor #8

Closed AdityaSenthilvel closed 2 months ago

AdityaSenthilvel commented 2 months ago

Summary

With the VCGenerator refactor almost complete, it is time to integrate the Congruence Class Prover. Below is a check list of things that will need to happen before we can run tests on the new compiler. Currently, the list is incomplete and new items will be added when we encounter them during the refactoring process.

Refactor Check List

New Changes Check List

Issues to Address

rhit-fosswe commented 2 months ago

Out of scope for our team (at least for now). Original ticket is from June 17, 2018. It has been updated since then, but this is not really part of our project (currently).