You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/options/definitions.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
- Default: "choose"
7
7
8
8
## [solver](@id option-solver)
9
-
- Solver option: "simplex", "choose", "ipm"or "pdlp". If "simplex"/"ipm"/"pdlp" is chosen then, for a MIP (QP) the integrality constraint (quadratic term) will be ignored
9
+
- Solver option: "simplex", "choose", "ipm", "hipo" or "pdlp". If "simplex"/"ipm"/"hipo"/"pdlp" is chosen then, for a MIP (QP) the integrality constraint (quadratic term) will be ignored
10
10
- Type: string
11
11
- Default: "choose"
12
12
@@ -409,6 +409,27 @@
409
409
- Range: {0, 2147483647}
410
410
- Default: 2147483647
411
411
412
+
## [hipo\_system](@id option-hipo-system)
413
+
- Type of Newton system for HiPO: "augmented", "normaleq" or "choose"
0 commit comments