Package es.urjc.etsii.grafo.create
Class Constructive.NullConstructive<S extends Solution<S,I>,I extends Instance>
java.lang.Object
es.urjc.etsii.grafo.create.Constructive<S,I>
es.urjc.etsii.grafo.create.Constructive.NullConstructive<S,I>
public static class Constructive.NullConstructive<S extends Solution<S,I>,I extends Instance>
extends Constructive<S,I>
No operation constructive method
Returns the solution immediately without executing any operation
Not included by default as an autoconfig component because most
problems require a constructive method or solutions will not be valid
-
Nested Class Summary
Nested classes/interfaces inherited from class es.urjc.etsii.grafo.create.Constructive
Constructive.NullConstructive<S extends Solution<S,
I>, I extends Instance> -
Constructor Summary
ConstructorsConstructorDescriptionCreate a no operation constructive method Returns the solution immediately without executing any operation -
Method Summary
Methods inherited from class es.urjc.etsii.grafo.create.Constructive
nul, toString
-
Constructor Details
-
NullConstructive
public NullConstructive()Create a no operation constructive method Returns the solution immediately without executing any operation
-
-
Method Details
-
construct
Description copied from class:Constructive
Build a solution. Start with an empty solution, end when the solution is valid.
-