import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import junit.extensions.RepeatedTest;
import junit.framework.TestSuite;
import org.jdom2.Element;
import frodo2.algorithms.Problem;
import frodo2.algorithms.Solution;
import frodo2.algorithms.SolutionCollector;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.StatsReporterWithConvergence.CurrentAssignment;
import frodo2.algorithms.dpop.DPOPsolver;
import frodo2.algorithms.dpop.test.DPOPagentTest;
import frodo2.algorithms.reformulation.ProblemRescaler;
import frodo2.algorithms.synchbb.SynchBB;
import frodo2.algorithms.synchbb.SynchBBsolver;
import frodo2.algorithms.test.AllTests;
import frodo2.algorithms.varOrdering.election.VariableElection;
import frodo2.algorithms.varOrdering.linear.LinearOrdering;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;