I'm a master student and I'm currently using SCIP for my thesis. The main implementation task of my thesis is to integrate a meta-heuristic already coded in C++ and ready to be used in the SCIP branch-and-bound process to enhance the solution process of my problem.
How can I call the functions from the meta-heuristic files?
I'm not sure if this information can be useful but I'm using Matlab to load my data and then to compile and run SCIP in Visual Studio using MEX functions. I have already set all the necessary headers in SCIP and Matlab.