| java.lang.Object de.uka.ilkd.key.logic.CExProblem
CExProblem | public class CExProblem (Code) | | This class contains a an ADT and a conjecture and is the input for the call to Mgtp.
The package de.uka.ilkd.key.counterexample uses this as input for the generation
of the counterexample calculus which is then given as input to Mgtp. CEx stands
for CounterExample
author: Sonja Pieper |
CExProblem | public CExProblem(ADT dt, Axiom conj)(Code) | | creates a new CExProblem, CEx stands for CounterExample
Parameters: dt - the abstract data type with which you are working Parameters: conj - the conjecture which you want to disprove |
toString | public String toString()(Code) | | output of the object as a string
the string representation of the object |
|
|