VRPH
1.0
|
#include <Postsert.h>
Public Member Functions | |
bool | evaluate (class VRP *V, int i, int j, VRPMove *M) |
bool | move (VRP *V, int u, int i) |
Definition at line 16 of file Postsert.h.
bool Postsert::evaluate | ( | class VRP * | V, |
int | i, | ||
int | j, | ||
VRPMove * | M | ||
) |
Evaluates the move of placing u AFTER node i in whatever route node i is currently in. If a move is found, the relevant solution modification information is placed in the VRPMove M
Definition at line 15 of file Postsert.cpp.
bool Postsert::move | ( | VRP * | V, |
int | u, | ||
int | i | ||
) |
This function inserts node number u AFTER node i in whatever route node i is currently in and modifies all relevant solution information.
Definition at line 184 of file Postsert.cpp.