Uses of Class
es.urjc.etsii.grafo.flayouts.model.FLPInstance
Packages that use FLPInstance
Package
Description
-
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts
Fields in es.urjc.etsii.grafo.flayouts with type parameters of type FLPInstanceModifier and TypeFieldDescriptionstatic final Objective<FLPMove, FLPSolution, FLPInstance> Main.FLOW -
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts.constructives
Subclasses with type arguments of type FLPInstance in es.urjc.etsii.grafo.flayouts.constructivesModifier and TypeClassDescriptionclassGenerate random solutions for validation purposes -
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts.constructives.grasp
Subclasses with type arguments of type FLPInstance in es.urjc.etsii.grafo.flayouts.constructives.grasp -
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts.io
Subclasses with type arguments of type FLPInstance in es.urjc.etsii.grafo.flayouts.ioModifier and TypeClassDescriptionclassSerialize solutions using a custom format Each row represents a facility row, with positive numbers being the facility id, and negative numbers a fake facility and its width.Method parameters in es.urjc.etsii.grafo.flayouts.io with type arguments of type FLPInstanceModifier and TypeMethodDescriptionvoidFLPSolutionExporter.export(BufferedWriter writer, WorkUnitResult<FLPSolution, FLPInstance> result) -
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts.model
Subclasses with type arguments of type FLPInstance in es.urjc.etsii.grafo.flayouts.modelModifier and TypeClassDescriptionclassclassclassclassclassMove one element A from its position I to another position J, displacing all elements between those positionsclassclassclassMethods in es.urjc.etsii.grafo.flayouts.model that return FLPInstanceModifier and TypeMethodDescriptionstatic FLPInstanceFLPInstanceImporter.importInstance(BufferedReader reader, String filename) Methods in es.urjc.etsii.grafo.flayouts.model that return types with arguments of type FLPInstanceModifier and TypeMethodDescriptionFLPAddNeigh.explore(FLPSolution solution) FLPOptNeigh.explore(FLPSolution solution) FLPRelocateNeigh.explore(FLPSolution solution) FLPRemoveNeigh.explore(FLPSolution solution) FLPSwapNeigh.explore(FLPSolution solution) Constructors in es.urjc.etsii.grafo.flayouts.model with parameters of type FLPInstanceModifierConstructorDescriptionFLPSolution(FLPInstance instance) Initialize solution from instance -
Uses of FLPInstance in es.urjc.etsii.grafo.flayouts.shake
Subclasses with type arguments of type FLPInstance in es.urjc.etsii.grafo.flayouts.shakeModifier and TypeClassDescriptionclassPartially destroys a DRFP solution by removing part of its facilities.