VRPH  1.0
Public Member Functions
Postsert Class Reference

#include <Postsert.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 16 of file Postsert.h.


Member Function Documentation

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.


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