DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <Population.h>
#include <Vessel.h>
#include <thread>
#include <condition_variable>
#include <errno.h>
#include <helpers.h>
#include <unistd.h>
Macros | |
#define | GetCurrentDir getcwd |
Functions | |
bool | computeEffortMultiplier (vector< Population * > &populations, vector< Vessel * > &vessels, int nb_y_left_to_tgrt_year, int HCR) |
bool | computeTAC (vector< Population * > &populations, int sp, int tstep, double multiOnTACconstraint, int HCR) |
Variables | |
std::mutex | glob_mutex |
#define GetCurrentDir getcwd |
bool computeEffortMultiplier | ( | vector< Population * > & | populations, |
vector< Vessel * > & | vessels, | ||
int | nb_y_left_to_tgrt_year, | ||
int | HCR | ||
) |
bool computeTAC | ( | vector< Population * > & | populations, |
int | sp, | ||
int | tstep, | ||
double | multiOnTACconstraint, | ||
int | HCR | ||
) |
std::mutex glob_mutex |