I am trying to install and use Couenne on Windows 10 so I can use it in my Julia program, Does anyone has experience with installing solvers. It is my first time to do something like that. What I understand is that I have to go through the steps on Git Hub and that this solver is not found under any name in julia library, is that correct?
GitHub Link: https://github.com/coin-or/Couenne
general question pls …with JuMP
I need to define a NL expression that included the real part of an imaginary expression, but I get this message " Unrecognized function “real” used in nonlinear expression."
This means that real can not be used with JuMP ?! right and what can I do instead ?
I have seen on AMPL WEBSITE a vide explaining how to use the AMPL ide with the ampl language…
Have you considered this as an option to use the couenne solver or even other solvers?
I am new to julia and I want to decide either to continue on julia or switch to another language
What do you think? @odow @joaquimg
@odow@joaquimg
I am stuck here: What does that mean…I tried typing export in my cmd but it didnot work
Add the BARON_EXEC environment variable pointing to the BARON executable (full path, including file name as it differs across platforms).
decided to start with BARON and move to COUENNE
This is what I made to add the variable
I still get error when trying to build BARON
“Error building BARON:
│ ERROR: LoadError: Unable to locate BARON executable. Make sure the solver has been separately downloaded, and that you properly set the BARON_EXEC environment variabl”