rte-i / Antares_Simulator

Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.
https://antares-simulator.org
Other
1 stars 0 forks source link

RTE comments implementation [1-4]+[6-9] #52

Closed Milos-RTEi closed 2 years ago

Milos-RTEi commented 2 years ago

I implemented the unit test. Just to save you some time if you are going to check the implementation, the procedure is: cmake -B _build -S ./src -DCMAKE_BUILD_TYPE=debug -DBUILD_ortools=ON -DBUILD_TESTING=ON -DBUILD_OUTPUT_TEST=ON cmake --build _build --config debug -j8 cd _build ctest -C Release --output-on-failure