21#ifndef __ORTOOLS_WRAPPER__
22#define __ORTOOLS_WRAPPER__
26#include <antares/optimization-options/options.h>
28#include "named_problem.h"
30using namespace operations_research;
37void ORTOOLS_ModifierLeVecteurCouts(MPSolver* ProbSpx,
const double* costs,
int nbVar);
38void ORTOOLS_ModifierLeVecteurSecondMembre(MPSolver* ProbSpx,
42void ORTOOLS_CorrigerLesBornes(MPSolver* ProbSpx,
47void ORTOOLS_LibererProbleme(MPSolver* ProbSpx);
Definition named_problem.h:38