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
struct
ColumnToChange
{
7
ColumnToChange
(colId
id
,
unsigned
int
time_step)
8
: id(
id
), time_step(time_step){};
9
bool
operator==(
const
ColumnToChange
& other)
const
;
10
11
colId id;
12
unsigned
int
time_step;
13
};
14
15
using
ColumnsToChange = std::vector<ColumnToChange>;
16
using
linkId =
unsigned
int;
17
18
#endif
// ANTARESXPANSION_COLUMNTOCHANGE_H
ColumnToChange
Definition
ColumnToChange.h:6
src
cpp
lpnamer
helper
include
antares-xpansion
lpnamer
helper
ColumnToChange.h
Generated by
1.12.0