File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
docs/src/optimization_packages Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ Pkg.add("OptimizationMOI");
13
13
```
14
14
15
15
## Details
16
-
17
16
As of now, the ` Optimization ` interface to ` MathOptInterface ` implements only
18
17
the ` maxtime ` common keyword argument.
19
18
19
+ ` OptimizationMOI ` supports an argument ` mtkize ` which takes a boolean (default to ` false ` )
20
+ that allows automatic symbolic expression generation, this allows using any AD backend with
21
+ solvers or interfaces such as AmplNLWriter that require the expression graph of the objective
22
+ and constraints. This always happens automatically in the case of the ` AutoModelingToolkit `
23
+ ` adtype ` .
24
+
20
25
An optimizer which supports the ` MathOptInterface ` API can be called
21
26
directly if no optimizer options have to be defined.
22
27
You can’t perform that action at this time.
0 commit comments