org.jmlspecs.jml4.esc.provercoordinator.strategy
Class ProveVcPiecewise
java.lang.Object
org.jmlspecs.jml4.esc.provercoordinator.strategy.ProveVcPiecewise
- All Implemented Interfaces:
- IProverStrategy
public class ProveVcPiecewise
- extends java.lang.Object
- implements IProverStrategy
Fields inherited from interface org.jmlspecs.jml4.esc.provercoordinator.strategy.IProverStrategy |
EMPTY |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
doingTheNegation
public static boolean doingTheNegation
ProveVcPiecewise
public ProveVcPiecewise(CompilerOptions options,
ProblemReporter problemReporter,
CachedVcs cachedVcs)
getName
public static java.lang.String getName()
prove
public Result[] prove(VcProgram vcProg)
- Specified by:
prove
in interface IProverStrategy
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object