Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
LastIterationPrinter.h
1
#ifndef __LASTITERATIONPRINTER_H__
2
#include "antares-xpansion/xpansion_interfaces/ILogger.h"
3
4
class
LastIterationPrinter
5
{
6
public
:
7
LastIterationPrinter
(Logger& logger,
8
const
LogData
& best_iteration_data,
9
const
LogData
& last_iteration_data);
10
void
Print()
const
;
11
12
private
:
13
Logger logger_;
14
LogData
best_iteration_data_;
15
LogData
last_iteration_data_;
16
};
17
18
#define __LASTITERATIONPRINTER_H__
19
#endif
// __LASTITERATIONPRINTER_H__
LastIterationPrinter
Definition
LastIterationPrinter.h:5
LogData
Definition
ILogger.h:51
src
cpp
benders
benders_core
include
antares-xpansion
benders
benders_core
LastIterationPrinter.h
Generated by
1.12.0