| java.lang.Object de.uka.ilkd.key.counterexample.CounterExample
CounterExample | public class CounterExample (Code) | | You can use this class to prove that a certain conjecture is wrong for an
abstract data type. On initialization of CounterExample you can enter the
problem which you want to test. Then you can generate the calculus and run
the ModelGeneration Software Mgtp to get the CounterExample data.
author: Sonja Pieper See Also: de.uka.ilkd.key.logic.CExProblem version: 1 since: 10.08.2001 |
changeConfiguration | public static void changeConfiguration()(Code) | | |
runAgain | public void runAgain()(Code) | | This method allows to let the counter example generation proces
start for a second time, with a newly generated calculus etc.
might be useful after changing the configuration.
|
|
|