Antares Xpansion
Investment simulations for Antares studies
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
j
l
p
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
i
j
l
p
r
s
t
u
v
w
x
z
~
Variables
Typedefs
Files
File List
▼
Antares Xpansion
►
Antares-Xpansion
►
Antares-Xpansion changelog
►
Study format changes
►
Introduction
►
Development requirements
►
Dependencies install
►
Build
Tests
Installer creation
►
Installing Xpress Solver and Loading it Dynamically
►
Antares-Xpansion simulation procedure
►
Antares optimization problem retrieval
►
Investment problem generation
►
Documention generation guidelines
►
index
►
Adequacy criterion
►
Define the candidates
►
Installation
►
Launch the optimization
►
Set up an Antares-Xpansion study
►
Sensitivity analysis
►
Settings of the algorithm
►
The optimal investment problem in Antares-Xpansion
►
Mathematical aspects of the investment problem
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
cpp
▼
benders
►
benders_by_batch
▼
benders_core
▼
include
▼
antares-xpansion
▼
benders
▼
benders_core
BendersBase.h
BendersMathLogger.h
BendersStructsDatas.h
common.h
CouplingMapGenerator.h
CriterionComputation.h
CriterionInputDataReader.h
CustomVector.h
CutsManagement.h
LastIterationPrinter.h
LastIterationReader.h
LastIterationWriter.h
MasterUpdate.h
ProblemFormat.h
ProblemFormatStream.h
SimulationOptions.h
SimulationOptions.hxx
SolverIO.h
StartUp.h
SubproblemCut.h
SubproblemWorker.h
VariablesGroup.h
Worker.h
WorkerMaster.h
VariablesGroup.cpp
►
benders_mpi
►
benders_sequential
►
factories
►
logger
►
merge_mps
►
outer_loop
►
output
►
full_run
►
helpers
►
lpnamer
►
multisolver_interface
►
sensitivity
►
study-updater
►
xpansion_interfaces
►
tests
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
StartUp.h
1
//
2
// Created by marechaljas on 02/08/22.
3
//
4
5
#pragma once
6
7
#include "SimulationOptions.h"
8
#include "antares-xpansion/benders/output/OutputWriter.h"
9
#include "antares-xpansion/xpansion_interfaces/ILogger.h"
10
11
namespace
Benders
12
{
13
14
class
StartUp
15
{
16
public
:
17
bool
StudyAlreadyAchievedCriterion(
const
SimulationOptions
& options,
18
Output::OutputWriter
* writer,
19
const
Logger& logger)
const
;
20
};
14
class
StartUp
{
…
};
21
22
}
// namespace Benders
Benders::StartUp
Definition
StartUp.h:15
Output::OutputWriter
OutputWriter class to describe the execuion session of an antares xpansion optimization in a log file...
Definition
OutputWriter.h:103
SimulationOptions
Definition
SimulationOptions.h:6
src
cpp
benders
benders_core
include
antares-xpansion
benders
benders_core
StartUp.h
Generated by
1.12.0