java.lang.Object
es.urjc.etsii.grafo.create.Constructive<S,I>
- Type Parameters:
S- Solution classI- Instance class
- Direct Known Subclasses:
__RNAME__RandomConstructive, BMSSCGRASPConstructor, Constructive.NullConstructive, FasterInvertedConstructive, RandomConstructive, RandomConstructor, Reconstructive, SlowConstructive, TSPRandomConstructive, TSPTWRandomConstructive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNo 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 -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Constructive
public Constructive()
-
-
Method Details
-
construct
-
toString
-
nul
Create a no operation constructive method Returns the solution immediately without executing any operation- Type Parameters:
S- Solution classI- Instance class- Returns:
- Null constructive method
-