Skip to content
Snippets Groups Projects
Commit 9d5e1827 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

fix import of counter example

parent 51fe5fcf
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ package de.prob.eventb.disprover.core.internal;
import java.util.SortedMap;
import java.util.TreeMap;
import de.prob.eventb.disprover.core.ICounterExample;
/**
* This class wraps the results from a Disprover run. It either indicates that
......
......@@ -17,7 +17,6 @@ import de.prob.core.command.IComposableCommand;
import de.prob.core.command.SetPreferencesCommand;
import de.prob.core.command.StartAnimationCommand;
import de.prob.core.command.internal.InternalLoadCommand;
import de.prob.eventb.disprover.core.ICounterExample;
import de.prob.eventb.translator.PredicateVisitor;
import de.prob.exceptions.ProBException;
import de.prob.parser.ISimplifiedROMap;
......
......@@ -28,7 +28,6 @@ import org.rodinp.core.basis.InternalElement;
import de.prob.core.Animator;
import de.prob.core.PrologException;
import de.prob.eventb.disprover.core.DisproverReasonerInput;
import de.prob.eventb.disprover.core.ICounterExample;
import de.prob.exceptions.ProBException;
import de.prob.logging.Logger;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment