Class __RNAME__RandomConstructive
java.lang.Object
es.urjc.etsii.grafo.create.Constructive<__RNAME__Solution, __RNAME__Instance>
es.urjc.etsii.grafo.__RNAME__.constructives.__RNAME__RandomConstructive
-
Nested Class Summary
Nested classes/interfaces inherited from class Constructive
Constructive.NullConstructive<S,I> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Constructive
nul, toString
-
Constructor Details
-
__RNAME__RandomConstructive
public __RNAME__RandomConstructive()
-
-
Method Details
-
construct
Description copied from class:ConstructiveBuild a solution. Start with an empty solution, end when the solution is valid.- Specified by:
constructin classConstructive<__RNAME__Solution, __RNAME__Instance>- Parameters:
solution- Empty solution, the result of calling the constructor.- Returns:
- A valid solution that fulfills all the problem constraints.
-