A C E F G H I L M N O P R S T U V

A

addArray(Object[]) - Method in class mil.af.afit.uvr.HList
 
addElement(Object) - Method in class mil.af.afit.uvr.HList
 
addHEngineListener(HEngineListener) - Method in class mil.af.afit.uvr.HEngine
Add a listener to the engine.
addHOrder(HOrder) - Method in class mil.af.afit.uvr.HTour
Adds the order to the end of the tour.
addHSolverListener(HSolverListener) - Method in class mil.af.afit.uvr.HSolver
Add a listener to the solver.
addProductForOrderType(int, HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Put product back for the specified order type.

C

capacity() - Method in class mil.af.afit.uvr.HList
 
capacityIncrement - Variable in class mil.af.afit.uvr.HList
 
clone() - Method in class mil.af.afit.uvr.HList
 
clone() - Method in class mil.af.afit.uvr.HSolution
Returns a clone of this solution
clone() - Method in class mil.af.afit.uvr.HTour
 
clone() - Method in interface mil.af.afit.uvr.HVehicle
Copy the vehicle being careful to keep the product tracking variables separate.
contains(Object) - Method in class mil.af.afit.uvr.HList
 
copyInto(Object[]) - Method in class mil.af.afit.uvr.HList
 
costsToString() - Method in class mil.af.afit.uvr.HSolution
Returns a string representation of the costs, including the names for the costs, if available.

E

elementAt(int) - Method in class mil.af.afit.uvr.HList
 
elementCount - Variable in class mil.af.afit.uvr.HList
 
elementData - Variable in class mil.af.afit.uvr.HList
 
ENGINE_FINISHED - Static variable in class mil.af.afit.uvr.HEngineEvent
The event type when the engine has finished.
ENGINE_STARTED - Static variable in class mil.af.afit.uvr.HEngineEvent
The event type when the engine has started
ensureCapacity(int) - Method in class mil.af.afit.uvr.HList
 
err(Exception) - Static method in class mil.af.afit.uvr.HEngine
 
err(Exception) - Static method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
EvaluatorWithoutPriorities - class mil.af.afit.uvr.EvaluatorWithoutPriorities.
This sample HEvaluator minimizes the following:
EvaluatorWithoutPriorities() - Constructor for class mil.af.afit.uvr.EvaluatorWithoutPriorities
 
EvaluatorWithPriorities - class mil.af.afit.uvr.EvaluatorWithPriorities.
This sample HEvaluator minimizes the following:
EvaluatorWithPriorities(HOrder[]) - Constructor for class mil.af.afit.uvr.EvaluatorWithPriorities
Constructs an HEvaluator that considers the priorities indicated in orders

F

fireNewBestSolutionEvent() - Method in class mil.af.afit.uvr.HSolver
This method should be called when a new best solution is found.
fireSolverFinishedEvent() - Method in class mil.af.afit.uvr.HSolver
This method should be called when the solver has finished working.
fireSolverPercentDoneEvent() - Method in class mil.af.afit.uvr.HSolver
This method should be called periodically to keep the user up to date on the solver's progress.
fireSolverStartedEvent() - Method in class mil.af.afit.uvr.HSolver
This should be called when the solver starts solving.
firstElement() - Method in class mil.af.afit.uvr.HList
 
firstHOrder() - Method in class mil.af.afit.uvr.HTour
Returns the first order in the tour.

G

getAmountNeeded() - Method in interface mil.af.afit.uvr.HOrder
The positive amount of product neeeded by the order.
getAvailableSolvers() - Method in class mil.af.afit.uvr.HEngine
Returns an enumeration of HSolvers already known to the HEngine.
getBestHSolution() - Method in class mil.af.afit.uvr.HEngine
Returns the best solution so far.
getBestHSolution() - Method in class mil.af.afit.uvr.HSolver
Return the best solution found so far.
getBestHSolution() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getBestHSolution() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getBustedTimeWalls() - Method in class mil.af.afit.uvr.HTour
Returns the number of busted time walls for the tour.
getBustedTimeWindows() - Method in class mil.af.afit.uvr.HTour
Returns the number of busted time windows for the tour.
getCosts() - Method in class mil.af.afit.uvr.HSolution
Return the costs for this solution.
getCostsForSolution(HSolution) - Method in class mil.af.afit.uvr.EvaluatorWithoutPriorities
Returns an array representing the costs of the solution.
getCostsForSolution(HSolution) - Method in class mil.af.afit.uvr.EvaluatorWithPriorities
Returns an array representing the costs of the solution.
getCostsForSolution(HSolution) - Method in interface mil.af.afit.uvr.HEvaluator
This method should weight the appropriate values and return a total cost for the solution, based on whatever is most important.
getCredits() - Method in class mil.af.afit.uvr.HSolver
Credits for the solver (authors, etc).
getCredits() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getCredits() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getCurrentAmountAvailableForOrderType(HOrder) - Method in interface mil.af.afit.uvr.HVehicle
The amount of product that remains for this order type.
getDefaultProperties() - Static method in class mil.af.afit.uvr.HEngine
Return the default properties for the HEngine.
getDepartureTime() - Method in class mil.af.afit.uvr.HTour
Returns the departure time for the tour.
getDummyHTour() - Method in class mil.af.afit.uvr.HSolution
Returns the dummy tour.
getEarliestArrivalTime() - Method in interface mil.af.afit.uvr.HOrder
The earliest time that an order may be serviced.
getEarliestDepartureTime() - Method in interface mil.af.afit.uvr.HVehicle
Return the first time that the vehicle is available to start its journey.
getEarliestRestrictedTime() - Method in interface mil.af.afit.uvr.HOrder
The earliest time when a vehicle may not service an order.
getEffort() - Method in class mil.af.afit.uvr.HEngine
Returns the amount of effort that the HEngine will expend.
getEstimatedArrivalTime(int) - Method in class mil.af.afit.uvr.HTour
Return the estimated arrival time at the order in position i.
getEstimatedDepartureTime(int) - Method in class mil.af.afit.uvr.HTour
Return the estimated departure time at the order in position i.
getEstimatedWaitTime(int) - Method in class mil.af.afit.uvr.HTour
Return the estimated wait time at the order in position i.
getEventType() - Method in class mil.af.afit.uvr.HEngineEvent
Returns the event type.
getHEngine() - Method in class mil.af.afit.uvr.HEngineEvent
Returns the source of the event, casted to HEngine.
getHEvaluator() - Method in class mil.af.afit.uvr.HEngine
Returns the evaluator being used.
getHEvaluator() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getHOrderAt(int) - Method in class mil.af.afit.uvr.HTour
Returns the order at the positionth position.
getHTours() - Method in class mil.af.afit.uvr.HSolution
Returns the tours in the solution, excluding the dummy tour.
getHVehicle() - Method in class mil.af.afit.uvr.HTour
Returns the vehicle associated with the tour.
getLastEvaluatorUsed() - Method in class mil.af.afit.uvr.HSolution
Get the last evaluator that was used to validate this solution.
getLatestDepartureTime() - Method in interface mil.af.afit.uvr.HOrder
The latest time that a vehicle may remain at an order servicing it.
getLatestRestrictedTime() - Method in interface mil.af.afit.uvr.HOrder
The latest time when a vehicle may not service an order.
getLongDescription() - Method in class mil.af.afit.uvr.HSolver
Long description of the solver.
getLongDescription() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getLongDescription() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getName() - Method in class mil.af.afit.uvr.HSolver
Name of the solver
getName() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getName() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getNamesForCosts(HSolution) - Method in class mil.af.afit.uvr.EvaluatorWithoutPriorities
Returns names for each index in the costs array.
getNamesForCosts(HSolution) - Method in class mil.af.afit.uvr.EvaluatorWithPriorities
Returns names for each index in the costs array.
getNamesForCosts(HSolution) - Method in interface mil.af.afit.uvr.HEvaluator
This method should return names for the costs given in the method getCostsForSolution.
getNumberOfThreads() - Method in class mil.af.afit.uvr.HEngine
Returns the number of threads that was requested for the solver to use.
getPenaltyForTravel(HOrder, HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Return the penalty for traveling from from to to.
getPercentDone() - Method in class mil.af.afit.uvr.HEngine
Returns the progress of the HEngine as a value between zero and one, inclusively.
getPercentDone() - Method in class mil.af.afit.uvr.HSolver
Return the percent done for the solver, between zero and one.
getPriority() - Method in interface mil.af.afit.uvr.HOrder
The order priority.
getProperties() - Method in class mil.af.afit.uvr.HEngine
Returns the properties being used.
getRange() - Method in interface mil.af.afit.uvr.HVehicle
Return the range of the vehicle, in time units.
getRequestedSolutionEffort() - Method in class mil.af.afit.uvr.HEngine
Deprecated. Use getEffort().
getReturnTime() - Method in class mil.af.afit.uvr.HTour
Returns the estimated return time for the tour.
getShortDescription() - Method in class mil.af.afit.uvr.HSolver
Short description of the solver.
getShortDescription() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getShortDescription() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
getSolver() - Method in class mil.af.afit.uvr.HEngine
Returns the solver that will be used or is being used by the HEngine.
getSource() - Method in class mil.af.afit.uvr.HEngineEvent
Returns the source of the event.
getTimeToService(HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Return the time it takes to service the order.
getTimeToTravel(HOrder, HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Return the time it takes to travel from from to to.
getTotalPenalty() - Method in class mil.af.afit.uvr.HTour
Returns the penalty for the tour.
getTotalTravelTime() - Method in class mil.af.afit.uvr.HTour
Returns the total travel time for the tour.
getTotalWaitingTime() - Method in class mil.af.afit.uvr.HTour
Returns the waiting time for the tour.
getVersion() - Method in class mil.af.afit.uvr.HSolver
Version of the solver
getVersion() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
getVersion() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 

H

hashCode() - Method in class mil.af.afit.uvr.HSolution
Returns a hashcode for the solution.
HEngine - class mil.af.afit.uvr.HEngine.
The HEngine is the main source of interaction between code that uses the Universal Vehicle Router (UVR) and the UVR itself.
HEngine() - Constructor for class mil.af.afit.uvr.HEngine
Constructs an HEngine that is not yet aware of any orders or vehicles.
HEngine(HVehicle[], HOrder[]) - Constructor for class mil.af.afit.uvr.HEngine
Constructs an HEngine based on the passed orders and vehicles.
HEngine(HVehicle[], HOrder[], int) - Constructor for class mil.af.afit.uvr.HEngine
Constructs an HEngine based on the passed orders and vehicles and specifies the number of threads subsequent solvers should use.
HEngine(Properties) - Constructor for class mil.af.afit.uvr.HEngine
Constructs an HEngine that is not yet aware of any orders or vehicles.
HEngineEvent - class mil.af.afit.uvr.HEngineEvent.
These events get passed from the engine to interested listeners
HEngineEvent(int, Object) - Constructor for class mil.af.afit.uvr.HEngineEvent
Constructor for HEngineEvent
HEngineEventPerformed(HEngineEvent) - Method in interface mil.af.afit.uvr.HEngineListener
Called when an event is triggered.
HEngineListener - interface mil.af.afit.uvr.HEngineListener.
Implement this interface to listen for HEngine events.
HEvaluator - interface mil.af.afit.uvr.HEvaluator.
An HEvaluator gives costs for a given solution.
HList - class mil.af.afit.uvr.HList.
Thanks to Sun and Lee Boynton for the inspiration behind this class.
HList() - Constructor for class mil.af.afit.uvr.HList
 
HList(int) - Constructor for class mil.af.afit.uvr.HList
 
HList(int, int) - Constructor for class mil.af.afit.uvr.HList
 
HList(Object[]) - Constructor for class mil.af.afit.uvr.HList
 
HOrder - interface mil.af.afit.uvr.HOrder.
Use this interface in your objects that represent orders, customers, etc.
HSolution - class mil.af.afit.uvr.HSolution.
A solution with vehicles servicing orders.
HSolution(HSolution) - Constructor for class mil.af.afit.uvr.HSolution
Create a solution that is a copy of copyThis.
HSolution(HVehicle[], HOrder[]) - Constructor for class mil.af.afit.uvr.HSolution
Makes a solution based on the passed arguments.
HSolver - class mil.af.afit.uvr.HSolver.
HSolvers take the information given to the HEngine and try to solve the problem of servicing orders with vehicles.
HSolver() - Constructor for class mil.af.afit.uvr.HSolver
 
HSolverEventPerformed(HSolverEvent) - Method in class mil.af.afit.uvr.HEngine
Called when an HSolverEvent is fired.
HTour - class mil.af.afit.uvr.HTour.
A tour contains a vehicle and a list of customers to visit.
HTour(HTour) - Constructor for class mil.af.afit.uvr.HTour
Constructs a copy of the tour based on the passed tour.
HTour(HVehicle) - Constructor for class mil.af.afit.uvr.HTour
Constructs a tour based on the given vehicle
HTour(HVehicle, HOrder[]) - Constructor for class mil.af.afit.uvr.HTour
Constructs a tour based on the given vehicle and places the orders in the tour in the same order as in the array.
HVehicle - interface mil.af.afit.uvr.HVehicle.
This is the interface that sets up the information that gets passed to and from the vehicle and the Universal Vehicle Router.

I

indexOf(Object) - Method in class mil.af.afit.uvr.HList
 
indexOf(Object, int) - Method in class mil.af.afit.uvr.HList
 
initializeSolver(HSolution[], HEvaluator, double, int) - Method in class mil.af.afit.uvr.HSolver
Called when the HEngine has started solving.
initializeSolver(HSolution[], HEvaluator, double, int) - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
initializeSolver(HSolution[], HEvaluator, double, int) - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
insertElementAt(Object, int) - Method in class mil.af.afit.uvr.HList
 
insertHOrderAt(HOrder, int) - Method in class mil.af.afit.uvr.HTour
Inserts the given order into position.
invalidate() - Method in class mil.af.afit.uvr.HSolution
Should be called if the solution is changed.
invalidate() - Method in class mil.af.afit.uvr.HTour
Indicates that the tour costs are no longer valid.
isCanceled() - Method in class mil.af.afit.uvr.HEngine
Returns true if the user has tried to cancel the HEngine.
isDebugging() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
isEmpty() - Method in class mil.af.afit.uvr.HList
 
isValid() - Method in class mil.af.afit.uvr.HSolution
Returns whether or not the costs associated with the solution are valid.
isValid() - Method in class mil.af.afit.uvr.HTour
Whether or not the costs and such associated with the tour are valid with respect to the latest changes.

L

lastElement() - Method in class mil.af.afit.uvr.HList
 
lastIndexOf(Object) - Method in class mil.af.afit.uvr.HList
 
lastIndexOf(Object, int) - Method in class mil.af.afit.uvr.HList
 
LONG_DESCR - Static variable in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
Long description of the solver
LONG_DESCR - Static variable in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
Long description of the solver

M

Main - class mil.af.afit.uvr.Main.
This class runs if someone mistakenly double-clicks on the uvr.jar file or runs java -jar uvr.jar.
Main() - Constructor for class mil.af.afit.uvr.Main
 
main(String[]) - Static method in class mil.af.afit.uvr.Main
 

N

NAME - Static variable in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
Name of the solver
NAME - Static variable in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
Name of the solver
NEW_BEST_SOLUTION - Static variable in class mil.af.afit.uvr.HEngineEvent
The event type when the engine has found a new best solution.

O

out(Object) - Static method in class mil.af.afit.uvr.HEngine
 
out(Object) - Static method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 

P

PERCENT_DONE - Static variable in class mil.af.afit.uvr.HEngineEvent
The event type when the engine has reported its progress.
properties - Variable in class mil.af.afit.uvr.HEngine
 
PROPERTIES_HEADER - Static variable in class mil.af.afit.uvr.HEngine
 

R

removeAllElements() - Method in class mil.af.afit.uvr.HList
 
removeElement(Object) - Method in class mil.af.afit.uvr.HList
 
removeElementAt(int) - Method in class mil.af.afit.uvr.HList
 
removeHEngineListener(HEngineListener) - Method in class mil.af.afit.uvr.HEngine
Remove a listener from the engine.
removeHOrderAt(int) - Method in class mil.af.afit.uvr.HTour
Removes the given order from position.
removeHSolverListener(HSolverListener) - Method in class mil.af.afit.uvr.HSolver
Remove a listener from the solver.
removeProductForOrderType(int, HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Remove product for the specified order type.
requestsStartingSolutions() - Method in class mil.af.afit.uvr.HSolver
If true, the HEngine will generate a list of good starting solutions based on a heuristic developed by Gary Kinney for the Air Force Institute of Technology (www.afit.af.mil).
requestsStartingSolutions() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
requestsStartingSolutions() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
resetProductsForAllOrderTypes() - Method in interface mil.af.afit.uvr.HVehicle
Reset the vehicle to have all its products for all order types.
route - Variable in class mil.af.afit.uvr.HTour
 

S

serviced(int) - Method in class mil.af.afit.uvr.HTour
Returns true if the order has been serviced.
setBestHSolution(HSolution) - Method in class mil.af.afit.uvr.HEngine
Used internally to set the best known solution
setCosts(double[]) - Method in class mil.af.afit.uvr.HSolution
Normally this should not be called, but if you have a reason to do it, this sets the costs and does not change the validity of the solution.
setDebugging(boolean) - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
setEffort(double) - Method in class mil.af.afit.uvr.HEngine
Sets the requested effort.
setElementAt(Object, int) - Method in class mil.af.afit.uvr.HList
 
setHEvaluator(HEvaluator) - Method in class mil.af.afit.uvr.HEngine
Sets the evaluator to use.
setHOrders(HOrder[]) - Method in class mil.af.afit.uvr.HEngine
Sets the orders to be served by the vehicles
setHVehicles(HVehicle[]) - Method in class mil.af.afit.uvr.HEngine
Sets the vehicles used to service the orders.
setNumberOfThreads(int) - Method in class mil.af.afit.uvr.HEngine
Sets the suggested number of threads to use.
setPercentAlottedToSolomon(float) - Method in class mil.af.afit.uvr.HEngine
This determines how much of the progress is represented as coming from the HSolomon work.
setPercentDone(float) - Method in class mil.af.afit.uvr.HSolver
Call to set the percent done for the solver, between zero and one.
setRequestedSolutionEffort(double) - Method in class mil.af.afit.uvr.HEngine
Deprecated. Use setEffort().
setSize(int) - Method in class mil.af.afit.uvr.HList
 
setSolver(HSolver) - Method in class mil.af.afit.uvr.HEngine
Sets the solver to be used by the HEngine.
setSolver(String) - Method in class mil.af.afit.uvr.HEngine
Deprecated. Set the solver by using an actual HSolver object. If you must keep a String record of a solver, use the class name and then instantiate a new solver with Class.forName( strSolverClassName ).newInstance().
SHORT_DESCR - Static variable in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
Short description of the solver
SHORT_DESCR - Static variable in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
Short description of the solver
size() - Method in class mil.af.afit.uvr.HList
 
size() - Method in class mil.af.afit.uvr.HTour
Number of orders in the tour.
SolomonConstructionSolver - class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver.
This solver just returns the best solution found by the tour building heuristic.
SolomonConstructionSolver() - Constructor for class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
solomonReportingProgress(float) - Method in class mil.af.afit.uvr.HEngine
Used internally by HSolomon to report progress.
SOLVER_KEY_PREFIX - Static variable in class mil.af.afit.uvr.HEngine
 
SOLVER_STARTED - Static variable in class mil.af.afit.uvr.HEngineEvent
The event type when a solver has started
startSolving() - Method in class mil.af.afit.uvr.HEngine
Starts the HEngine solving in another thread.
startSolving() - Method in class mil.af.afit.uvr.HSolver
Called when the HEngine is ready for the solver to start.
startSolving() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
startSolving() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
stopSolving() - Method in class mil.af.afit.uvr.HEngine
Stops the HEngine.
stopSolving() - Method in class mil.af.afit.uvr.HSolver
Stop the solver as soon as possible.
stopSolving() - Method in class mil.af.afit.uvr.solvers.solomonconstruction.SolomonConstructionSolver
 
stopSolving() - Method in class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 
supportsHOrderType(HOrder) - Method in interface mil.af.afit.uvr.HVehicle
Whether or not this vehicle supports this order.

T

toArray() - Method in class mil.af.afit.uvr.HList
 
toArray(Object[]) - Method in class mil.af.afit.uvr.HList
 
toString() - Method in class mil.af.afit.uvr.EvaluatorWithoutPriorities
Returns a string representation of the evaluator.
toString() - Method in class mil.af.afit.uvr.EvaluatorWithPriorities
Returns a string representation of the evaluator.
toString() - Method in class mil.af.afit.uvr.HEngineEvent
 
toString() - Method in class mil.af.afit.uvr.HList
 
toString() - Method in class mil.af.afit.uvr.HSolution
 
toString() - Method in class mil.af.afit.uvr.HTour
 
trimToSize() - Method in class mil.af.afit.uvr.HList
 
TS4UVRSolver - class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver.
This solver takes the list of starting solutions from the tour building heuristic and performs a tabu search on each one, starting with the best and ending with either the last or after a certain number of starting solutions have yielded no better answers.
TS4UVRSolver() - Constructor for class mil.af.afit.uvr.solvers.tabusearch4uvr.TS4UVRSolver
 

U

UVR_PROPERTIES_DIR_KEY - Static variable in class mil.af.afit.uvr.HEngine
 
UVR_PROPERTIES_FILE_NAME - Static variable in class mil.af.afit.uvr.HEngine
 

V

validate(HEvaluator) - Method in class mil.af.afit.uvr.HSolution
Validate a solution based on a given evaluator.
validateTour() - Method in class mil.af.afit.uvr.HTour
Validate the tour.
validateTours() - Method in class mil.af.afit.uvr.HSolution
Validates each tour.

A C E F G H I L M N O P R S T U V