102 static bool check(
const std::vector<double> &c1 ,
const std::vector<double> &c2) {
103 if (c1.size() != c2.size())
return false;
105 for (
size_t i = 0; i < c1.size(); ++i) {
106 if (std::abs((
double)(c1[i]-c2[i])) > 1e-3)
116 #endif // COMSTRUCTS_H Definition: options.h:151
bool check_all_stocks_before_going_fishing
Definition: comstructs.h:46
Definition: decisiontreemanager.h:13
std::string dt_change_ground
Definition: comstructs.h:59
DynAllocOptions dyn_alloc_sce
Definition: comstructs.h:33
bool operator !=(StrongType< T, TAG > lh, StrongType< T, TAG > rh)
Unequality operator for StrongType.
Definition: StrongType.h:57
std::string dt_start_fishing
Definition: comstructs.h:58
bool use_dtrees
Definition: comstructs.h:47
Definition: comstructs.h:32
ClosureOptions closure_opts
Definition: comstructs.h:35
std::string dt_change_port
Definition: comstructs.h:61
std::string dt_go_fishing
Definition: comstructs.h:56
int total_amount_credited
Definition: comstructs.h:52
std::string biolsce
Definition: comstructs.h:36
Definition: options.h:163
std::vector< double > arbitary_breaks_for_tariff
Definition: comstructs.h:51
std::string dt_stop_fishing
Definition: comstructs.h:60
int update_tariffs_based_on_lpue_or_dpue_code
Definition: comstructs.h:54
std::string fleetsce
Definition: comstructs.h:37
std::vector< int > tariff_pop
Definition: comstructs.h:49
types::NodeId a_port
Definition: comstructs.h:43
int freq_redispatch_the_pop
Definition: comstructs.h:39
std::string dt_choose_ground
Definition: comstructs.h:57
int nrow_coord
Definition: comstructs.h:41
int a_graph
Definition: comstructs.h:40
Definition: options.h:157
PopSceOptions dyn_pop_sce
Definition: comstructs.h:34
double tariff_annual_hcr_percent_change
Definition: comstructs.h:53
int freq_do_growth
Definition: comstructs.h:38
bool operator==(const std::list< T > &o1, const std::list< T > &o2)
Definition: test_pathshop.cpp:35
bool is_individual_vessel_quotas
Definition: comstructs.h:45
int freq_update_tariff_code
Definition: comstructs.h:50
std::vector< double > graph_res
Definition: comstructs.h:44
int nrow_graph
Definition: comstructs.h:42
#define COMMONSSHARED_EXPORT
Definition: commons_global.h:23