Uses of Class
org.jacop.examples.fd.carsequencing.CarSequencing
Packages that use CarSequencing
-
Uses of CarSequencing in org.jacop.examples.fd.carsequencing
Methods in org.jacop.examples.fd.carsequencing with parameters of type CarSequencingModifier and TypeMethodDescriptionstatic voidCarSequencing.readFromArray(String[] description, CarSequencing example) It transforms string representation of the problem into an array of ints representation.static String[]CarSequencing.toStringArray(CarSequencing example) It creates a String representation of the problem being supplied.