Florian Omnès
Florian Omnès
I completely agree with @BullyWiiPlaza, you could provide an error-handler in the form of - A callback function - A virtual class interface, overridable by the user
I found a workaround, adding `close()` + `open()` to force the flush. Am I doing it right ? If so, this mechanism could be encapsulated into a new `flush` function.
@ctabin The problem is that in order to keep a valid archive, when adding data to an existing archive libzip creates a copy, writes to that copy and replaces the...
> I can do that :D The best solution would be to have proper access to this repo and be a contributor here but it can be hard (@comwes any...
Please apply formatting & resolve conflicts
`antares-solver` can't launch a simulation after this PR. Locally, I get ``` [2024-05-16 11:33:51][solver][fatal] The folder `/home/omnesflo/Téléchargements/valid-named-mps/binding-constraints/` does not seem to be a valid study [2024-05-16 11:33:51][solver][fatal] Aborting now. (warning:...
Hi @bencamus @sylvmara can you resolve conflicts with develop ? Please note that all code should be formatted using the src/format-code.sh script with clang-format 18.1.3.
> The folder `docs/optimisation` doesn't appear anymore. It contains a page on thermal heuristics that should be merged inside the new `heuristics` one and the other page could be removed....
Yes this phenomenon occurs to dissipate some energy for free. It allows the optimizer to avoid spillage costs, so in many cases it is in fact optimal to charge and...
Can you change the base branch to the "add ANTLR + YAMLCPP" branch ? This PR should then become tiny