TCPSPSuite
src
io
progenreader.hpp
1
#ifndef PROGENREADER_HPP
2
#define PROGENREADER_HPP
3
4
#include "../instance/instance.hpp"
5
6
#include <string>
7
#include <memory>
8
9
class
ProGenReader {
10
public
:
11
static
const
unsigned
long
int
OPT_ONLY_FINISH_START = 1;
12
13
ProGenReader(std::string filename,
unsigned
long
int
options = 0);
14
15
Instance
*parse();
16
private
:
17
std::string filename;
18
unsigned
long
int
options;
19
};
20
21
#endif
Instance
a TCPSP instance
Definition:
instance.hpp:24
Generated by
1.8.17