SCIP Doxygen Documentation
Loading...
Searching...
No Matches
ProbDataTSP.cpp File Reference

Detailed Description

C++ problem data for TSP.

Author
Timo Berthold

Definition in file ProbDataTSP.cpp.

#include "objscip/objscip.h"
#include "ProbDataTSP.h"
#include "GomoryHuTree.h"

Go to the source code of this file.

Functions

static SCIP_RETCODE copy_graph (GRAPH **graph, GRAPH *sourcegraph)

Function Documentation

◆ copy_graph()

SCIP_RETCODE copy_graph ( GRAPH ** graph,
GRAPH * sourcegraph )
static