We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f0fa commit 02222f3Copy full SHA for 02222f3
.github/actions/setup_optimizers_windows/action.yml
@@ -128,7 +128,7 @@ runs:
128
shell: pwsh
129
run: |
130
7z x -so D:\installers\idaes-solvers.tar.gz | 7z x -si -ttar -oD:\ipopt
131
- echo "PATH=$env:PATH;D:\ipopt" >> $env:GITHUB_ENV
+ echo "PATH=D:\ipopt;$env:PATH" >> $env:GITHUB_ENV
132
ls D:\ipopt
133
- name: Test IPOPT
134
include/pyoptinterface/ipopt_model.hpp
@@ -2,6 +2,7 @@
2
3
#include "solvers/ipopt/IpStdCInterface.h"
4
#include "pyoptinterface/nleval.hpp"
5
+#include <cmath>
6
7
#define APILIST \
8
B(CreateIpoptProblem); \
0 commit comments