public interface Prover
A prover can be used to find proofs.
Different provers might use different strategies to find proofs (for example depth-first versus breadth-first search).
This very first version does not support searching for alternative proofs, nor does it support undos (reseting the bindings after a proof has been found). This needs updating!
Modifier and Type | Method and Description |
---|---|
boolean |
prove(net.sourceforge.czt.zpatt.ast.Sequent conclusion)
Proves a given sequent.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.