All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description BasicSolver A very naïve solver that first schedules all first tasks, then all second tasks, ...BestKnownResults This class contains the best known results for common jobshop instances.DescentSolver An empty shell to implement a descent solver.Encoding Common class for all encodings.GreedySolver An empty shell to implement a greedy solver.GreedySolver.Priority All possible priorities for the greedy solver.Instance Represents an instance of a JobShop problem.Main This class is the main entry point for doing comparative performance tests of solvers.Neighborhood For a particular solution in the ResourceOrder encoding, a neighborhood allows the generation of its neighbors: a set of closely related solutions.Nowicki Implementation of the Nowicki and Smutnicki neighborhood.Nowicki.Swap Represents a swap of two tasks on the same machine in a ResourceOrder encoding.ResourceOrder Encoding of a solution by the ordering of tasks on each machine.Schedule Direct encoding of the solution to JobShop problem.Solver Common interface that must implemented by all solvers.Task Represents a task (job,task) of a jobshop problem.