VRPH  1.0
Public Member Functions
Presert Class Reference

#include <Presert.h>

List of all members.

Public Member Functions

bool evaluate (class VRP *V, int i, int j, VRPMove *M)
bool move (VRP *V, int u, int i)

Detailed Description

Definition at line 17 of file Presert.h.


Member Function Documentation

bool Presert::evaluate ( class VRP V,
int  i,
int  j,
VRPMove M 
)

This function evaluates the move where we insert node u BEFORE node i in whatever route node i is currently in. If the move is feasible, the relevant solution information is placed in the VRPMove M.

Definition at line 15 of file Presert.cpp.

bool Presert::move ( VRP V,
int  u,
int  i 
)

This function inserts node number u BEFORE node i in whatever route node i is currently in if the move is feasible.

Definition at line 167 of file Presert.cpp.


The documentation for this class was generated from the following files: