Package main
Class GenuineSolutionsAnalysis
- java.lang.Object
-
- main.GenuineSolutionsAnalysis
-
public class GenuineSolutionsAnalysis extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleancomputeFitnessstatic Set<Integer>genuineSolutionsFoundstatic Set<Integer>lessGeneralSolutionsstatic Set<Integer>moreGeneralSolutions
-
Constructor Summary
Constructors Constructor Description GenuineSolutionsAnalysis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcalculateGenuineStatistics(List<owl.ltl.tlsf.Tlsf> genuineSolutions, List<owl.ltl.tlsf.Tlsf> solutions)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
calculateGenuineStatistics
public static void calculateGenuineStatistics(List<owl.ltl.tlsf.Tlsf> genuineSolutions, List<owl.ltl.tlsf.Tlsf> solutions) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-