Proof loading / saving¶
Loading¶
- (various ways a ProblemLoader gets created)
AbstractProblemLoader#load()
sets up the environment (creating a directory for Java source files, unzipping the proof, reading taclet definitions, ...)#createProofObligationContainer()
creates the proof obligation#createProof()
creates aProofAggregate
object based on the obligation#loadSelectedProof()
replays the proof steps usingIntermediateProofReplayer
Saving¶
Is done in OutputStreamProofSaver
.