Difference between revisions of "Proof Dependencies and Reasoner Conflicts"

From Event-B
Jump to navigationJump to search
imported>Nicolas
m
imported>Nicolas
m
Line 1: Line 1:
Until Rodin 2.1, proof status is determined from proof dependencies on the one hand and a proof skeleton on the other hand. The skeleton is entirely visited, searching for conflicts in reasoner versions.
+
Until Rodin 2.1 (included), proof status is determined from proof dependencies on the one hand and a proof skeleton on the other hand. The skeleton is entirely visited, searching for conflicts in reasoner versions.
 +
 
 
Hence the idea of integrating reasoners in proof dependencies and have them processed the same way as other proof dependency components, that are stored in the root element of the proofs to allow for quick access. This improves performances in updating proof statuses, which is by far the most time-consuming build operation.
 
Hence the idea of integrating reasoners in proof dependencies and have them processed the same way as other proof dependency components, that are stored in the root element of the proofs to allow for quick access. This improves performances in updating proof statuses, which is by far the most time-consuming build operation.
 +
 +
This evolution is available since Rodin 2.2. It applies to all proofs edited using Rodin 2.2+. Proofs edited using previous versions of the tool are kept in the older format, thus slowing down the build time. A plug-in is under development to allow for migrating old proofs to the new storage format.
  
 
{{TODO|Document proof storage}}
 
{{TODO|Document proof storage}}

Revision as of 12:52, 1 June 2011

Until Rodin 2.1 (included), proof status is determined from proof dependencies on the one hand and a proof skeleton on the other hand. The skeleton is entirely visited, searching for conflicts in reasoner versions.

Hence the idea of integrating reasoners in proof dependencies and have them processed the same way as other proof dependency components, that are stored in the root element of the proofs to allow for quick access. This improves performances in updating proof statuses, which is by far the most time-consuming build operation.

This evolution is available since Rodin 2.2. It applies to all proofs edited using Rodin 2.2+. Proofs edited using previous versions of the tool are kept in the older format, thus slowing down the build time. A plug-in is under development to allow for migrating old proofs to the new storage format.

TODO: Document proof storage