Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
ColumnToChange.h
1
#ifndef ANTARESXPANSION_COLUMNTOCHANGE_H
2
#define ANTARESXPANSION_COLUMNTOCHANGE_H
3
4
#include <vector>
5
using
colId =
unsigned
int;
6
7
struct
ColumnToChange
8
{
9
ColumnToChange
(colId
id
,
unsigned
int
time_step):
10
id(
id
),
11
time_step(time_step){};
12
bool
operator==(
const
ColumnToChange
& other)
const
;
13
14
colId id;
15
unsigned
int
time_step;
16
};
17
18
using
ColumnsToChange = std::vector<ColumnToChange>;
19
using
linkId =
unsigned
int;
20
21
#endif
// ANTARESXPANSION_COLUMNTOCHANGE_H
ColumnToChange
Definition
ColumnToChange.h:8
src
cpp
lpnamer
helper
include
antares-xpansion
lpnamer
helper
ColumnToChange.h
Generated by
1.12.0