#include "DFSAPHeuristic.h"#include "Edge.h"#include "EdgeIterator.h"#include "Graph.h"#include "Matching.h"#include "common.h"Defines | |
| #define | pushOnPath(EDGE) |
| #define pushOnPath | ( | EDGE | ) |
path[pathlen] = EDGE ; \ pathlen++ ; \ VertexOnPath[EDGE->getVertex1()->getLabel()] = true ; \ VertexOnPath[EDGE->getVertex2()->getLabel()] = true ;
1.6.2