Add pop_carry_over_time_range_id and pop_time_step_config

This commit is contained in:
Gerhard Hoffmann 2024-01-18 14:38:13 +01:00
parent 6a781f0d3b
commit e520965c6b

View File

@ -16,6 +16,8 @@ public:
double pop_max_time;
double pop_min_price;
int pop_carry_over;
int pop_carry_over_time_range_id;
int pop_daily_card_price;
int pop_business_hours;
int pop_time_step_config;
};