Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
IMasterUpdate.h
1
#pragma once
2
3
namespace
Outerloop
4
{
5
class
IMasterUpdate
6
{
7
public
:
8
virtual
bool
Update(
double
lambda_min,
double
lambda_max) = 0;
9
[[nodiscard]]
virtual
double
Rhs()
const
= 0;
10
virtual
~IMasterUpdate
() =
default
;
11
};
12
}
// namespace Outerloop
Outerloop::IMasterUpdate
Definition
IMasterUpdate.h:6
src
cpp
benders
outer_loop
include
antares-xpansion
benders
outer_loop
IMasterUpdate.h
Generated by
1.12.0