Scippy

SCIP

Solving Constraint Integer Programs

ReaderTSP.h File Reference

Detailed Description

C++ file reader for TSP data files.

Author
Timo Berthold

Definition in file ReaderTSP.h.

#include <iostream>
#include <fstream>
#include <string>
#include "GomoryHuTree.h"
#include "objscip/objscip.h"
#include "scip/def.h"

Go to the source code of this file.

Data Structures

class  tsp::ReaderTSP
 

Namespaces

 tsp
 

Typedefs

typedef std::ifstream tspifstream
 

Typedef Documentation

◆ tspifstream

typedef std::ifstream tspifstream

Definition at line 37 of file ReaderTSP.h.