rte-france / challenge-roadef-2020

Apache License 2.0
19 stars 7 forks source link

Using open source solvers #26

Closed mfacc closed 3 years ago

mfacc commented 3 years ago

According to the rules we are allowed to implement our solvers relying on CPLEX, Gurobi and/or LocalSolver. Will we be allowed to use well known open source solvers such us GLPK, SCIP, CBC or Google's OR-Tools for the following phases?

Thanks!

klorel commented 3 years ago

Hello! Yes for sure you will be able to use any open-source solver, as long as you provide how to build them on the evaluation environment.

mfacc commented 3 years ago

Thanks!