Alex23087 / Failure-SSIL-Analyser

GNU General Public License v3.0
1 stars 3 forks source link

[Logic] Basic command analysis #25

Closed Yurand2000 closed 2 months ago

Yurand2000 commented 6 months ago

Create a function which takes an atomic command r and a post-condition q and returns the weakest precondition p that makes the SSIL triple {{p}} r {{q}} valid. This function will be used in the analysis of atomic commands inside blocks, while other structures will be used for the analysis of the regular commands C+C and C*.

Yurand2000 commented 6 months ago

TO DO: