101AlexMartin

Results 18 comments of 101AlexMartin

Hi! Sorry to pick up this thread again, but I got a question regarding your last answer and you might be able to solve it! :) If at the output...

Hi @svigerske, thanks for the answer. I could solve the issue by deleting the folder and downloading it again. I am however facing another issue when using bonmin. I would...

Hi @svigerske @pobonomo. Thanks for your answers. Setting the key to `bonmin.milp_solver` did work. However, I get this error: ``` You have set an option to use CPLEX as the...

Thanks for your answer @svigerske . I'm not skipping _libcplex.a_ on purpose, but it does no longer exist in new cplex versions, so pointing to the lib path is the...

Thanks for the answer @svigerske . I included both when running the configure (`../configure -C --with-cplex-incdir='C:/Program Files/IBM/ILOG/CPLEX_Studio2212/cplex/include/ilcplex' --with-cplex-lib='C:/Program Files/IBM/ILOG/CPLEX_Studio2212/cplex/lib/x64_windows_msvc14/stat_mda/cplex2212.lib -lpthread -lm'`), but I'm still getting a not found error (I...

Thanks for your answer @svigerske, I feel we are almost there! :). I managed to run the configure successfully, properly locating the cplex files. However, now I run into an...

Any idea on how that could be solved? I copied the whole cplex folder into the Bonmin folder, so not finding files shouldn't be an issue. EDIT: there are two...

Hi, I'm also getting the same issue. Did you manage to solve the issue and run it in pyomo?