Adjusting notes

This commit is contained in:
Brandon Rozek 2023-11-03 16:13:36 -04:00
parent 48971ad770
commit 7bbf1b16fd
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -22,8 +22,8 @@ import java.util.Optional;
* I think in this case, we keep it as free variables. * I think in this case, we keep it as free variables.
* (Gotta make sure it's fresh and distinct wrt to the other formulae) * (Gotta make sure it's fresh and distinct wrt to the other formulae)
* *
* Then for the goal condition check we see if the two * Then for the goal condition check we see if the the
* formulas "unify" with each other... * state one-side matches with the goal.
*/ */
public class DeletePrecondRelax { public class DeletePrecondRelax {