alle zu kompilieren. Ich kompiliere Ipopt-3.9.3 in Windows 10 & Visual C++ 2010 Express. Ich habe die Projekte von libCoinBlas, libConHSL, libCoinLapack sowie libIpopt gebaut und erzeugt libCoinBlas.l
Ich habe scip zusammengestellt mit: $ IPOPT=true make SHARED=true scipoptlib
Es wurde erfolgreich kompiliert und ich laufe Python von installieren setup.py die Python-Schnittstelle. Allerdings, wenn
Ich muss alle Pareto-Punkte generieren, aber ich habe diesen Fehler. using JuMP
using Gurobi
using Gadfly
using Ipopt
m = Model(solver=IpoptSolver(print_level=0))
@variable(m, 0.1 <= x <= 1.0)
IPOPT is not thread safe. In Anaconda Python kann ich MKL-Optimierungen mit conda install nomkl deaktivieren. Openblas wird jedoch stattdessen automatisch installiert. Ich habe mich gefragt, ob ich au