DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
nodepenalty.h
Go to the documentation of this file.
1 #ifndef NODEPENALTY_H
2 #define NODEPENALTY_H
3 
4 #include <vector>
5 
6 namespace displace {
7 
8 class NodePenalty {
9 public:
10  int nodeId;
11 
13  std::vector<int> metiers;
14  std::vector<bool> months;
15  std::vector<int> vesSizes;
16  bool q[4];
17 
18  int polyId;
19 };
20 
21 }
22 
23 #endif // NODEPENALTY_H
std::vector< int > metiers
Definition: nodepenalty.h:13
Definition: decisiontreemanager.h:13
int polyId
Definition: nodepenalty.h:18
int nodeId
Definition: nodepenalty.h:10
std::vector< bool > months
Definition: nodepenalty.h:14
bool q[4]
Definition: nodepenalty.h:16
Definition: nodepenalty.h:8
std::vector< int > vesSizes
Definition: nodepenalty.h:15
double nbOfDaysClosed
Definition: nodepenalty.h:12