Recent Releases of Antares Simulator
Antares Simulator - v8.6.0
8.6.0 (06/2023)
New features
- Short-term storage (#1163). Cycles are planned for the next release.
- Add pollutant emissions (#1184, #1222)
- Minimal generation for hydraulic (#1273, RTE/RTE-i/Redstork)
- Make LMR optional for adequacy patch (#1247)
Removed features
- Remove study mode "adequacy draft" (#1170 )
Improvements
- Use ISO8601 for date format in the logs (#1303)
- Publish installers for Oracle Linux 8 (#1341)
- Remove doc from UI/package, publish it as a separate PDF (#1233)
- Tune XPRESS resolution (#1158), this should improve performance for OR-Tools+XPRESS
- Performance metrics (produce a JSON file) (#1306)
Bugfixes
- Fix a bug in adequacy study mode (#1314)
- Fix memory errors detected by valgrind (#1302)
- Fix empty ROR & STORAGE in output using the TS-Generator (#1293)
Code quality
- Simplify if/else (#1309)
- Max number of columns in an output file (#1159)
- Fix a few compilation warnings (int -> uint) (#1301)
- Remove parameters.hxx, fix Parameters::memoryUsage (#1299)
- Remove OUI_ANTARES NON_ANTARES (#1188)
- Use CMakeLists.txt instead of *.cmake (#1198)
- Clean up src/solver/optimisation (#1161)
- Adequacy patch : refactor parameters management (#1154)
- Add a few const qualifiers (#1178)
- INI files load encapsulation (#1057)
- Remove group{Min,Max}Count, annuityInvestment in thermal clusters (#1350)
For developers
- Bumped OR-Tools 9.2 -> 9.5. CMake 3.18+ is required for build if building OR-Tools, and XPRESS 9.0 for execution (previously 8.13).
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes almost 2 years ago

Antares Simulator - v8.5.0
v8.5.0 (02/2022)
New features
- Curtailment Sharing Rule for Adequacy Patch #1062, including a scaling coefficient in hurdle costs #1155. This feature was contributed by RTE-i with support from RTE, ELIA and APG.
Bugfix
- Hydraulic patch #697
- Fix link path error in Kirchhoff constraint builder #1157
For developers
- Fix build on Ubuntu 22.04 #1160
- Cleaning #1142, #1146, #1149
Examples & documentation
- Update docs to include CSR #1156
- Fix examples studies (invalid v8.3.0 -> v8.5.0) #1136
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 2 years ago

Antares Simulator - v8.4.2
v8.4.2 (01/2022)
Bugfix
- Fix overwritten MPS files when optimization/simplex-range=day #1041
- Restore warm start for OR-Tools+XPRESS #1079
- Fix output overwrite when using zip output by adding a -2, -3, etc. suffix #1044
- Fix crash when generaldata.ini is empty, using default values #892
Improvements
- Generate a solver-only asset for every release #976, #1080
- Use MPS writer from solvers, instead of copy-pasted functions #1023
GUI
- Allow more than 100 thermal clusters #1011
- Remove status bar count. The sum was sometimes wrong #1029
- Remove unused "District marginal prices" button from Advanced Parameters (#1067)
Testing
- Introduce missing MPS comparison tests #1035
For developers
- Fix empty CMAKE_BUILD_TYPE #1028
- Fix memory leaks #669
Code cleaning
- Clean up Yuni #1055
- Remove default implementation for hourEnd (see variable.hxx) #1020
- Remove free functions for areas' mem allocation #922
- Remove dead code associated to debug #1048
- Remove unused
ContrainteDeReserveJMoins1ParZone
,NumeroDeVariableDefaillanceEnReserve
#1047 - Extract code related to spilled energy bounds #1049
- Simplify code for adq patch (Local matching) #1054
- Refactor naming for {MPS, criterion, etc.} files and exported structures (see parameter optimization/include-exportstructure) #1030
- Refactor: move current year and week from study to weekly optimization problem #1032
- Pass optimization number as an argument #1040
New Contributors
- @JasonMarechal25 made their first contribution in #1055
Full Changelog: https://github.com/AntaresSimulatorTeam/Antares_Simulator/compare/v8.4.1...v8.4.2
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - v8.3.3
v8.3.3 (12/2022)
Bugfix
- Round renewable production (#985)
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - v8.4.1
What's Changed
- Fix formula for profit calculation by @flomnes in https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/1022
Full Changelog: https://github.com/AntaresSimulatorTeam/Antares_Simulator/compare/v8.4.0...v8.4.1
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - v8.4.0
v8.4.0 (12/2022)
Features
- Add option & command-line argument to write results into a single zip archive #794
- Add option to set link capacity to null/infinity for physical links only #792
- Speed up simulations by extracting simplex basis in XPRESS/OR-Tools #957
- Move Kirchhoff constraint generator to an executable #909
- Do not export BC MARG PRICE variable by default by #928
- Enable MPS write with OR-Tools+Sirius
GUI
- Make sure that RC/beta are displayed in version numbers #739
Bugfix
- Remove error message printed on -h/--help in antares-solver #895
- Use average for BC MARG PRICE (daily & weekly) #940
- Fix crash when exporting MPS with OR-Tools #923
- Remove obsolete option
include-split-exported-mps
#956 - Fix crash when many binding constraints are present in a study #924
- Fix BC MARG COST values in parallel by @flomnes in #1015
- Use min gen modulation to compute variable "profit by plant" by @guilpier-code in #1016
- Round renewable power generation by @flomnes in #985
- Make logs more expressive when checking link values by @flomnes in #1005
- Add condition to avoid null pointer by @payetvin in #989
For developers
- Case insensitive option for build type by @payetvin in #986
- [DEV] Refactored ortools_utils by @payetvin in #978
- [CI] Integrate ortools v9.2-rte2.0 by @payetvin in #1007
- [FIX] Cleaned day ahead reserve management by @payetvin in #1010
- [CentOS 7] Remove deps from docker image by @flomnes in #994
- Cleaning, renaming (#896, #897, #898, #935, #937, #944, #945, #950, #954, #959 , #966)
- Refactor average results #946
- CI: upgrade deprecated Github actions #938
- CI: activate automatic gcov report on SonarCloud #967
- Use GIT_SHALLOW for OR-Tools's FetchContent #904
- Remove antares-solver swap variant & librairies, reduce build duration #906
Documentation
- [DOC] OR-Tools build by @flomnes in #880
- Document how to run JSON tests by @flomnes in #902
- Document option --list-solvers by @flomnes in #770
New Contributors
- @kathvargasr made their first contribution in #967
Full Changelog: https://github.com/AntaresSimulatorTeam/Antares_Simulator/compare/v8.3.2..v8.4.0
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - Developer release "serialize problems"
Energy Systems - Energy System Modeling Frameworks
- C
Published by JasonMarechal25 over 2 years ago

Antares Simulator - v8.2.3
v8.2.3 (11/2022)
Bug fixes
- Round renewable production (#985)
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - v8.3.2
v8.3.2 (09/2022)
Output aggregation change
- Daily, weekly, monthtly & annual values for link variable "MARG. COST" (EUR/MWh) was previously obtained by a sum. It now computed by average (#881).
New features
- Add new BC marginal price output variable (#801)
- Add Antares logo in solver logs (#861)
- Add XPRESS-compatible assets for Ubuntu. Windows coming soon.
GUI
- In the "Links" panel, replace "Flat" view by "By area" view (#755)
Bug fixes
- Fix segfault when more than 9 renewable clusters are present in an area (#869)
- Fix segfault related to the digest occurring when many thermal clusters are present (#852)
- Statistics: use std::mutex / std::atomic<> to prevent concurrent writes (#838)
- Allow more than 100 thermal clusters (#886)
- Fix warning in hydro.ini loading function (#883)
- MPS for the 1st optimization were erased by the one related to the 2nd optimization. Fixed (#863).
For developers
- Simplify day ahead reserve condition (#777)
- Remove unused "shedding strategy" (#788)
- Refactor Layers by adding a LayerData class (#866)
- Output variables: remove useless methods for renewable clusters (#869)
- Restore notifications from Sonar (#828)
- Restore tests in the CI (Windows only) (#850)
- Add OR-Tools+XPRESS to Ubuntu CI and merge files for centos CI (#859)
- Simplify Parameters::fixRefreshIntervals, clean headers (#832)
- Simplify tuneSolverSpecificOptions (#829)
Documentation
- Input and output format due to addition of BC marginal prices (#836)
- Fix e-mail address and website (#834)
Contributors
@payetvin @guilpier-code @flomnes
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - v8.3.1
v8.3.1 (08/2022)
New features
- Add execution-info.ini output file, containing execution durations and study info #740 #803 #816
- OR-Tools: set solver-specific options for XPRESS #796
Bug fixes
- Fix missing renewable columns in districts (sets of areas) #802
GUI
- Fix wrong number of cores in the "Run a simulation" window #793
For developers
- Bump C++11 to C++17
Contributors
@guilpier-code @flomnes
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 2 years ago

Antares Simulator - Release v7.0.0
Energy Systems - Energy System Modeling Frameworks
- C
Published by guilpier-code almost 3 years ago

Antares Simulator - v8.3.0
v8.3.0 (07/2022)
New features
- Adequacy patch - share the unsupplied energy according to the "local matching rule". This feature was contributed by RTE-i with support from RTE, ELIA and APG #657
- Add output variable "profit by cluster". This variable represents the difference between proportional costs and marginal costs in the area. It provides a partial answer to the question "what is the economic profit associated to a thermal cluster ?", excluding non-proportional (€/h) and startup costs (€/startup). #686
- Allow +/- infinity in binding constraint RHS, allowing the user to enable BCs only for some timesteps #631(*)
- Add option to enable the splitting of exported MPS files. This feature is intended to be used by Antares Xpansion.
- Add --list-solvers command-line argument, to list linear solvers available through OR-Tools
- Measure the execution duration for every computation step, store the durations in a dedicated file #546
(*) May not work with the Sirius solver. Consider using other solvers through OR-Tools
Bug fixes
- Fix segfault occuring when inter/intramodal correlation is enabled and TS width are inconsistent #694
- Fix logging of performed MC years when running jobs in parallel #680
- Fix a crash occuring in studies where an area contains 100+ thermal clusters (#753)
- Load & check prepro data only if needed (#754)
- Fix possible loss of data if adq-patch is disabled (#738)
- UI For property update for adq-patch mode, allow batch edit (#747)
- UI - Fix GUI freeze when using multiple map layers (#721)
For developers
- Display the git commit-id in the logs for debugging & diagnosis purposes #698
- Code cleaning in hydro heuristic #671
- Use antares-deps 2.0.2, which now excludes OR-Tools #684
- Fetch OR-Tools directly, allowing more flexibility on the flavor (XPRESS/Sirius/etc.) #684
- Code cleaning #663 #665 #666 #687 #725 #667 #668 #730
Misc. improvements
- Generate 2 assets in CentOS 7 : one that includes XPRESS, one that does not #689
- Upgrade examples 8.1 -> 8.3 (#733)
Contributors
@Milos-RTEi @guilpier-code @flomnes
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes almost 3 years ago

Antares Simulator - v8.2.2
v8.2.2 (04/2022)
Bug fixes
- Fix solver crash on parsing command-line parameters #624
GUI
- Fix crash occuring when switching to the links panel #658
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 3 years ago

Antares Simulator - v8.2.1
v8.2.1 (03/2022)
Bug fixes
- Fix scenario builder data loss when renaming area #610
- Write 1 in the ts-numbers when series.width == 1 #609
- Add noise to the cost vector in the allocation problems to enforce uniqueness #622
- Linux only : fix segfault occurring when an INI file does not exist #606
GUI
- Place "Dataset > Resize columns to..." in first position #607
- Allow that all NTC be 0 in one direction #595
- Fix occasional crash when opening the links panel #594
- Linux only : fix frozen window occurring after a "Save as..." #586
- Linux only : fix impossibility to save a study #600
- Developer version only : fix assertion errors in the GUI #584
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 3 years ago

Antares Simulator - v8.0.4
v8.0.4 (03/2022)
Features
- Add noise to the cost in the daily & monthly allocation problem #604. In some cases, the monthly hydro allocation gave different results on different Windows machines. Adding >0 noise in the cost vector fixes this issue.
Bug fixes
- Use all decimals for thermal time-series #603
For developers
- Windows only : upgrade vcpkg and deps, including wxWidgets (3.1.4 -> 3.1.5)
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 3 years ago

Antares Simulator - v8.2.0
v8.2.0 (03/2022)
New features
- Multiple timeseries for link capacities (NTC). It is now possible to establish different scenarios for the capacity of a link. Users can now take partial or total outages for links into account #520
- Infeasible problem analyzer. When the underlying problem has no solution, list the most suspicious constraints in a report. This should help users identify faulty binding constraints #431
- Add a hydro-debug switch that allows the printing of some useful debug data in heuristic mode #254
GUI
- Add a "view results" button in the dialog that appears when a simulation has been completed #511
- Help menu : add an "online documentation" item #509
- Improve UI for new thermal parameter "tsGenBehavior" #534
- Improve cell styles when loop-flow is enabled for a link #571
Bug fixes
- Prevent an area from having a link to itself #531
- Fix crash when the study folder does not exist #521
- Fix crash when failing to load a study #502
For developers
- Remove calls to exit() #505. Provide consistent return values for antares-solver by fixing a segfault related to the log object #522
- Remove calls to setjmp, goto's big brother #527
- Large refactor of antares-solver's main function, hoping to make error management easier to understand #521
- Use std::shared_ptr instead of Yuni::SmartPtr in most cases #529
- Simplify and clean some parts of the code #537, #538, #540
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 3 years ago

Antares Simulator - v8.1.1
v8.1.1 (01/2022)
Bug fixes
- Fix segfault occurring randomly when thermal clusters are disabled (#472)
- Fix hydro level discontinuities (#491). Very rarely, hydro reservoirs would inexplicably be filled from 0% to 100% in 1h, this violating the modelling constraints.
- Execution times when the Sirius solver is used in conjunction with OR-Tools are now similar as with Sirius alone. This is a result of this fix, related to "hot-start".
GUI
- Speed up scrolling (#395)
- Warn the user about disabled renewable clusters only when relevant (#386)
Packages
Include antares-analyzer into .zip and .tar.gz archives (#470). This is especially useful if you use the portable version of Antares.
For developers
In the CI workflow, CentOS 7 now uses devtoolset-9 (previously 7), with in particular gcc 9. This allows for C++17 features to be used without hassle.
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 3 years ago

Antares Simulator - v8.1.0
v8.1.0 (09/2021)
New features
- Allow up to 9 RES groups (off-shore wind, on-shore wind, rooftop solar, PV solar, etc.) as opposed to wind and solar previously. This allows the user to distinguish between more renewable energy sources. When creating a new study, renewable generation modelling is set to "clusters" by default. This change does not affect opening an existing study. Note that TS generation is not available for these new RES groups.
- Add 3 thermal groups, named other, other 2, other 3 and other 4.
Bug fixes
- When a binding constraint is marked as skipped in the GUI, disable it in the solver #366
GUI
- Keep selection on thermal/renewable cluster when its group changes #360
- Dialogs "Thematic trimming" and "User playlist" are now resizable
For developers
- Add non-regression tests on each release
- Fix vcpkg on Github Actions
- Add build cache for Github Actions to speed up the build (Linux only)
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes over 3 years ago

Antares Simulator - v8.0.3
Bug fixes
- Fix calculation of average for variable "congestion probability"
- Fix NODU when unit number is not an integer i.e has decimals
- GUI: allow decimal nominal capacity for thermal clusters
- GUI: Linux: use xdg-open to open pdf files instead of gnome-open
For developers
- Remove code related to licence management
- Remove openssl and libcurl dependencies
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes almost 4 years ago

Antares Simulator - v8.0.2
Bug fixes
- Fix GUI freeze when area color is changed but user don't validate new color
- Correction of MC year weight use for PSP and MISC NDG
Energy Systems - Energy System Modeling Frameworks
- C
Published by jmkerloch about 4 years ago

Antares Simulator - v8.0.1
Features
- Add "Continue Offline" button at startup if antares metric server is unreachable
Bug fixes
- Error with hydro start when using scenario playlist and stochastic TS refresh span
- Files needed for antares-xpansion not exported when using scenario playlist with first year disabled
- Correction of crash if user define a stochastic TS refresh span of 0 : minimum value is now 0
- Correction of MC years playlist weight write when sum of weight was equal to number oy years (no MC years playlist export in .ini)
For developers
- Add a GitHub action to check if branch name will launch CI
- Add shared dll in windows .zip archive
Energy Systems - Energy System Modeling Frameworks
- C
Published by jmkerloch about 4 years ago

Antares Simulator - v8.0.0
⚠️ If you want to use the 8.0.x branch, we recommend using version 8.0.3, that is known for fixing several bugs and is compatible with this version.
Major improvements
This new version brings up three major improvements:
-
The MC Scenario Playlist feature was updated to introduce the definition of a weight for each Monte Carlo year. These weights are taken into account to compute synthetic result for all years.
-
It is now possible to define a starting hydro level percentage for reservoirs of each area in the MC Scenario Builder. Besides, a new advanced parameter gives the ability to prioritize the hydro generation heuristic either in favor of the accommodation of rule curves or towards the complete use of natural inflows.
-
It is now possible to solve the weekly optimization problems with an external solver, called through the OR-Tools optimization library. This feature is experimental.-
This version is also compatible with the new antaresXpansion 0.1.0 version. Export of files needed for antaresXpansion was added.
Details
Features
-
OR-Tools integration :
- add command line option in antares-solver to define OR-Tools use and OR-Tools solver (option --use-ortools and --ortools-solver='solver')
- add GUI option in run simulation to define antares-solver launch with OR-Tools option
-
Add advanced hydro allocation feature. The default and existing behavior is to accomodate the guide curves, the new behavior is to maximize generation, even if it means that the reservoir level goes beyond the guide curves.
-
Add indication on how to disable anonymous metrics
-
antares-xpansion :
- add option
include-exportstructure
ingeneraldata.ini
to export .txt files needed for antares-xpansion
- add option
-
Scenario builder and hydraulic level :
Adding an hydraulic starting level tab in the scenario builder.
For each MC year and area, a starting level can be defined, that is a 0-100 value.
When the scenario builder is enabled, these levels get priority upon hot-start mode. -
Binding constraints (BC) and thermal clusters :
If a must-run or disabled cluster is involved in a binding constraint :- the cluster is marked as "N/A" in the BC formula (GUI > Binding constraint > Summary)
- the cluster is marked as must-run/disabled in the Weights or Offsets tabs.
If a BC involves only zero weighted clusters/links or must-run/disabled clusters, the BC is :
- marked with a red bullet in the Summary tab
- marked as Skipped in the Weights and Offsets tabs
-
MC Scenario Playlist :
Add possibility to define a weight for each MC years in the synthetis results.
See : GUI > Configure > MC scenario playlist.
By default, a MC year's weight is 1, but can be set by user to more or less.
After simulation, the MC year have a contribution to averages or standard deviations in synthesis results
depending on the weight it was given.
Bug fixes
- Selecting an area and then, from the inspector, trying to select a thermal cluster or a link of this area in the dependencies
section causes a crash. The inspector's cluster/link selection was removed. - Scenario builder :
- It makes no sense for the user to access the scenario builder Configure menu item whereas the Building mode parameter is set
to Automatic or Derated. In the previous cases, the Configute menu item is disabled. - If a disabled thermal cluster is given a time series number in a non active rule of the scenario builder, a warning should not be
triggered. If the disabled cluster is given a number for many MC years in the active rule, a single summary warning should be raised,
not a warning per year.
- It makes no sense for the user to access the scenario builder Configure menu item whereas the Building mode parameter is set
For developers
-
External dependencies :
- use of new repository antares-deps for external dependencies compilation
-
Fix several compilation warnings
-
Remove unused
COUT_TRANSPORT
constant -
Add code formatting with clang-format
-
Remove PNE dead code
-
docker image :
- create of dockerfile for docker image creation
-
continuous integration :
- use docker images in CI
- use of antares-deps release artifact in CI
- push of docker image to dockerHub in antaresrte/rte-antares repository
- add Centos7 support
-
Unit tests :
- Adding an end-to-end test in memory (see simple-study.cpp) :
This test calls high level functions to build a simple study and runs it.
It then checks if some elements of results match associated expected values.
During this process, file system is not involved : everything takes place in RAM - Adding pytest scripts to check reference output values
- Add pytest scripts related to unfeasible problems
- Adding an end-to-end test in memory (see simple-study.cpp) :
Energy Systems - Energy System Modeling Frameworks
- C
Published by sgatto about 4 years ago

Antares Simulator - v8.0.0-rc3
For users
- Add advanced hydro allocation feature
- Add indication on how to disable anonymous metrics
For developers
- Fix several compilation warnings
- Remove unused
COUT_TRANSPORT
constant - Add code formatting with clang-format
- Remove PNE dead code
- Disable GLOP solver from OR-Tools (incompatible with Antares linear problems)
Testing / CI
- Add automatic tests related to unfeasible problems
- Add column value checks
Energy Systems - Energy System Modeling Frameworks
- C
Published by flomnes about 4 years ago

Antares Simulator -
Energy Systems - Energy System Modeling Frameworks
- C
Published by guilpier-code over 4 years ago

Antares Simulator - v8.0.0-rc
Energy Systems - Energy System Modeling Frameworks
- C
Published by jmkerloch over 4 years ago

Antares Simulator - v7.2.0
Features
-
Simulation dashboard: A new "Geographic Trimming" option is now available in the "Configure" menu. This option makes it possible to filter the simulation's output content so as to include only results regarding Areas and Links of interest
-
Optimization: a new parameter "Unfeasible Problems Behavior" is available in the "advanced preferences" section of the "Configure" menu, with four possible values: (Error Dry, Error Verbose, Warning Dry, Warning Verbose)
The first two options make the simulation stop right after encountering the first mathematically unfeasible problem, if any
The last two options make the simulation skip all unfeasible problems, if any
"Verbose" options print faulty problems in the “mps” format
"Dry" options only report the time frame (MC year, week) for which an unfeasible problem was detected -
Compilation and cmake tree :
Updates were made for more modern CMake use. Git submodules (extern dependencies : curl, openssl, wxwidget) are no more in use.
These external dependencies can be retrieved :- either from a library manager : vcpkg for Windows, classic package
repositories for Linux. With this way to proceed, an installation of external
dependencies is required once for all. - or thanks to an automatic download : at Antares' cmake configure step,
all needed downloads, compilation and installation are done.
- either from a library manager : vcpkg for Windows, classic package
-
Unit tests :
unit tests around class Matrix are now available. They can be compiled (on demand) during Antares' cmake build step and run either with ctest or in the classic way.
Boost.Test is required and can be priorily retrieved and installed in the same way as the other external dependencies. -
Continuous integration : yaml files for github actions allow the run of all build chain and unit tests on several environment (Windows and Ubuntu). The 2 ways of getting external dependencies are also tested.
-
Documentation: updated reference guide
-
Usage metrics: added reference key for this version
Bug fixes
-
GUI of the "Thematic trimming" option: Window size is naturally readjusted to improve readability by upgrading wxwidgets (3.1.3 and above).
-
Auxiliary "Batchrun" tool: two options previously missing in the command line syntax have been introduced and now make it possible to launch a sequence of simulations to run in parallel
Energy Systems - Energy System Modeling Frameworks
- C
Published by guilpier-code over 4 years ago

Antares Simulator - v7.2.0-rc3
v7.2.0-rc3 version.
Debian package for demonstation only, not fully tested. Don't hesitate to publish an issue.
Energy Systems - Energy System Modeling Frameworks
- C
Published by jmkerloch over 4 years ago

Antares Simulator - v7.2.0-rc2
v7.2.0-rc2 version.
Debian package for demonstation only, not fully tested. Don't hesitate to publish an issue.
Energy Systems - Energy System Modeling Frameworks
- C
Published by jmkerloch over 4 years ago
