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 4c1004e commit a157534Copy full SHA for a157534
include/pyoptinterface/ipopt_model.hpp
@@ -3,18 +3,13 @@
3
#include "solvers/ipopt/IpStdCInterface.h"
4
#include "pyoptinterface/nleval.hpp"
5
6
-#define APILIST \
7
- B(CreateIpoptProblem); \
8
- B(FreeIpoptProblem); \
9
- B(AddIpoptStrOption); \
10
- B(AddIpoptNumOption); \
11
- B(AddIpoptIntOption); \
12
- B(OpenIpoptOutputFile); \
13
- B(SetIpoptProblemScaling); \
14
- B(SetIntermediateCallback); \
15
- B(IpoptSolve); \
16
- B(GetIpoptCurrentIterate); \
17
- B(GetIpoptCurrentViolations);
+#define APILIST \
+ B(CreateIpoptProblem); \
+ B(FreeIpoptProblem); \
+ B(AddIpoptStrOption); \
+ B(AddIpoptNumOption); \
+ B(AddIpoptIntOption); \
+ B(IpoptSolve);
18
19
namespace ipopt
20
{
0 commit comments