casadi 3.6.3__cp311-none-manylinux2014_x86_64.whl → 3.6.4__cp311-none-manylinux2014_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2053) hide show
  1. casadi/_casadi.so +0 -0
  2. casadi/casadi.py +87 -10
  3. casadi/cbc +0 -0
  4. casadi/clp +0 -0
  5. casadi/cmake/alpaqa/alpaqaConfig.cmake +24 -0
  6. casadi/cmake/alpaqa/alpaqaConfigVersion.cmake +70 -0
  7. casadi/cmake/alpaqa/alpaqaTargets-release.cmake +29 -0
  8. casadi/cmake/alpaqa/alpaqaTargets.cmake +131 -0
  9. casadi/cmake/casadi-config-version.cmake +1 -1
  10. casadi/cmake/highs/highs-config.cmake +18 -4
  11. casadi/cmake/highs/highs-targets-release.cmake +3 -3
  12. casadi/cmake/highs/highs-targets.cmake +1 -1
  13. casadi/cmake/proxsuite/find-external/Simde/FindSimde.cmake +39 -0
  14. casadi/cmake/proxsuite/proxsuiteConfig.cmake +177 -0
  15. casadi/cmake/proxsuite/proxsuiteConfigVersion.cmake +70 -0
  16. casadi/cmake/proxsuite/proxsuiteTargets.cmake +115 -0
  17. casadi/cmake/sleqp/sleqp-config-version.cmake +70 -0
  18. casadi/cmake/sleqp/sleqp-config.cmake +1 -0
  19. casadi/cmake/sleqp/sleqp-targets-release.cmake +20 -0
  20. casadi/cmake/sleqp/sleqp-targets.cmake +102 -0
  21. casadi/cmake/trlib/trlib-config-release.cmake +19 -0
  22. casadi/cmake/trlib/trlib-config-version.cmake +88 -0
  23. casadi/cmake/trlib/trlib-config.cmake +107 -0
  24. casadi/highs +0 -0
  25. casadi/include/casadi/casadi.i +13 -3
  26. casadi/include/casadi/config.h +8 -8
  27. casadi/include/casadi/core/calculus.hpp +1 -1
  28. casadi/include/casadi/core/fmu.hpp +29 -1
  29. casadi/include/casadi/core/nlpsol.hpp +0 -2
  30. casadi/include/casadi/core/serializing_stream.hpp +12 -0
  31. casadi/include/casadi/doc.i +407 -125
  32. casadi/include/casadi/doc_merged.i +324 -70
  33. casadi/include/highs/HConfig.h +4 -7
  34. casadi/include/highs/Highs.h +240 -51
  35. casadi/include/highs/filereaderlp/builder.hpp +12 -13
  36. casadi/include/highs/filereaderlp/model.hpp +32 -35
  37. casadi/include/highs/fortran/highs_fortran_api.mod +0 -0
  38. casadi/include/highs/interfaces/highs_c_api.h +964 -577
  39. casadi/include/highs/io/Filereader.h +2 -4
  40. casadi/include/highs/io/FilereaderEms.h +2 -4
  41. casadi/include/highs/io/FilereaderLp.h +2 -4
  42. casadi/include/highs/io/FilereaderMps.h +2 -4
  43. casadi/include/highs/io/HMPSIO.h +2 -4
  44. casadi/include/highs/io/HMpsFF.h +2 -4
  45. casadi/include/highs/io/HighsIO.h +19 -13
  46. casadi/include/highs/io/LoadOptions.h +7 -6
  47. casadi/include/highs/ipm/IpxWrapper.h +4 -5
  48. casadi/include/highs/lp_data/HConst.h +60 -15
  49. casadi/include/highs/lp_data/HStruct.h +32 -8
  50. casadi/include/highs/lp_data/HighsAnalysis.h +2 -4
  51. casadi/include/highs/lp_data/HighsCallback.h +33 -0
  52. casadi/include/highs/lp_data/HighsCallbackStruct.h +36 -0
  53. casadi/include/highs/lp_data/HighsDebug.h +2 -4
  54. casadi/include/highs/lp_data/HighsInfo.h +22 -23
  55. casadi/include/highs/lp_data/HighsInfoDebug.h +2 -4
  56. casadi/include/highs/lp_data/HighsLp.h +14 -6
  57. casadi/include/highs/lp_data/HighsLpSolverObject.h +6 -5
  58. casadi/include/highs/lp_data/HighsLpUtils.h +23 -12
  59. casadi/include/highs/lp_data/HighsModelUtils.h +22 -8
  60. casadi/include/highs/lp_data/HighsOptions.h +175 -106
  61. casadi/include/highs/lp_data/HighsRanging.h +2 -4
  62. casadi/include/highs/lp_data/HighsRuntimeOptions.h +21 -6
  63. casadi/include/highs/lp_data/HighsSolution.h +4 -4
  64. casadi/include/highs/lp_data/HighsSolutionDebug.h +2 -4
  65. casadi/include/highs/lp_data/HighsSolve.h +2 -4
  66. casadi/include/highs/lp_data/HighsStatus.h +2 -4
  67. casadi/include/highs/mip/HighsCliqueTable.h +18 -20
  68. casadi/include/highs/mip/HighsConflictPool.h +2 -4
  69. casadi/include/highs/mip/HighsCutGeneration.h +2 -4
  70. casadi/include/highs/mip/HighsCutPool.h +2 -4
  71. casadi/include/highs/mip/HighsDebugSol.h +2 -4
  72. casadi/include/highs/mip/HighsDomain.h +5 -5
  73. casadi/include/highs/mip/HighsDomainChange.h +2 -4
  74. casadi/include/highs/mip/HighsDynamicRowMatrix.h +2 -4
  75. casadi/include/highs/mip/HighsGFkSolve.h +2 -4
  76. casadi/include/highs/mip/HighsImplications.h +2 -4
  77. casadi/include/highs/mip/HighsLpAggregator.h +2 -4
  78. casadi/include/highs/mip/HighsLpRelaxation.h +2 -4
  79. casadi/include/highs/mip/HighsMipSolver.h +18 -6
  80. casadi/include/highs/mip/HighsMipSolverData.h +8 -4
  81. casadi/include/highs/mip/HighsModkSeparator.h +2 -4
  82. casadi/include/highs/mip/HighsNodeQueue.h +3 -9
  83. casadi/include/highs/mip/HighsObjectiveFunction.h +2 -4
  84. casadi/include/highs/mip/HighsPathSeparator.h +2 -4
  85. casadi/include/highs/mip/HighsPrimalHeuristics.h +2 -4
  86. casadi/include/highs/mip/HighsPseudocost.h +2 -4
  87. casadi/include/highs/mip/HighsRedcostFixing.h +2 -4
  88. casadi/include/highs/mip/HighsSearch.h +2 -4
  89. casadi/include/highs/mip/HighsSeparation.h +2 -4
  90. casadi/include/highs/mip/HighsSeparator.h +2 -4
  91. casadi/include/highs/mip/HighsTableauSeparator.h +2 -4
  92. casadi/include/highs/mip/HighsTransformedLp.h +2 -4
  93. casadi/include/highs/model/HighsHessian.h +3 -1
  94. casadi/include/highs/model/HighsModel.h +2 -0
  95. casadi/include/highs/parallel/HighsSpinMutex.h +2 -1
  96. casadi/include/highs/parallel/HighsSplitDeque.h +1 -1
  97. casadi/include/highs/parallel/HighsTaskExecutor.h +10 -2
  98. casadi/include/highs/presolve/HPresolve.h +9 -6
  99. casadi/include/highs/presolve/HPresolveAnalysis.h +5 -4
  100. casadi/include/highs/presolve/HighsPostsolveStack.h +50 -13
  101. casadi/include/highs/presolve/HighsSymmetry.h +2 -4
  102. casadi/include/highs/presolve/ICrash.h +4 -3
  103. casadi/include/highs/presolve/ICrashUtil.h +2 -2
  104. casadi/include/highs/presolve/ICrashX.h +4 -6
  105. casadi/include/highs/presolve/PresolveComponent.h +4 -42
  106. casadi/include/highs/qpsolver/a_asm.hpp +56 -0
  107. casadi/include/highs/qpsolver/a_quass.hpp +12 -0
  108. casadi/include/highs/qpsolver/quass.hpp +1 -4
  109. casadi/include/highs/simplex/HApp.h +14 -16
  110. casadi/include/highs/simplex/HEkk.h +12 -11
  111. casadi/include/highs/simplex/HEkkDual.h +2 -4
  112. casadi/include/highs/simplex/HEkkDualRHS.h +5 -6
  113. casadi/include/highs/simplex/HEkkDualRow.h +2 -4
  114. casadi/include/highs/simplex/HEkkPrimal.h +2 -4
  115. casadi/include/highs/simplex/HSimplex.h +2 -4
  116. casadi/include/highs/simplex/HSimplexDebug.h +2 -4
  117. casadi/include/highs/simplex/HSimplexNla.h +2 -4
  118. casadi/include/highs/simplex/HSimplexReport.h +3 -5
  119. casadi/include/highs/simplex/HighsSimplexAnalysis.h +2 -4
  120. casadi/include/highs/simplex/SimplexConst.h +7 -5
  121. casadi/include/highs/simplex/SimplexStruct.h +11 -5
  122. casadi/include/highs/simplex/SimplexTimer.h +2 -4
  123. casadi/include/highs/test/DevKkt.h +2 -4
  124. casadi/include/highs/test/KktCh2.h +2 -4
  125. casadi/include/highs/util/FactorTimer.h +2 -4
  126. casadi/include/highs/util/HFactor.h +2 -4
  127. casadi/include/highs/util/HFactorConst.h +2 -4
  128. casadi/include/highs/util/HFactorDebug.h +2 -4
  129. casadi/include/highs/util/HSet.h +3 -5
  130. casadi/include/highs/util/HVector.h +2 -4
  131. casadi/include/highs/util/HVectorBase.h +2 -4
  132. casadi/include/highs/util/HighsCDouble.h +2 -4
  133. casadi/include/highs/util/HighsComponent.h +2 -4
  134. casadi/include/highs/util/HighsDataStack.h +3 -5
  135. casadi/include/highs/util/HighsDisjointSets.h +8 -10
  136. casadi/include/highs/util/HighsHash.h +22 -7
  137. casadi/include/highs/util/HighsHashTree.h +25 -7
  138. casadi/include/highs/util/HighsInt.h +2 -4
  139. casadi/include/highs/util/HighsIntegers.h +2 -4
  140. casadi/include/highs/util/HighsLinearSumBounds.h +2 -4
  141. casadi/include/highs/util/HighsMatrixPic.h +2 -4
  142. casadi/include/highs/util/HighsMatrixSlice.h +2 -4
  143. casadi/include/highs/util/HighsMatrixUtils.h +2 -4
  144. casadi/include/highs/util/HighsRandom.h +2 -4
  145. casadi/include/highs/util/HighsRbTree.h +2 -4
  146. casadi/include/highs/util/HighsSort.h +2 -4
  147. casadi/include/highs/util/HighsSparseMatrix.h +11 -7
  148. casadi/include/highs/util/HighsSparseVectorSum.h +2 -4
  149. casadi/include/highs/util/HighsSplay.h +2 -4
  150. casadi/include/highs/util/HighsTimer.h +3 -4
  151. casadi/include/highs/util/HighsUtils.h +14 -4
  152. casadi/include/highs/util/stringutil.h +2 -4
  153. casadi/include/include/alpaqa/accelerators/anderson.hpp +133 -0
  154. casadi/include/include/alpaqa/accelerators/internal/anderson-helpers.hpp +92 -0
  155. casadi/include/include/alpaqa/accelerators/internal/limited-memory-qr.hpp +295 -0
  156. casadi/include/include/alpaqa/accelerators/lbfgs.hpp +244 -0
  157. casadi/include/include/alpaqa/accelerators/steihaugcg.hpp +143 -0
  158. casadi/include/include/alpaqa/alpaqa.hpp +3 -0
  159. casadi/include/include/alpaqa/casadi/CasADiControlProblem.hpp +185 -0
  160. casadi/include/include/alpaqa/casadi/CasADiFunctionWrapper.hpp +104 -0
  161. casadi/include/include/alpaqa/casadi/CasADiProblem.hpp +102 -0
  162. casadi/include/include/alpaqa/casadi-loader-export.hpp +15 -0
  163. casadi/include/include/alpaqa/casadi-ocp-loader-export.hpp +15 -0
  164. casadi/include/include/alpaqa/config/config.hpp +165 -0
  165. casadi/include/include/alpaqa/dl/dl-problem.h +476 -0
  166. casadi/include/include/alpaqa/dl/dl-problem.hpp +301 -0
  167. casadi/include/include/alpaqa/export.h +42 -0
  168. casadi/include/include/alpaqa/export.hpp +30 -0
  169. casadi/include/include/alpaqa/implementation/accelerators/lbfgs.tpp +240 -0
  170. casadi/include/include/alpaqa/implementation/casadi/CasADiControlProblem.tpp +594 -0
  171. casadi/include/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp +50 -0
  172. casadi/include/include/alpaqa/implementation/casadi/CasADiProblem.tpp +425 -0
  173. casadi/include/include/alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp +164 -0
  174. casadi/include/include/alpaqa/implementation/inner/panoc-helpers.tpp +389 -0
  175. casadi/include/include/alpaqa/implementation/inner/panoc-ocp.tpp +798 -0
  176. casadi/include/include/alpaqa/implementation/inner/panoc.tpp +448 -0
  177. casadi/include/include/alpaqa/implementation/inner/pantr.tpp +474 -0
  178. casadi/include/include/alpaqa/implementation/inner/zerofpr.tpp +482 -0
  179. casadi/include/include/alpaqa/implementation/outer/alm.tpp +228 -0
  180. casadi/include/include/alpaqa/implementation/outer/internal/alm-helpers.tpp +80 -0
  181. casadi/include/include/alpaqa/implementation/params/params.tpp +158 -0
  182. casadi/include/include/alpaqa/implementation/problem/ocproblem.tpp +56 -0
  183. casadi/include/include/alpaqa/implementation/problem/type-erased-problem.tpp +211 -0
  184. casadi/include/include/alpaqa/implementation/util/io/csv.tpp +120 -0
  185. casadi/include/include/alpaqa/implementation/util/print.tpp +151 -0
  186. casadi/include/include/alpaqa/inner/directions/panoc/anderson.hpp +98 -0
  187. casadi/include/include/alpaqa/inner/directions/panoc/lbfgs.hpp +94 -0
  188. casadi/include/include/alpaqa/inner/directions/panoc/structured-lbfgs.hpp +146 -0
  189. casadi/include/include/alpaqa/inner/directions/panoc/structured-newton.hpp +264 -0
  190. casadi/include/include/alpaqa/inner/directions/panoc-direction-update.hpp +96 -0
  191. casadi/include/include/alpaqa/inner/directions/panoc-ocp/lqr.hpp +181 -0
  192. casadi/include/include/alpaqa/inner/directions/panoc-ocp/ocp-vars.hpp +492 -0
  193. casadi/include/include/alpaqa/inner/directions/pantr/newton-tr.hpp +192 -0
  194. casadi/include/include/alpaqa/inner/directions/pantr/pantr-direction.hpp +99 -0
  195. casadi/include/include/alpaqa/inner/inner-solve-options.hpp +30 -0
  196. casadi/include/include/alpaqa/inner/internal/lipschitz.hpp +27 -0
  197. casadi/include/include/alpaqa/inner/internal/panoc-helpers.hpp +10 -0
  198. casadi/include/include/alpaqa/inner/internal/panoc-stop-crit.hpp +124 -0
  199. casadi/include/include/alpaqa/inner/internal/solverstatus.hpp +42 -0
  200. casadi/include/include/alpaqa/inner/panoc-ocp.hpp +302 -0
  201. casadi/include/include/alpaqa/inner/panoc.hpp +274 -0
  202. casadi/include/include/alpaqa/inner/pantr.hpp +284 -0
  203. casadi/include/include/alpaqa/inner/zerofpr.hpp +274 -0
  204. casadi/include/include/alpaqa/ipopt/ipopt-adapter.hpp +81 -0
  205. casadi/include/include/alpaqa/ipopt/ipopt-enums.hpp +35 -0
  206. casadi/include/include/alpaqa/lbfgsb/lbfgsb-adapter.hpp +111 -0
  207. casadi/include/include/alpaqa/newton-tr-pantr-alm.hpp +27 -0
  208. casadi/include/include/alpaqa/outer/alm.hpp +190 -0
  209. casadi/include/include/alpaqa/outer/internal/alm-helpers.hpp +10 -0
  210. casadi/include/include/alpaqa/panoc-alm.hpp +27 -0
  211. casadi/include/include/alpaqa/panoc-anderson-alm.hpp +27 -0
  212. casadi/include/include/alpaqa/params/params.hpp +60 -0
  213. casadi/include/include/alpaqa/problem/box-constr-problem.hpp +220 -0
  214. casadi/include/include/alpaqa/problem/box.hpp +82 -0
  215. casadi/include/include/alpaqa/problem/functional-problem.hpp +73 -0
  216. casadi/include/include/alpaqa/problem/kkt-error.hpp +43 -0
  217. casadi/include/include/alpaqa/problem/ocproblem-counters.hpp +116 -0
  218. casadi/include/include/alpaqa/problem/ocproblem.hpp +662 -0
  219. casadi/include/include/alpaqa/problem/problem-counters.hpp +116 -0
  220. casadi/include/include/alpaqa/problem/problem-with-counters.hpp +141 -0
  221. casadi/include/include/alpaqa/problem/type-erased-problem.hpp +874 -0
  222. casadi/include/include/alpaqa/problem/unconstr-problem.hpp +37 -0
  223. casadi/include/include/alpaqa/structured-panoc-alm.hpp +27 -0
  224. casadi/include/include/alpaqa/structured-zerofpr-alm.hpp +27 -0
  225. casadi/include/include/alpaqa/util/alloc-check.hpp +23 -0
  226. casadi/include/include/alpaqa/util/atomic-stop-signal.hpp +24 -0
  227. casadi/include/include/alpaqa/util/check-dim.hpp +64 -0
  228. casadi/include/include/alpaqa/util/copyable_unique_ptr.hpp +32 -0
  229. casadi/include/include/alpaqa/util/demangled-typename.hpp +9 -0
  230. casadi/include/include/alpaqa/util/enumerate.hpp +70 -0
  231. casadi/include/include/alpaqa/util/float.hpp +25 -0
  232. casadi/include/include/alpaqa/util/index-set.hpp +97 -0
  233. casadi/include/include/alpaqa/util/io/csv.hpp +43 -0
  234. casadi/include/include/alpaqa/util/iter-adapter.hpp +68 -0
  235. casadi/include/include/alpaqa/util/max-history.hpp +47 -0
  236. casadi/include/include/alpaqa/util/noop-delete.hpp +15 -0
  237. casadi/include/include/alpaqa/util/not-implemented.hpp +12 -0
  238. casadi/include/include/alpaqa/util/print.hpp +78 -0
  239. casadi/include/include/alpaqa/util/quadmath/quadmath-print.hpp +20 -0
  240. casadi/include/include/alpaqa/util/quadmath/quadmath.hpp +137 -0
  241. casadi/include/include/alpaqa/util/required-method.hpp +29 -0
  242. casadi/include/include/alpaqa/util/ringbuffer.hpp +212 -0
  243. casadi/include/include/alpaqa/util/set-intersection.hpp +129 -0
  244. casadi/include/include/alpaqa/util/sparse-ops.hpp +164 -0
  245. casadi/include/include/alpaqa/util/timed.hpp +22 -0
  246. casadi/include/include/alpaqa/util/type-erasure.hpp +568 -0
  247. casadi/include/include/alpaqa/util/type-traits.hpp +58 -0
  248. casadi/include/include/alpaqa/zerofpr-alm.hpp +27 -0
  249. casadi/include/include/alpaqa/zerofpr-anderson-alm.hpp +27 -0
  250. casadi/include/include/alpaqa-version.h +8 -0
  251. casadi/include/include/coin/BonArraysHelpers.hpp +52 -0
  252. casadi/include/include/coin/BonAuxInfos.hpp +110 -0
  253. casadi/include/include/coin/BonBabInfos.hpp +57 -0
  254. casadi/include/include/coin/BonBabSetupBase.hpp +386 -0
  255. casadi/include/include/coin/BonBonminSetup.hpp +95 -0
  256. casadi/include/include/coin/BonBranchingTQP.hpp +197 -0
  257. casadi/include/include/coin/BonCbc.hpp +127 -0
  258. casadi/include/include/coin/BonCbcLpStrategy.hpp +45 -0
  259. casadi/include/include/coin/BonCbcNlpStrategy.hpp +98 -0
  260. casadi/include/include/coin/BonCbcNode.hpp +133 -0
  261. casadi/include/include/coin/BonChooseVariable.hpp +345 -0
  262. casadi/include/include/coin/BonCurvBranchingSolver.hpp +77 -0
  263. casadi/include/include/coin/BonCutStrengthener.hpp +244 -0
  264. casadi/include/include/coin/BonDiver.hpp +424 -0
  265. casadi/include/include/coin/BonDummyHeuristic.hpp +53 -0
  266. casadi/include/include/coin/BonDummyPump.hpp +43 -0
  267. casadi/include/include/coin/BonEcpCuts.hpp +97 -0
  268. casadi/include/include/coin/BonExitCodes.hpp +12 -0
  269. casadi/include/include/coin/BonFixAndSolveHeuristic.hpp +43 -0
  270. casadi/include/include/coin/BonGuessHeuristic.hpp +46 -0
  271. casadi/include/include/coin/BonHeuristicDive.hpp +88 -0
  272. casadi/include/include/coin/BonHeuristicDiveFractional.hpp +67 -0
  273. casadi/include/include/coin/BonHeuristicDiveMIP.hpp +83 -0
  274. casadi/include/include/coin/BonHeuristicDiveMIPFractional.hpp +67 -0
  275. casadi/include/include/coin/BonHeuristicDiveMIPVectorLength.hpp +74 -0
  276. casadi/include/include/coin/BonHeuristicDiveVectorLength.hpp +74 -0
  277. casadi/include/include/coin/BonHeuristicFPump.hpp +111 -0
  278. casadi/include/include/coin/BonHeuristicLocalBranching.hpp +59 -0
  279. casadi/include/include/coin/BonHeuristicRINS.hpp +55 -0
  280. casadi/include/include/coin/BonIpoptInteriorWarmStarter.hpp +103 -0
  281. casadi/include/include/coin/BonIpoptSolver.hpp +188 -0
  282. casadi/include/include/coin/BonIpoptWarmStart.hpp +148 -0
  283. casadi/include/include/coin/BonLinearCutsGenerator.hpp +75 -0
  284. casadi/include/include/coin/BonLocalSolverBasedHeuristic.hpp +102 -0
  285. casadi/include/include/coin/BonLpBranchingSolver.hpp +80 -0
  286. casadi/include/include/coin/BonMilpRounding.hpp +74 -0
  287. casadi/include/include/coin/BonOACutGenerator2.hpp +56 -0
  288. casadi/include/include/coin/BonOAMessages.hpp +44 -0
  289. casadi/include/include/coin/BonOaDecBase.hpp +297 -0
  290. casadi/include/include/coin/BonOaFeasChecker.hpp +73 -0
  291. casadi/include/include/coin/BonOaNlpOptim.hpp +116 -0
  292. casadi/include/include/coin/BonOsiTMINLPInterface.hpp +1342 -0
  293. casadi/include/include/coin/BonOuterApprox.hpp +123 -0
  294. casadi/include/include/coin/BonPseudoCosts.hpp +91 -0
  295. casadi/include/include/coin/BonPumpForMinlp.hpp +45 -0
  296. casadi/include/include/coin/BonQuadCut.hpp +217 -0
  297. casadi/include/include/coin/BonQuadRow.hpp +122 -0
  298. casadi/include/include/coin/BonRegisteredOptions.hpp +225 -0
  299. casadi/include/include/coin/BonStrongBranchingSolver.hpp +69 -0
  300. casadi/include/include/coin/BonSubMipSolver.hpp +143 -0
  301. casadi/include/include/coin/BonTMINLP.hpp +420 -0
  302. casadi/include/include/coin/BonTMINLP2OsiLP.hpp +164 -0
  303. casadi/include/include/coin/BonTMINLP2Quad.hpp +191 -0
  304. casadi/include/include/coin/BonTMINLP2TNLP.hpp +509 -0
  305. casadi/include/include/coin/BonTMINLPLinObj.hpp +216 -0
  306. casadi/include/include/coin/BonTMatrix.hpp +167 -0
  307. casadi/include/include/coin/BonTNLP2FPNLP.hpp +264 -0
  308. casadi/include/include/coin/BonTNLPSolver.hpp +241 -0
  309. casadi/include/include/coin/BonTypes.hpp +95 -0
  310. casadi/include/include/coin/BonminConfig.h +19 -0
  311. casadi/include/include/coin/CbcBranchActual.hpp +26 -0
  312. casadi/include/include/coin/CbcBranchAllDifferent.hpp +61 -0
  313. casadi/include/include/coin/CbcBranchBase.hpp +79 -0
  314. casadi/include/include/coin/CbcBranchCut.hpp +182 -0
  315. casadi/include/include/coin/CbcBranchDecision.hpp +135 -0
  316. casadi/include/include/coin/CbcBranchDefaultDecision.hpp +101 -0
  317. casadi/include/include/coin/CbcBranchDynamic.hpp +210 -0
  318. casadi/include/include/coin/CbcBranchLotsize.hpp +249 -0
  319. casadi/include/include/coin/CbcBranchToFixLots.hpp +94 -0
  320. casadi/include/include/coin/CbcBranchingObject.hpp +245 -0
  321. casadi/include/include/coin/CbcClique.hpp +309 -0
  322. casadi/include/include/coin/CbcCompare.hpp +46 -0
  323. casadi/include/include/coin/CbcCompareActual.hpp +16 -0
  324. casadi/include/include/coin/CbcCompareBase.hpp +155 -0
  325. casadi/include/include/coin/CbcCompareDefault.hpp +129 -0
  326. casadi/include/include/coin/CbcCompareDepth.hpp +48 -0
  327. casadi/include/include/coin/CbcCompareEstimate.hpp +48 -0
  328. casadi/include/include/coin/CbcCompareObjective.hpp +50 -0
  329. casadi/include/include/coin/CbcConfig.h +18 -0
  330. casadi/include/include/coin/CbcConsequence.hpp +50 -0
  331. casadi/include/include/coin/CbcCountRowCut.hpp +176 -0
  332. casadi/include/include/coin/CbcCutGenerator.hpp +550 -0
  333. casadi/include/include/coin/CbcCutModifier.hpp +59 -0
  334. casadi/include/include/coin/CbcCutSubsetModifier.hpp +69 -0
  335. casadi/include/include/coin/CbcDummyBranchingObject.hpp +83 -0
  336. casadi/include/include/coin/CbcEventHandler.hpp +250 -0
  337. casadi/include/include/coin/CbcFathom.hpp +136 -0
  338. casadi/include/include/coin/CbcFathomDynamicProgramming.hpp +177 -0
  339. casadi/include/include/coin/CbcFeasibilityBase.hpp +60 -0
  340. casadi/include/include/coin/CbcFixVariable.hpp +68 -0
  341. casadi/include/include/coin/CbcFollowOn.hpp +207 -0
  342. casadi/include/include/coin/CbcFullNodeInfo.hpp +171 -0
  343. casadi/include/include/coin/CbcGeneral.hpp +60 -0
  344. casadi/include/include/coin/CbcGeneralDepth.hpp +289 -0
  345. casadi/include/include/coin/CbcHeuristic.hpp +735 -0
  346. casadi/include/include/coin/CbcHeuristicDINS.hpp +98 -0
  347. casadi/include/include/coin/CbcHeuristicDW.hpp +374 -0
  348. casadi/include/include/coin/CbcHeuristicDive.hpp +198 -0
  349. casadi/include/include/coin/CbcHeuristicDiveCoefficient.hpp +52 -0
  350. casadi/include/include/coin/CbcHeuristicDiveFractional.hpp +52 -0
  351. casadi/include/include/coin/CbcHeuristicDiveGuided.hpp +55 -0
  352. casadi/include/include/coin/CbcHeuristicDiveLineSearch.hpp +52 -0
  353. casadi/include/include/coin/CbcHeuristicDivePseudoCost.hpp +60 -0
  354. casadi/include/include/coin/CbcHeuristicDiveVectorLength.hpp +52 -0
  355. casadi/include/include/coin/CbcHeuristicFPump.hpp +375 -0
  356. casadi/include/include/coin/CbcHeuristicGreedy.hpp +289 -0
  357. casadi/include/include/coin/CbcHeuristicLocal.hpp +276 -0
  358. casadi/include/include/coin/CbcHeuristicPivotAndFix.hpp +58 -0
  359. casadi/include/include/coin/CbcHeuristicRENS.hpp +79 -0
  360. casadi/include/include/coin/CbcHeuristicRINS.hpp +106 -0
  361. casadi/include/include/coin/CbcHeuristicRandRound.hpp +58 -0
  362. casadi/include/include/coin/CbcHeuristicVND.hpp +95 -0
  363. casadi/include/include/coin/CbcLinked.hpp +1443 -0
  364. casadi/include/include/coin/CbcMessage.hpp +94 -0
  365. casadi/include/include/coin/CbcMipStartIO.hpp +29 -0
  366. casadi/include/include/coin/CbcModel.hpp +3296 -0
  367. casadi/include/include/coin/CbcNWay.hpp +171 -0
  368. casadi/include/include/coin/CbcNode.hpp +380 -0
  369. casadi/include/include/coin/CbcNodeInfo.hpp +377 -0
  370. casadi/include/include/coin/CbcObject.hpp +288 -0
  371. casadi/include/include/coin/CbcObjectUpdateData.hpp +63 -0
  372. casadi/include/include/coin/CbcOrClpParam.cpp +4321 -0
  373. casadi/include/include/coin/CbcOrClpParam.hpp +585 -0
  374. casadi/include/include/coin/CbcParam.hpp +338 -0
  375. casadi/include/include/coin/CbcPartialNodeInfo.hpp +116 -0
  376. casadi/include/include/coin/CbcSOS.hpp +290 -0
  377. casadi/include/include/coin/CbcSimpleInteger.hpp +299 -0
  378. casadi/include/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +619 -0
  379. casadi/include/include/coin/CbcSimpleIntegerPseudoCost.hpp +122 -0
  380. casadi/include/include/coin/CbcSolver.hpp +460 -0
  381. casadi/include/include/coin/CbcStrategy.hpp +269 -0
  382. casadi/include/include/coin/CbcSubProblem.hpp +84 -0
  383. casadi/include/include/coin/CbcTree.hpp +493 -0
  384. casadi/include/include/coin/CbcTreeLocal.hpp +393 -0
  385. casadi/include/include/coin/Cbc_C_Interface.h +904 -0
  386. casadi/include/include/coin/Cgl012cut.hpp +464 -0
  387. casadi/include/include/coin/CglAllDifferent.hpp +115 -0
  388. casadi/include/include/coin/CglClique.hpp +312 -0
  389. casadi/include/include/coin/CglConfig.h +19 -0
  390. casadi/include/include/coin/CglCutGenerator.hpp +133 -0
  391. casadi/include/include/coin/CglDuplicateRow.hpp +189 -0
  392. casadi/include/include/coin/CglFlowCover.hpp +371 -0
  393. casadi/include/include/coin/CglGMI.hpp +364 -0
  394. casadi/include/include/coin/CglGMIParam.hpp +313 -0
  395. casadi/include/include/coin/CglGomory.hpp +204 -0
  396. casadi/include/include/coin/CglKnapsackCover.hpp +310 -0
  397. casadi/include/include/coin/CglLandP.hpp +306 -0
  398. casadi/include/include/coin/CglLandPValidator.hpp +130 -0
  399. casadi/include/include/coin/CglLiftAndProject.hpp +104 -0
  400. casadi/include/include/coin/CglMessage.hpp +49 -0
  401. casadi/include/include/coin/CglMixedIntegerRounding.hpp +429 -0
  402. casadi/include/include/coin/CglMixedIntegerRounding2.hpp +427 -0
  403. casadi/include/include/coin/CglOddHole.hpp +160 -0
  404. casadi/include/include/coin/CglParam.hpp +93 -0
  405. casadi/include/include/coin/CglPreProcess.hpp +600 -0
  406. casadi/include/include/coin/CglProbing.hpp +543 -0
  407. casadi/include/include/coin/CglRedSplit.hpp +448 -0
  408. casadi/include/include/coin/CglRedSplit2.hpp +494 -0
  409. casadi/include/include/coin/CglRedSplit2Param.hpp +495 -0
  410. casadi/include/include/coin/CglRedSplitParam.hpp +272 -0
  411. casadi/include/include/coin/CglResidualCapacity.hpp +240 -0
  412. casadi/include/include/coin/CglSimpleRounding.hpp +174 -0
  413. casadi/include/include/coin/CglStored.hpp +140 -0
  414. casadi/include/include/coin/CglTreeInfo.hpp +216 -0
  415. casadi/include/include/coin/CglTwomir.hpp +562 -0
  416. casadi/include/include/coin/CglZeroHalf.hpp +133 -0
  417. casadi/include/include/coin/ClpAmplObjective.hpp +113 -0
  418. casadi/include/include/coin/ClpCholeskyBase.hpp +321 -0
  419. casadi/include/include/coin/ClpCholeskyDense.hpp +157 -0
  420. casadi/include/include/coin/ClpCholeskyMumps.hpp +65 -0
  421. casadi/include/include/coin/ClpCholeskyPardiso.hpp +67 -0
  422. casadi/include/include/coin/ClpConfig.h +17 -0
  423. casadi/include/include/coin/ClpConstraint.hpp +129 -0
  424. casadi/include/include/coin/ClpConstraintAmpl.hpp +109 -0
  425. casadi/include/include/coin/ClpConstraintLinear.hpp +113 -0
  426. casadi/include/include/coin/ClpConstraintQuadratic.hpp +123 -0
  427. casadi/include/include/coin/ClpDualRowDantzig.hpp +72 -0
  428. casadi/include/include/coin/ClpDualRowPivot.hpp +136 -0
  429. casadi/include/include/coin/ClpDualRowSteepest.hpp +160 -0
  430. casadi/include/include/coin/ClpDummyMatrix.hpp +186 -0
  431. casadi/include/include/coin/ClpDynamicExampleMatrix.hpp +199 -0
  432. casadi/include/include/coin/ClpDynamicMatrix.hpp +420 -0
  433. casadi/include/include/coin/ClpEventHandler.hpp +193 -0
  434. casadi/include/include/coin/ClpFactorization.hpp +556 -0
  435. casadi/include/include/coin/ClpGubDynamicMatrix.hpp +270 -0
  436. casadi/include/include/coin/ClpGubMatrix.hpp +373 -0
  437. casadi/include/include/coin/ClpInterior.hpp +622 -0
  438. casadi/include/include/coin/ClpLinearObjective.hpp +104 -0
  439. casadi/include/include/coin/ClpMatrixBase.hpp +561 -0
  440. casadi/include/include/coin/ClpMessage.hpp +131 -0
  441. casadi/include/include/coin/ClpModel.hpp +1442 -0
  442. casadi/include/include/coin/ClpNetworkMatrix.hpp +235 -0
  443. casadi/include/include/coin/ClpNode.hpp +364 -0
  444. casadi/include/include/coin/ClpNonLinearCost.hpp +432 -0
  445. casadi/include/include/coin/ClpObjective.hpp +142 -0
  446. casadi/include/include/coin/ClpPEDualRowDantzig.hpp +84 -0
  447. casadi/include/include/coin/ClpPEDualRowSteepest.hpp +100 -0
  448. casadi/include/include/coin/ClpPEPrimalColumnDantzig.hpp +71 -0
  449. casadi/include/include/coin/ClpPEPrimalColumnSteepest.hpp +107 -0
  450. casadi/include/include/coin/ClpPESimplex.hpp +231 -0
  451. casadi/include/include/coin/ClpPackedMatrix.hpp +778 -0
  452. casadi/include/include/coin/ClpParameters.hpp +132 -0
  453. casadi/include/include/coin/ClpPdcoBase.hpp +110 -0
  454. casadi/include/include/coin/ClpPlusMinusOneMatrix.hpp +565 -0
  455. casadi/include/include/coin/ClpPresolve.hpp +379 -0
  456. casadi/include/include/coin/ClpPrimalColumnDantzig.hpp +74 -0
  457. casadi/include/include/coin/ClpPrimalColumnPivot.hpp +163 -0
  458. casadi/include/include/coin/ClpPrimalColumnSteepest.hpp +281 -0
  459. casadi/include/include/coin/ClpQuadraticObjective.hpp +161 -0
  460. casadi/include/include/coin/ClpSimplex.hpp +2137 -0
  461. casadi/include/include/coin/ClpSimplexDual.hpp +304 -0
  462. casadi/include/include/coin/ClpSimplexNonlinear.hpp +117 -0
  463. casadi/include/include/coin/ClpSimplexOther.hpp +282 -0
  464. casadi/include/include/coin/ClpSimplexPrimal.hpp +244 -0
  465. casadi/include/include/coin/ClpSolve.hpp +505 -0
  466. casadi/include/include/coin/Clp_C_Interface.h +554 -0
  467. casadi/include/include/coin/CoinAlloc.hpp +179 -0
  468. casadi/include/include/coin/CoinBuild.hpp +159 -0
  469. casadi/include/include/coin/CoinDenseFactorization.hpp +452 -0
  470. casadi/include/include/coin/CoinDenseVector.hpp +401 -0
  471. casadi/include/include/coin/CoinDistance.hpp +51 -0
  472. casadi/include/include/coin/CoinError.hpp +274 -0
  473. casadi/include/include/coin/CoinFactorization.hpp +2178 -0
  474. casadi/include/include/coin/CoinFileIO.hpp +185 -0
  475. casadi/include/include/coin/CoinFinite.hpp +37 -0
  476. casadi/include/include/coin/CoinFloatEqual.hpp +204 -0
  477. casadi/include/include/coin/CoinHelperFunctions.hpp +1270 -0
  478. casadi/include/include/coin/CoinIndexedVector.hpp +1437 -0
  479. casadi/include/include/coin/CoinLpIO.hpp +836 -0
  480. casadi/include/include/coin/CoinMessage.hpp +95 -0
  481. casadi/include/include/coin/CoinMessageHandler.hpp +717 -0
  482. casadi/include/include/coin/CoinModel.hpp +1214 -0
  483. casadi/include/include/coin/CoinModelUseful.hpp +518 -0
  484. casadi/include/include/coin/CoinMpsIO.hpp +1142 -0
  485. casadi/include/include/coin/CoinOslFactorization.hpp +287 -0
  486. casadi/include/include/coin/CoinPackedMatrix.hpp +956 -0
  487. casadi/include/include/coin/CoinPackedVector.hpp +670 -0
  488. casadi/include/include/coin/CoinPackedVectorBase.hpp +274 -0
  489. casadi/include/include/coin/CoinParam.hpp +644 -0
  490. casadi/include/include/coin/CoinPragma.hpp +29 -0
  491. casadi/include/include/coin/CoinPresolveDoubleton.hpp +76 -0
  492. casadi/include/include/coin/CoinPresolveDual.hpp +84 -0
  493. casadi/include/include/coin/CoinPresolveDupcol.hpp +259 -0
  494. casadi/include/include/coin/CoinPresolveEmpty.hpp +120 -0
  495. casadi/include/include/coin/CoinPresolveFixed.hpp +185 -0
  496. casadi/include/include/coin/CoinPresolveForcing.hpp +69 -0
  497. casadi/include/include/coin/CoinPresolveImpliedFree.hpp +66 -0
  498. casadi/include/include/coin/CoinPresolveIsolated.hpp +59 -0
  499. casadi/include/include/coin/CoinPresolveMatrix.hpp +1996 -0
  500. casadi/include/include/coin/CoinPresolveMonitor.hpp +105 -0
  501. casadi/include/include/coin/CoinPresolvePsdebug.hpp +169 -0
  502. casadi/include/include/coin/CoinPresolveSingleton.hpp +115 -0
  503. casadi/include/include/coin/CoinPresolveSubst.hpp +103 -0
  504. casadi/include/include/coin/CoinPresolveTighten.hpp +58 -0
  505. casadi/include/include/coin/CoinPresolveTripleton.hpp +69 -0
  506. casadi/include/include/coin/CoinPresolveUseless.hpp +63 -0
  507. casadi/include/include/coin/CoinPresolveZeros.hpp +65 -0
  508. casadi/include/include/coin/CoinRational.hpp +43 -0
  509. casadi/include/include/coin/CoinSearchTree.hpp +523 -0
  510. casadi/include/include/coin/CoinShallowPackedVector.hpp +149 -0
  511. casadi/include/include/coin/CoinSignal.hpp +127 -0
  512. casadi/include/include/coin/CoinSimpFactorization.hpp +432 -0
  513. casadi/include/include/coin/CoinSmartPtr.hpp +548 -0
  514. casadi/include/include/coin/CoinSnapshot.hpp +572 -0
  515. casadi/include/include/coin/CoinSort.hpp +753 -0
  516. casadi/include/include/coin/CoinStructuredModel.hpp +270 -0
  517. casadi/include/include/coin/CoinTime.hpp +350 -0
  518. casadi/include/include/coin/CoinTypes.hpp +67 -0
  519. casadi/include/include/coin/CoinUtility.hpp +26 -0
  520. casadi/include/include/coin/CoinUtilsConfig.h +34 -0
  521. casadi/include/include/coin/CoinWarmStart.hpp +56 -0
  522. casadi/include/include/coin/CoinWarmStartBasis.hpp +468 -0
  523. casadi/include/include/coin/CoinWarmStartDual.hpp +180 -0
  524. casadi/include/include/coin/CoinWarmStartPrimalDual.hpp +233 -0
  525. casadi/include/include/coin/CoinWarmStartVector.hpp +523 -0
  526. casadi/include/include/coin/Coin_C_defines.h +149 -0
  527. casadi/include/include/coin/Idiot.hpp +327 -0
  528. casadi/include/include/coin/OsiAuxInfo.hpp +261 -0
  529. casadi/include/include/coin/OsiBranchingObject.hpp +1097 -0
  530. casadi/include/include/coin/OsiCbcSolverInterface.hpp +791 -0
  531. casadi/include/include/coin/OsiChooseVariable.hpp +645 -0
  532. casadi/include/include/coin/OsiClpSolverInterface.hpp +1604 -0
  533. casadi/include/include/coin/OsiColCut.hpp +322 -0
  534. casadi/include/include/coin/OsiCollections.hpp +34 -0
  535. casadi/include/include/coin/OsiConfig.h +19 -0
  536. casadi/include/include/coin/OsiCut.hpp +251 -0
  537. casadi/include/include/coin/OsiCuts.hpp +505 -0
  538. casadi/include/include/coin/OsiPresolve.hpp +272 -0
  539. casadi/include/include/coin/OsiRowCut.hpp +345 -0
  540. casadi/include/include/coin/OsiRowCutDebugger.hpp +190 -0
  541. casadi/include/include/coin/OsiSolverBranch.hpp +169 -0
  542. casadi/include/include/coin/OsiSolverInterface.hpp +2221 -0
  543. casadi/include/include/coin/OsiSolverParameters.hpp +144 -0
  544. casadi/include/include/coin/OsiUnitTests.hpp +390 -0
  545. casadi/include/include/coin-or/IpAlgBuilder.hpp +417 -0
  546. casadi/include/include/coin-or/IpAlgStrategy.hpp +201 -0
  547. casadi/include/include/coin-or/IpAlgTypes.hpp +64 -0
  548. casadi/include/include/coin-or/IpAugSystemSolver.hpp +212 -0
  549. casadi/include/include/coin-or/IpBlas.hpp +426 -0
  550. casadi/include/include/coin-or/IpCachedResults.hpp +897 -0
  551. casadi/include/include/coin-or/IpCompoundMatrix.hpp +423 -0
  552. casadi/include/include/coin-or/IpCompoundSymMatrix.hpp +348 -0
  553. casadi/include/include/coin-or/IpCompoundVector.hpp +395 -0
  554. casadi/include/include/coin-or/IpConvCheck.hpp +97 -0
  555. casadi/include/include/coin-or/IpDebug.hpp +167 -0
  556. casadi/include/include/coin-or/IpDenseVector.hpp +626 -0
  557. casadi/include/include/coin-or/IpDiagMatrix.hpp +158 -0
  558. casadi/include/include/coin-or/IpEqMultCalculator.hpp +76 -0
  559. casadi/include/include/coin-or/IpException.hpp +156 -0
  560. casadi/include/include/coin-or/IpExpansionMatrix.hpp +245 -0
  561. casadi/include/include/coin-or/IpGenTMatrix.hpp +290 -0
  562. casadi/include/include/coin-or/IpHessianUpdater.hpp +73 -0
  563. casadi/include/include/coin-or/IpIdentityMatrix.hpp +167 -0
  564. casadi/include/include/coin-or/IpIpoptAlg.hpp +257 -0
  565. casadi/include/include/coin-or/IpIpoptApplication.hpp +367 -0
  566. casadi/include/include/coin-or/IpIpoptCalculatedQuantities.hpp +1009 -0
  567. casadi/include/include/coin-or/IpIpoptData.hpp +966 -0
  568. casadi/include/include/coin-or/IpIpoptNLP.hpp +328 -0
  569. casadi/include/include/coin-or/IpIterateInitializer.hpp +68 -0
  570. casadi/include/include/coin-or/IpIteratesVector.hpp +840 -0
  571. casadi/include/include/coin-or/IpIterationOutput.hpp +78 -0
  572. casadi/include/include/coin-or/IpJournalist.hpp +573 -0
  573. casadi/include/include/coin-or/IpLapack.hpp +227 -0
  574. casadi/include/include/coin-or/IpLibraryLoader.hpp +76 -0
  575. casadi/include/include/coin-or/IpLineSearch.hpp +106 -0
  576. casadi/include/include/coin-or/IpLinearSolvers.h +46 -0
  577. casadi/include/include/coin-or/IpMatrix.hpp +434 -0
  578. casadi/include/include/coin-or/IpMuUpdate.hpp +77 -0
  579. casadi/include/include/coin-or/IpNLP.hpp +306 -0
  580. casadi/include/include/coin-or/IpNLPScaling.hpp +582 -0
  581. casadi/include/include/coin-or/IpObserver.hpp +422 -0
  582. casadi/include/include/coin-or/IpOptionsList.hpp +412 -0
  583. casadi/include/include/coin-or/IpOrigIpoptNLP.hpp +603 -0
  584. casadi/include/include/coin-or/IpPDSystemSolver.hpp +137 -0
  585. casadi/include/include/coin-or/IpReferenced.hpp +262 -0
  586. casadi/include/include/coin-or/IpRegOptions.hpp +1152 -0
  587. casadi/include/include/coin-or/IpReturnCodes.h +23 -0
  588. casadi/include/include/coin-or/IpReturnCodes.hpp +18 -0
  589. casadi/include/include/coin-or/IpReturnCodes.inc +71 -0
  590. casadi/include/include/coin-or/IpReturnCodes_inc.h +45 -0
  591. casadi/include/include/coin-or/IpScaledMatrix.hpp +291 -0
  592. casadi/include/include/coin-or/IpSearchDirCalculator.hpp +72 -0
  593. casadi/include/include/coin-or/IpSmartPtr.hpp +865 -0
  594. casadi/include/include/coin-or/IpSolveStatistics.hpp +210 -0
  595. casadi/include/include/coin-or/IpSparseSymLinearSolverInterface.hpp +260 -0
  596. casadi/include/include/coin-or/IpStdAugSystemSolver.cpp +555 -0
  597. casadi/include/include/coin-or/IpStdCInterface.h +428 -0
  598. casadi/include/include/coin-or/IpSumSymMatrix.hpp +186 -0
  599. casadi/include/include/coin-or/IpSymLinearSolver.hpp +141 -0
  600. casadi/include/include/coin-or/IpSymMatrix.hpp +167 -0
  601. casadi/include/include/coin-or/IpSymScaledMatrix.hpp +255 -0
  602. casadi/include/include/coin-or/IpSymTMatrix.hpp +275 -0
  603. casadi/include/include/coin-or/IpTNLP.hpp +820 -0
  604. casadi/include/include/coin-or/IpTNLPAdapter.hpp +648 -0
  605. casadi/include/include/coin-or/IpTNLPReducer.hpp +274 -0
  606. casadi/include/include/coin-or/IpTaggedObject.hpp +128 -0
  607. casadi/include/include/coin-or/IpTimedTask.hpp +218 -0
  608. casadi/include/include/coin-or/IpTimingStatistics.hpp +323 -0
  609. casadi/include/include/coin-or/IpTripletHelper.hpp +308 -0
  610. casadi/include/include/coin-or/IpTypes.h +81 -0
  611. casadi/include/include/coin-or/IpTypes.hpp +30 -0
  612. casadi/include/include/coin-or/IpUtils.hpp +166 -0
  613. casadi/include/include/coin-or/IpVector.hpp +892 -0
  614. casadi/include/include/coin-or/IpZeroSymMatrix.hpp +155 -0
  615. casadi/include/include/coin-or/IpoptConfig.h +45 -0
  616. casadi/include/include/coin-or/SensAlgorithm.hpp +114 -0
  617. casadi/include/include/coin-or/SensApplication.hpp +188 -0
  618. casadi/include/include/coin-or/SensBacksolver.hpp +36 -0
  619. casadi/include/include/coin-or/SensMeasurement.hpp +56 -0
  620. casadi/include/include/coin-or/SensPCalculator.hpp +137 -0
  621. casadi/include/include/coin-or/SensRegOp.hpp +21 -0
  622. casadi/include/include/coin-or/SensSchurData.hpp +182 -0
  623. casadi/include/include/coin-or/SensSchurDriver.hpp +118 -0
  624. casadi/include/include/coin-or/SensSimpleBacksolver.hpp +49 -0
  625. casadi/include/include/coin-or/SensStepCalc.hpp +85 -0
  626. casadi/include/include/coin-or/SensUtils.hpp +63 -0
  627. casadi/include/include/coin-or/metis/defs.h +161 -0
  628. casadi/include/include/coin-or/metis/macros.h +143 -0
  629. casadi/include/include/coin-or/metis/metis.h +37 -0
  630. casadi/include/include/coin-or/metis/proto.h +505 -0
  631. casadi/include/include/coin-or/metis/rename.h +418 -0
  632. casadi/include/include/coin-or/metis/struct.h +251 -0
  633. casadi/include/include/coin-or/mumps/dmumps_c.h +142 -0
  634. casadi/include/include/coin-or/mumps/mumps_c_types.h +72 -0
  635. casadi/include/include/coin-or/mumps/mumps_compat.h +27 -0
  636. casadi/include/include/coin-or/mumps/mumps_int_def.h +11 -0
  637. casadi/include/include/coin-or/mumps/mumps_mpi.h +67 -0
  638. casadi/include/include/d_blas.h +78 -0
  639. casadi/include/include/d_blas_64.h +73 -0
  640. casadi/include/include/eigen3/Eigen/Cholesky +45 -0
  641. casadi/include/include/eigen3/Eigen/CholmodSupport +48 -0
  642. casadi/include/include/eigen3/Eigen/Core +384 -0
  643. casadi/include/include/eigen3/Eigen/Dense +7 -0
  644. casadi/include/include/eigen3/Eigen/Eigen +2 -0
  645. casadi/include/include/eigen3/Eigen/Eigenvalues +60 -0
  646. casadi/include/include/eigen3/Eigen/Geometry +59 -0
  647. casadi/include/include/eigen3/Eigen/Householder +29 -0
  648. casadi/include/include/eigen3/Eigen/IterativeLinearSolvers +48 -0
  649. casadi/include/include/eigen3/Eigen/Jacobi +32 -0
  650. casadi/include/include/eigen3/Eigen/KLUSupport +41 -0
  651. casadi/include/include/eigen3/Eigen/LU +47 -0
  652. casadi/include/include/eigen3/Eigen/MetisSupport +35 -0
  653. casadi/include/include/eigen3/Eigen/OrderingMethods +70 -0
  654. casadi/include/include/eigen3/Eigen/PaStiXSupport +49 -0
  655. casadi/include/include/eigen3/Eigen/PardisoSupport +35 -0
  656. casadi/include/include/eigen3/Eigen/QR +50 -0
  657. casadi/include/include/eigen3/Eigen/QtAlignedMalloc +39 -0
  658. casadi/include/include/eigen3/Eigen/SPQRSupport +34 -0
  659. casadi/include/include/eigen3/Eigen/SVD +50 -0
  660. casadi/include/include/eigen3/Eigen/Sparse +34 -0
  661. casadi/include/include/eigen3/Eigen/SparseCholesky +37 -0
  662. casadi/include/include/eigen3/Eigen/SparseCore +69 -0
  663. casadi/include/include/eigen3/Eigen/SparseLU +50 -0
  664. casadi/include/include/eigen3/Eigen/SparseQR +36 -0
  665. casadi/include/include/eigen3/Eigen/StdDeque +27 -0
  666. casadi/include/include/eigen3/Eigen/StdList +26 -0
  667. casadi/include/include/eigen3/Eigen/StdVector +27 -0
  668. casadi/include/include/eigen3/Eigen/SuperLUSupport +64 -0
  669. casadi/include/include/eigen3/Eigen/UmfPackSupport +40 -0
  670. casadi/include/include/eigen3/Eigen/src/Cholesky/LDLT.h +688 -0
  671. casadi/include/include/eigen3/Eigen/src/Cholesky/LLT.h +558 -0
  672. casadi/include/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
  673. casadi/include/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
  674. casadi/include/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +413 -0
  675. casadi/include/include/eigen3/Eigen/src/Core/Array.h +417 -0
  676. casadi/include/include/eigen3/Eigen/src/Core/ArrayBase.h +226 -0
  677. casadi/include/include/eigen3/Eigen/src/Core/ArrayWrapper.h +209 -0
  678. casadi/include/include/eigen3/Eigen/src/Core/Assign.h +90 -0
  679. casadi/include/include/eigen3/Eigen/src/Core/AssignEvaluator.h +1010 -0
  680. casadi/include/include/eigen3/Eigen/src/Core/Assign_MKL.h +178 -0
  681. casadi/include/include/eigen3/Eigen/src/Core/BandMatrix.h +353 -0
  682. casadi/include/include/eigen3/Eigen/src/Core/Block.h +448 -0
  683. casadi/include/include/eigen3/Eigen/src/Core/BooleanRedux.h +162 -0
  684. casadi/include/include/eigen3/Eigen/src/Core/CommaInitializer.h +164 -0
  685. casadi/include/include/eigen3/Eigen/src/Core/ConditionEstimator.h +175 -0
  686. casadi/include/include/eigen3/Eigen/src/Core/CoreEvaluators.h +1741 -0
  687. casadi/include/include/eigen3/Eigen/src/Core/CoreIterators.h +132 -0
  688. casadi/include/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +183 -0
  689. casadi/include/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
  690. casadi/include/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +197 -0
  691. casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +103 -0
  692. casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +132 -0
  693. casadi/include/include/eigen3/Eigen/src/Core/DenseBase.h +701 -0
  694. casadi/include/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +685 -0
  695. casadi/include/include/eigen3/Eigen/src/Core/DenseStorage.h +652 -0
  696. casadi/include/include/eigen3/Eigen/src/Core/Diagonal.h +258 -0
  697. casadi/include/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +391 -0
  698. casadi/include/include/eigen3/Eigen/src/Core/DiagonalProduct.h +28 -0
  699. casadi/include/include/eigen3/Eigen/src/Core/Dot.h +318 -0
  700. casadi/include/include/eigen3/Eigen/src/Core/EigenBase.h +160 -0
  701. casadi/include/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +150 -0
  702. casadi/include/include/eigen3/Eigen/src/Core/Fuzzy.h +155 -0
  703. casadi/include/include/eigen3/Eigen/src/Core/GeneralProduct.h +465 -0
  704. casadi/include/include/eigen3/Eigen/src/Core/GenericPacketMath.h +1040 -0
  705. casadi/include/include/eigen3/Eigen/src/Core/GlobalFunctions.h +194 -0
  706. casadi/include/include/eigen3/Eigen/src/Core/IO.h +258 -0
  707. casadi/include/include/eigen3/Eigen/src/Core/IndexedView.h +237 -0
  708. casadi/include/include/eigen3/Eigen/src/Core/Inverse.h +117 -0
  709. casadi/include/include/eigen3/Eigen/src/Core/Map.h +171 -0
  710. casadi/include/include/eigen3/Eigen/src/Core/MapBase.h +310 -0
  711. casadi/include/include/eigen3/Eigen/src/Core/MathFunctions.h +2057 -0
  712. casadi/include/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +200 -0
  713. casadi/include/include/eigen3/Eigen/src/Core/Matrix.h +565 -0
  714. casadi/include/include/eigen3/Eigen/src/Core/MatrixBase.h +547 -0
  715. casadi/include/include/eigen3/Eigen/src/Core/NestByValue.h +85 -0
  716. casadi/include/include/eigen3/Eigen/src/Core/NoAlias.h +109 -0
  717. casadi/include/include/eigen3/Eigen/src/Core/NumTraits.h +335 -0
  718. casadi/include/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
  719. casadi/include/include/eigen3/Eigen/src/Core/PermutationMatrix.h +605 -0
  720. casadi/include/include/eigen3/Eigen/src/Core/PlainObjectBase.h +1128 -0
  721. casadi/include/include/eigen3/Eigen/src/Core/Product.h +191 -0
  722. casadi/include/include/eigen3/Eigen/src/Core/ProductEvaluators.h +1179 -0
  723. casadi/include/include/eigen3/Eigen/src/Core/Random.h +218 -0
  724. casadi/include/include/eigen3/Eigen/src/Core/Redux.h +515 -0
  725. casadi/include/include/eigen3/Eigen/src/Core/Ref.h +381 -0
  726. casadi/include/include/eigen3/Eigen/src/Core/Replicate.h +142 -0
  727. casadi/include/include/eigen3/Eigen/src/Core/Reshaped.h +454 -0
  728. casadi/include/include/eigen3/Eigen/src/Core/ReturnByValue.h +119 -0
  729. casadi/include/include/eigen3/Eigen/src/Core/Reverse.h +217 -0
  730. casadi/include/include/eigen3/Eigen/src/Core/Select.h +164 -0
  731. casadi/include/include/eigen3/Eigen/src/Core/SelfAdjointView.h +365 -0
  732. casadi/include/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
  733. casadi/include/include/eigen3/Eigen/src/Core/Solve.h +188 -0
  734. casadi/include/include/eigen3/Eigen/src/Core/SolveTriangular.h +235 -0
  735. casadi/include/include/eigen3/Eigen/src/Core/SolverBase.h +168 -0
  736. casadi/include/include/eigen3/Eigen/src/Core/StableNorm.h +251 -0
  737. casadi/include/include/eigen3/Eigen/src/Core/StlIterators.h +463 -0
  738. casadi/include/include/eigen3/Eigen/src/Core/Stride.h +116 -0
  739. casadi/include/include/eigen3/Eigen/src/Core/Swap.h +68 -0
  740. casadi/include/include/eigen3/Eigen/src/Core/Transpose.h +464 -0
  741. casadi/include/include/eigen3/Eigen/src/Core/Transpositions.h +386 -0
  742. casadi/include/include/eigen3/Eigen/src/Core/TriangularMatrix.h +1001 -0
  743. casadi/include/include/eigen3/Eigen/src/Core/VectorBlock.h +96 -0
  744. casadi/include/include/eigen3/Eigen/src/Core/VectorwiseOp.h +784 -0
  745. casadi/include/include/eigen3/Eigen/src/Core/Visitor.h +381 -0
  746. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +372 -0
  747. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
  748. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
  749. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
  750. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
  751. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
  752. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
  753. casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
  754. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
  755. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
  756. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
  757. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
  758. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
  759. casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
  760. casadi/include/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
  761. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
  762. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
  763. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
  764. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
  765. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Half.h +942 -0
  766. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +49 -0
  767. casadi/include/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
  768. casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
  769. casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
  770. casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
  771. casadi/include/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
  772. casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +648 -0
  773. casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
  774. casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
  775. casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +584 -0
  776. casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
  777. casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
  778. casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
  779. casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
  780. casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +351 -0
  781. casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
  782. casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
  783. casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
  784. casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
  785. casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
  786. casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
  787. casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
  788. casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
  789. casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
  790. casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
  791. casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
  792. casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
  793. casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
  794. casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
  795. casadi/include/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
  796. casadi/include/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
  797. casadi/include/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
  798. casadi/include/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +166 -0
  799. casadi/include/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
  800. casadi/include/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
  801. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
  802. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
  803. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
  804. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
  805. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
  806. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
  807. casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
  808. casadi/include/include/eigen3/Eigen/src/Core/products/Parallelizer.h +180 -0
  809. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
  810. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
  811. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
  812. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
  813. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
  814. casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
  815. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
  816. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
  817. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
  818. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
  819. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
  820. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
  821. casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
  822. casadi/include/include/eigen3/Eigen/src/Core/util/BlasUtil.h +583 -0
  823. casadi/include/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
  824. casadi/include/include/eigen3/Eigen/src/Core/util/Constants.h +563 -0
  825. casadi/include/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
  826. casadi/include/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
  827. casadi/include/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
  828. casadi/include/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +272 -0
  829. casadi/include/include/eigen3/Eigen/src/Core/util/MKL_support.h +137 -0
  830. casadi/include/include/eigen3/Eigen/src/Core/util/Macros.h +1464 -0
  831. casadi/include/include/eigen3/Eigen/src/Core/util/Memory.h +1163 -0
  832. casadi/include/include/eigen3/Eigen/src/Core/util/Meta.h +812 -0
  833. casadi/include/include/eigen3/Eigen/src/Core/util/NonMPL2.h +3 -0
  834. casadi/include/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
  835. casadi/include/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +51 -0
  836. casadi/include/include/eigen3/Eigen/src/Core/util/StaticAssert.h +221 -0
  837. casadi/include/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +293 -0
  838. casadi/include/include/eigen3/Eigen/src/Core/util/XprHelper.h +856 -0
  839. casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
  840. casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
  841. casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
  842. casadi/include/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
  843. casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
  844. casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
  845. casadi/include/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
  846. casadi/include/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
  847. casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +657 -0
  848. casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +558 -0
  849. casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
  850. casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
  851. casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
  852. casadi/include/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
  853. casadi/include/include/eigen3/Eigen/src/Geometry/AlignedBox.h +486 -0
  854. casadi/include/include/eigen3/Eigen/src/Geometry/AngleAxis.h +247 -0
  855. casadi/include/include/eigen3/Eigen/src/Geometry/EulerAngles.h +114 -0
  856. casadi/include/include/eigen3/Eigen/src/Geometry/Homogeneous.h +501 -0
  857. casadi/include/include/eigen3/Eigen/src/Geometry/Hyperplane.h +282 -0
  858. casadi/include/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +235 -0
  859. casadi/include/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +232 -0
  860. casadi/include/include/eigen3/Eigen/src/Geometry/Quaternion.h +870 -0
  861. casadi/include/include/eigen3/Eigen/src/Geometry/Rotation2D.h +199 -0
  862. casadi/include/include/eigen3/Eigen/src/Geometry/RotationBase.h +206 -0
  863. casadi/include/include/eigen3/Eigen/src/Geometry/Scaling.h +188 -0
  864. casadi/include/include/eigen3/Eigen/src/Geometry/Transform.h +1563 -0
  865. casadi/include/include/eigen3/Eigen/src/Geometry/Translation.h +202 -0
  866. casadi/include/include/eigen3/Eigen/src/Geometry/Umeyama.h +166 -0
  867. casadi/include/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
  868. casadi/include/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +110 -0
  869. casadi/include/include/eigen3/Eigen/src/Householder/Householder.h +176 -0
  870. casadi/include/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +545 -0
  871. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
  872. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
  873. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
  874. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
  875. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
  876. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
  877. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
  878. casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
  879. casadi/include/include/eigen3/Eigen/src/Jacobi/Jacobi.h +483 -0
  880. casadi/include/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +358 -0
  881. casadi/include/include/eigen3/Eigen/src/LU/Determinant.h +117 -0
  882. casadi/include/include/eigen3/Eigen/src/LU/FullPivLU.h +877 -0
  883. casadi/include/include/eigen3/Eigen/src/LU/InverseImpl.h +432 -0
  884. casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU.h +624 -0
  885. casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
  886. casadi/include/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +351 -0
  887. casadi/include/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +137 -0
  888. casadi/include/include/eigen3/Eigen/src/OrderingMethods/Amd.h +435 -0
  889. casadi/include/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
  890. casadi/include/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +153 -0
  891. casadi/include/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
  892. casadi/include/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
  893. casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
  894. casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
  895. casadi/include/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
  896. casadi/include/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
  897. casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR.h +434 -0
  898. casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
  899. casadi/include/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
  900. casadi/include/include/eigen3/Eigen/src/SVD/BDCSVD.h +1366 -0
  901. casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD.h +812 -0
  902. casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
  903. casadi/include/include/eigen3/Eigen/src/SVD/SVDBase.h +376 -0
  904. casadi/include/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
  905. casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
  906. casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
  907. casadi/include/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +378 -0
  908. casadi/include/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +274 -0
  909. casadi/include/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
  910. casadi/include/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
  911. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +270 -0
  912. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +571 -0
  913. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +206 -0
  914. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
  915. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
  916. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
  917. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
  918. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
  919. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDot.h +98 -0
  920. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
  921. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMap.h +305 -0
  922. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
  923. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
  924. casadi/include/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +178 -0
  925. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +181 -0
  926. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +49 -0
  927. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRef.h +397 -0
  928. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
  929. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
  930. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
  931. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +92 -0
  932. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
  933. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +186 -0
  934. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseVector.h +478 -0
  935. casadi/include/include/eigen3/Eigen/src/SparseCore/SparseView.h +254 -0
  936. casadi/include/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +315 -0
  937. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU.h +923 -0
  938. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
  939. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
  940. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
  941. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
  942. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
  943. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
  944. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
  945. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
  946. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
  947. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
  948. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
  949. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
  950. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
  951. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
  952. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
  953. casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
  954. casadi/include/include/eigen3/Eigen/src/SparseQR/SparseQR.h +758 -0
  955. casadi/include/include/eigen3/Eigen/src/StlSupport/StdDeque.h +116 -0
  956. casadi/include/include/eigen3/Eigen/src/StlSupport/StdList.h +106 -0
  957. casadi/include/include/eigen3/Eigen/src/StlSupport/StdVector.h +131 -0
  958. casadi/include/include/eigen3/Eigen/src/StlSupport/details.h +84 -0
  959. casadi/include/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
  960. casadi/include/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
  961. casadi/include/include/eigen3/Eigen/src/misc/Image.h +82 -0
  962. casadi/include/include/eigen3/Eigen/src/misc/Kernel.h +79 -0
  963. casadi/include/include/eigen3/Eigen/src/misc/RealSvd2x2.h +55 -0
  964. casadi/include/include/eigen3/Eigen/src/misc/blas.h +440 -0
  965. casadi/include/include/eigen3/Eigen/src/misc/lapack.h +152 -0
  966. casadi/include/include/eigen3/Eigen/src/misc/lapacke.h +16292 -0
  967. casadi/include/include/eigen3/Eigen/src/misc/lapacke_mangling.h +17 -0
  968. casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
  969. casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
  970. casadi/include/include/eigen3/Eigen/src/plugins/BlockMethods.h +1442 -0
  971. casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
  972. casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
  973. casadi/include/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +262 -0
  974. casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
  975. casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
  976. casadi/include/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +149 -0
  977. casadi/include/include/eigen3/signature_of_eigen3_matrix_library +1 -0
  978. casadi/include/include/eigen3/unsupported/Eigen/AdolcForward +159 -0
  979. casadi/include/include/eigen3/unsupported/Eigen/AlignedVector3 +234 -0
  980. casadi/include/include/eigen3/unsupported/Eigen/ArpackSupport +30 -0
  981. casadi/include/include/eigen3/unsupported/Eigen/AutoDiff +46 -0
  982. casadi/include/include/eigen3/unsupported/Eigen/BVH +95 -0
  983. casadi/include/include/eigen3/unsupported/Eigen/CXX11/Tensor +137 -0
  984. casadi/include/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +42 -0
  985. casadi/include/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +74 -0
  986. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +554 -0
  987. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +329 -0
  988. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +247 -0
  989. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +1176 -0
  990. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +1559 -0
  991. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +1093 -0
  992. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +518 -0
  993. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +377 -0
  994. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +1023 -0
  995. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +73 -0
  996. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +6 -0
  997. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +1413 -0
  998. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +575 -0
  999. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +1650 -0
  1000. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +1679 -0
  1001. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +456 -0
  1002. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +1132 -0
  1003. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +544 -0
  1004. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +214 -0
  1005. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +347 -0
  1006. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +137 -0
  1007. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +6 -0
  1008. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +104 -0
  1009. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +389 -0
  1010. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +1048 -0
  1011. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +409 -0
  1012. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +236 -0
  1013. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +490 -0
  1014. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +236 -0
  1015. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +983 -0
  1016. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +703 -0
  1017. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +388 -0
  1018. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +669 -0
  1019. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +379 -0
  1020. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +237 -0
  1021. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +191 -0
  1022. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +488 -0
  1023. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +302 -0
  1024. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +33 -0
  1025. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +99 -0
  1026. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +44 -0
  1027. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +79 -0
  1028. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +603 -0
  1029. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +738 -0
  1030. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +247 -0
  1031. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +82 -0
  1032. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +263 -0
  1033. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +216 -0
  1034. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +98 -0
  1035. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +327 -0
  1036. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +311 -0
  1037. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +1102 -0
  1038. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +708 -0
  1039. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +291 -0
  1040. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +322 -0
  1041. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +998 -0
  1042. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +6 -0
  1043. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +966 -0
  1044. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +582 -0
  1045. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +454 -0
  1046. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +465 -0
  1047. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +528 -0
  1048. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +513 -0
  1049. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +471 -0
  1050. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +161 -0
  1051. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +346 -0
  1052. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +303 -0
  1053. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +264 -0
  1054. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +249 -0
  1055. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +629 -0
  1056. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +293 -0
  1057. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +236 -0
  1058. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +338 -0
  1059. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +669 -0
  1060. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +67 -0
  1061. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +249 -0
  1062. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +486 -0
  1063. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +236 -0
  1064. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +23 -0
  1065. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +40 -0
  1066. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +301 -0
  1067. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +48 -0
  1068. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +20 -0
  1069. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +537 -0
  1070. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +88 -0
  1071. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +261 -0
  1072. casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +158 -0
  1073. casadi/include/include/eigen3/unsupported/Eigen/EulerAngles +43 -0
  1074. casadi/include/include/eigen3/unsupported/Eigen/FFT +419 -0
  1075. casadi/include/include/eigen3/unsupported/Eigen/IterativeSolvers +51 -0
  1076. casadi/include/include/eigen3/unsupported/Eigen/KroneckerProduct +36 -0
  1077. casadi/include/include/eigen3/unsupported/Eigen/LevenbergMarquardt +49 -0
  1078. casadi/include/include/eigen3/unsupported/Eigen/MPRealSupport +213 -0
  1079. casadi/include/include/eigen3/unsupported/Eigen/MatrixFunctions +504 -0
  1080. casadi/include/include/eigen3/unsupported/Eigen/MoreVectorization +24 -0
  1081. casadi/include/include/eigen3/unsupported/Eigen/NonLinearOptimization +140 -0
  1082. casadi/include/include/eigen3/unsupported/Eigen/NumericalDiff +56 -0
  1083. casadi/include/include/eigen3/unsupported/Eigen/OpenGLSupport +322 -0
  1084. casadi/include/include/eigen3/unsupported/Eigen/Polynomials +137 -0
  1085. casadi/include/include/eigen3/unsupported/Eigen/Skyline +39 -0
  1086. casadi/include/include/eigen3/unsupported/Eigen/SparseExtra +54 -0
  1087. casadi/include/include/eigen3/unsupported/Eigen/SpecialFunctions +103 -0
  1088. casadi/include/include/eigen3/unsupported/Eigen/Splines +35 -0
  1089. casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +108 -0
  1090. casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +730 -0
  1091. casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +220 -0
  1092. casadi/include/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +293 -0
  1093. casadi/include/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +223 -0
  1094. casadi/include/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +790 -0
  1095. casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +355 -0
  1096. casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +305 -0
  1097. casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +261 -0
  1098. casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +449 -0
  1099. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +187 -0
  1100. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +511 -0
  1101. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +335 -0
  1102. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +436 -0
  1103. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +90 -0
  1104. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +154 -0
  1105. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +267 -0
  1106. casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +193 -0
  1107. casadi/include/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +305 -0
  1108. casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +84 -0
  1109. casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +202 -0
  1110. casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +160 -0
  1111. casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +188 -0
  1112. casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +396 -0
  1113. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +441 -0
  1114. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +569 -0
  1115. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +373 -0
  1116. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +705 -0
  1117. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +368 -0
  1118. casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +117 -0
  1119. casadi/include/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +95 -0
  1120. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +601 -0
  1121. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +657 -0
  1122. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +66 -0
  1123. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +70 -0
  1124. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +107 -0
  1125. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +79 -0
  1126. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +298 -0
  1127. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +91 -0
  1128. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +30 -0
  1129. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +99 -0
  1130. casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +49 -0
  1131. casadi/include/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +130 -0
  1132. casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +280 -0
  1133. casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +428 -0
  1134. casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +143 -0
  1135. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +352 -0
  1136. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +862 -0
  1137. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +212 -0
  1138. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +295 -0
  1139. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +259 -0
  1140. casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +89 -0
  1141. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +122 -0
  1142. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +1079 -0
  1143. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +404 -0
  1144. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +282 -0
  1145. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +247 -0
  1146. casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +349 -0
  1147. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +286 -0
  1148. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +68 -0
  1149. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +357 -0
  1150. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +66 -0
  1151. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +1959 -0
  1152. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +118 -0
  1153. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +67 -0
  1154. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +167 -0
  1155. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +58 -0
  1156. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +330 -0
  1157. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +58 -0
  1158. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +2045 -0
  1159. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +79 -0
  1160. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +46 -0
  1161. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +16 -0
  1162. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +46 -0
  1163. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +16 -0
  1164. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +369 -0
  1165. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +54 -0
  1166. casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +34 -0
  1167. casadi/include/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +507 -0
  1168. casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +431 -0
  1169. casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +93 -0
  1170. casadi/include/include/highs/HConfig.h +20 -0
  1171. casadi/include/include/highs/Highs.h +1459 -0
  1172. casadi/include/include/highs/filereaderlp/builder.hpp +25 -0
  1173. casadi/include/include/highs/filereaderlp/model.hpp +68 -0
  1174. casadi/include/include/highs/filereaderlp/reader.hpp +10 -0
  1175. casadi/include/include/highs/fortran/highs_fortran_api.mod +0 -0
  1176. casadi/include/include/highs/interfaces/highs_c_api.h +2107 -0
  1177. casadi/include/include/highs/io/Filereader.h +47 -0
  1178. casadi/include/include/highs/io/FilereaderEms.h +33 -0
  1179. casadi/include/include/highs/io/FilereaderLp.h +54 -0
  1180. casadi/include/include/highs/io/FilereaderMps.h +30 -0
  1181. casadi/include/include/highs/io/HMPSIO.h +81 -0
  1182. casadi/include/include/highs/io/HMpsFF.h +233 -0
  1183. casadi/include/include/highs/io/HighsIO.h +99 -0
  1184. casadi/include/include/highs/io/LoadOptions.h +27 -0
  1185. casadi/include/include/highs/ipm/IpxWrapper.h +73 -0
  1186. casadi/include/include/highs/lp_data/HConst.h +295 -0
  1187. casadi/include/include/highs/lp_data/HStruct.h +124 -0
  1188. casadi/include/include/highs/lp_data/HighsAnalysis.h +26 -0
  1189. casadi/include/include/highs/lp_data/HighsCallback.h +33 -0
  1190. casadi/include/include/highs/lp_data/HighsCallbackStruct.h +36 -0
  1191. casadi/include/include/highs/lp_data/HighsDebug.h +37 -0
  1192. casadi/include/include/highs/lp_data/HighsInfo.h +304 -0
  1193. casadi/include/include/highs/lp_data/HighsInfoDebug.h +30 -0
  1194. casadi/include/include/highs/lp_data/HighsLp.h +85 -0
  1195. casadi/include/include/highs/lp_data/HighsLpSolverObject.h +48 -0
  1196. casadi/include/include/highs/lp_data/HighsLpUtils.h +266 -0
  1197. casadi/include/include/highs/lp_data/HighsModelUtils.h +109 -0
  1198. casadi/include/include/highs/lp_data/HighsOptions.h +1130 -0
  1199. casadi/include/include/highs/lp_data/HighsRanging.h +46 -0
  1200. casadi/include/include/highs/lp_data/HighsRuntimeOptions.h +276 -0
  1201. casadi/include/include/highs/lp_data/HighsSolution.h +137 -0
  1202. casadi/include/include/highs/lp_data/HighsSolutionDebug.h +90 -0
  1203. casadi/include/include/highs/lp_data/HighsSolve.h +24 -0
  1204. casadi/include/include/highs/lp_data/HighsStatus.h +32 -0
  1205. casadi/include/include/highs/mip/HighsCliqueTable.h +318 -0
  1206. casadi/include/include/highs/mip/HighsConflictPool.h +112 -0
  1207. casadi/include/include/highs/mip/HighsCutGeneration.h +96 -0
  1208. casadi/include/include/highs/mip/HighsCutPool.h +171 -0
  1209. casadi/include/include/highs/mip/HighsDebugSol.h +142 -0
  1210. casadi/include/include/highs/mip/HighsDomain.h +633 -0
  1211. casadi/include/include/highs/mip/HighsDomainChange.h +51 -0
  1212. casadi/include/include/highs/mip/HighsDynamicRowMatrix.h +105 -0
  1213. casadi/include/include/highs/mip/HighsGFkSolve.h +441 -0
  1214. casadi/include/include/highs/mip/HighsImplications.h +146 -0
  1215. casadi/include/include/highs/mip/HighsLpAggregator.h +53 -0
  1216. casadi/include/include/highs/mip/HighsLpRelaxation.h +355 -0
  1217. casadi/include/include/highs/mip/HighsMipSolver.h +103 -0
  1218. casadi/include/include/highs/mip/HighsMipSolverData.h +193 -0
  1219. casadi/include/include/highs/mip/HighsModkSeparator.h +63 -0
  1220. casadi/include/include/highs/mip/HighsNodeQueue.h +312 -0
  1221. casadi/include/include/highs/mip/HighsObjectiveFunction.h +74 -0
  1222. casadi/include/include/highs/mip/HighsPathSeparator.h +42 -0
  1223. casadi/include/include/highs/mip/HighsPrimalHeuristics.h +68 -0
  1224. casadi/include/include/highs/mip/HighsPseudocost.h +351 -0
  1225. casadi/include/include/highs/mip/HighsRedcostFixing.h +45 -0
  1226. casadi/include/include/highs/mip/HighsSearch.h +243 -0
  1227. casadi/include/include/highs/mip/HighsSeparation.h +44 -0
  1228. casadi/include/include/highs/mip/HighsSeparator.h +56 -0
  1229. casadi/include/include/highs/mip/HighsTableauSeparator.h +37 -0
  1230. casadi/include/include/highs/mip/HighsTransformedLp.h +66 -0
  1231. casadi/include/include/highs/model/HighsHessian.h +49 -0
  1232. casadi/include/include/highs/model/HighsHessianUtils.h +47 -0
  1233. casadi/include/include/highs/model/HighsModel.h +43 -0
  1234. casadi/include/include/highs/parallel/HighsBinarySemaphore.h +113 -0
  1235. casadi/include/include/highs/parallel/HighsCacheAlign.h +87 -0
  1236. casadi/include/include/highs/parallel/HighsCombinable.h +121 -0
  1237. casadi/include/include/highs/parallel/HighsMutex.h +128 -0
  1238. casadi/include/include/highs/parallel/HighsParallel.h +128 -0
  1239. casadi/include/include/highs/parallel/HighsRaceTimer.h +43 -0
  1240. casadi/include/include/highs/parallel/HighsSchedulerConstants.h +24 -0
  1241. casadi/include/include/highs/parallel/HighsSpinMutex.h +53 -0
  1242. casadi/include/include/highs/parallel/HighsSplitDeque.h +583 -0
  1243. casadi/include/include/highs/parallel/HighsTask.h +176 -0
  1244. casadi/include/include/highs/parallel/HighsTaskExecutor.h +209 -0
  1245. casadi/include/include/highs/presolve/HPresolve.h +352 -0
  1246. casadi/include/include/highs/presolve/HPresolveAnalysis.h +54 -0
  1247. casadi/include/include/highs/presolve/HighsPostsolveStack.h +883 -0
  1248. casadi/include/include/highs/presolve/HighsSymmetry.h +283 -0
  1249. casadi/include/include/highs/presolve/ICrash.h +121 -0
  1250. casadi/include/include/highs/presolve/ICrashUtil.h +65 -0
  1251. casadi/include/include/highs/presolve/ICrashX.h +26 -0
  1252. casadi/include/include/highs/presolve/PresolveComponent.h +93 -0
  1253. casadi/include/include/highs/qpsolver/a_asm.hpp +56 -0
  1254. casadi/include/include/highs/qpsolver/a_quass.hpp +12 -0
  1255. casadi/include/include/highs/qpsolver/perturbation.hpp +8 -0
  1256. casadi/include/include/highs/qpsolver/quass.hpp +20 -0
  1257. casadi/include/include/highs/qpsolver/scaling.hpp +8 -0
  1258. casadi/include/include/highs/qpsolver/vector.hpp +235 -0
  1259. casadi/include/include/highs/simplex/HApp.h +422 -0
  1260. casadi/include/include/highs/simplex/HEkk.h +369 -0
  1261. casadi/include/include/highs/simplex/HEkkDual.h +515 -0
  1262. casadi/include/include/highs/simplex/HEkkDualRHS.h +138 -0
  1263. casadi/include/include/highs/simplex/HEkkDualRow.h +204 -0
  1264. casadi/include/include/highs/simplex/HEkkPrimal.h +190 -0
  1265. casadi/include/include/highs/simplex/HSimplex.h +47 -0
  1266. casadi/include/include/highs/simplex/HSimplexDebug.h +51 -0
  1267. casadi/include/include/highs/simplex/HSimplexNla.h +184 -0
  1268. casadi/include/include/highs/simplex/HSimplexReport.h +24 -0
  1269. casadi/include/include/highs/simplex/HighsSimplexAnalysis.h +375 -0
  1270. casadi/include/include/highs/simplex/SimplexConst.h +274 -0
  1271. casadi/include/include/highs/simplex/SimplexStruct.h +264 -0
  1272. casadi/include/include/highs/simplex/SimplexTimer.h +427 -0
  1273. casadi/include/include/highs/test/DevKkt.h +146 -0
  1274. casadi/include/include/highs/test/KktCh2.h +82 -0
  1275. casadi/include/include/highs/util/FactorTimer.h +224 -0
  1276. casadi/include/include/highs/util/HFactor.h +558 -0
  1277. casadi/include/include/highs/util/HFactorConst.h +84 -0
  1278. casadi/include/include/highs/util/HFactorDebug.h +58 -0
  1279. casadi/include/include/highs/util/HSet.h +92 -0
  1280. casadi/include/include/highs/util/HVector.h +25 -0
  1281. casadi/include/include/highs/util/HVectorBase.h +105 -0
  1282. casadi/include/include/highs/util/HighsCDouble.h +310 -0
  1283. casadi/include/include/highs/util/HighsComponent.h +56 -0
  1284. casadi/include/include/highs/util/HighsDataStack.h +86 -0
  1285. casadi/include/include/highs/util/HighsDisjointSets.h +110 -0
  1286. casadi/include/include/highs/util/HighsHash.h +1270 -0
  1287. casadi/include/include/highs/util/HighsHashTree.h +1443 -0
  1288. casadi/include/include/highs/util/HighsInt.h +39 -0
  1289. casadi/include/include/highs/util/HighsIntegers.h +216 -0
  1290. casadi/include/include/highs/util/HighsLinearSumBounds.h +160 -0
  1291. casadi/include/include/highs/util/HighsMatrixPic.h +40 -0
  1292. casadi/include/include/highs/util/HighsMatrixSlice.h +561 -0
  1293. casadi/include/include/highs/util/HighsMatrixUtils.h +57 -0
  1294. casadi/include/include/highs/util/HighsRandom.h +233 -0
  1295. casadi/include/include/highs/util/HighsRbTree.h +455 -0
  1296. casadi/include/include/highs/util/HighsSort.h +134 -0
  1297. casadi/include/include/highs/util/HighsSparseMatrix.h +144 -0
  1298. casadi/include/include/highs/util/HighsSparseVectorSum.h +98 -0
  1299. casadi/include/include/highs/util/HighsSplay.h +138 -0
  1300. casadi/include/include/highs/util/HighsTimer.h +334 -0
  1301. casadi/include/include/highs/util/HighsUtils.h +203 -0
  1302. casadi/include/include/highs/util/stringutil.h +39 -0
  1303. casadi/include/include/highs_export.h +42 -0
  1304. casadi/include/include/openblas/cblas.h +411 -0
  1305. casadi/include/include/openblas/f77blas.h +796 -0
  1306. casadi/include/include/openblas/lapack.h +22997 -0
  1307. casadi/include/include/openblas/lapacke.h +12665 -0
  1308. casadi/include/include/openblas/lapacke_config.h +119 -0
  1309. casadi/include/include/openblas/lapacke_example_aux.h +9 -0
  1310. casadi/include/include/openblas/lapacke_mangling.h +17 -0
  1311. casadi/include/include/openblas/lapacke_utils.h +582 -0
  1312. casadi/include/include/openblas/openblas/lapacke_mangling.h +17 -0
  1313. casadi/include/include/openblas/openblas_config.h +139 -0
  1314. casadi/include/include/osqp/auxil.h +181 -0
  1315. casadi/include/include/osqp/constants.h +129 -0
  1316. casadi/include/include/osqp/cs.h +180 -0
  1317. casadi/include/include/osqp/ctrlc.h +56 -0
  1318. casadi/include/include/osqp/error.h +38 -0
  1319. casadi/include/include/osqp/glob_opts.h +167 -0
  1320. casadi/include/include/osqp/lin_alg.h +216 -0
  1321. casadi/include/include/osqp/lin_sys.h +54 -0
  1322. casadi/include/include/osqp/osqp.h +430 -0
  1323. casadi/include/include/osqp/osqp_configure.h +49 -0
  1324. casadi/include/include/osqp/polish.h +25 -0
  1325. casadi/include/include/osqp/proj.h +37 -0
  1326. casadi/include/include/osqp/scaling.h +44 -0
  1327. casadi/include/include/osqp/types.h +326 -0
  1328. casadi/include/include/osqp/util.h +222 -0
  1329. casadi/include/include/proxsuite/config.hpp +68 -0
  1330. casadi/include/include/proxsuite/deprecated.hpp +56 -0
  1331. casadi/include/include/proxsuite/fwd.hpp +52 -0
  1332. casadi/include/include/proxsuite/helpers/common.hpp +70 -0
  1333. casadi/include/include/proxsuite/helpers/instruction-set.hpp +275 -0
  1334. casadi/include/include/proxsuite/helpers/optional.hpp +46 -0
  1335. casadi/include/include/proxsuite/helpers/tl-optional.hpp +2472 -0
  1336. casadi/include/include/proxsuite/helpers/version.hpp +39 -0
  1337. casadi/include/include/proxsuite/linalg/dense/core.hpp +863 -0
  1338. casadi/include/include/proxsuite/linalg/dense/factorize.hpp +375 -0
  1339. casadi/include/include/proxsuite/linalg/dense/ldlt.hpp +817 -0
  1340. casadi/include/include/proxsuite/linalg/dense/modify.hpp +333 -0
  1341. casadi/include/include/proxsuite/linalg/dense/solve.hpp +38 -0
  1342. casadi/include/include/proxsuite/linalg/dense/update.hpp +330 -0
  1343. casadi/include/include/proxsuite/linalg/sparse/core.hpp +531 -0
  1344. casadi/include/include/proxsuite/linalg/sparse/factorize.hpp +1303 -0
  1345. casadi/include/include/proxsuite/linalg/sparse/rowmod.hpp +443 -0
  1346. casadi/include/include/proxsuite/linalg/sparse/update.hpp +348 -0
  1347. casadi/include/include/proxsuite/linalg/veg/internal/assert_impl.hpp +20 -0
  1348. casadi/include/include/proxsuite/linalg/veg/internal/collection_algo.hpp +93 -0
  1349. casadi/include/include/proxsuite/linalg/veg/internal/dbg.hpp +15 -0
  1350. casadi/include/include/proxsuite/linalg/veg/internal/delete_special_members.hpp +77 -0
  1351. casadi/include/include/proxsuite/linalg/veg/internal/dyn_index.hpp +292 -0
  1352. casadi/include/include/proxsuite/linalg/veg/internal/epilogue.hpp +31 -0
  1353. casadi/include/include/proxsuite/linalg/veg/internal/external/hedley.ext.hpp +2074 -0
  1354. casadi/include/include/proxsuite/linalg/veg/internal/external/unhedley.ext.hpp +148 -0
  1355. casadi/include/include/proxsuite/linalg/veg/internal/fix_index.hpp +339 -0
  1356. casadi/include/include/proxsuite/linalg/veg/internal/has_asan.hpp +17 -0
  1357. casadi/include/include/proxsuite/linalg/veg/internal/integer_seq.hpp +248 -0
  1358. casadi/include/include/proxsuite/linalg/veg/internal/macros.hpp +1312 -0
  1359. casadi/include/include/proxsuite/linalg/veg/internal/narrow.hpp +46 -0
  1360. casadi/include/include/proxsuite/linalg/veg/internal/preprocessor.hpp +434 -0
  1361. casadi/include/include/proxsuite/linalg/veg/internal/prologue.hpp +157 -0
  1362. casadi/include/include/proxsuite/linalg/veg/internal/std.hpp +13 -0
  1363. casadi/include/include/proxsuite/linalg/veg/internal/terminate.hpp +22 -0
  1364. casadi/include/include/proxsuite/linalg/veg/internal/typedefs.hpp +58 -0
  1365. casadi/include/include/proxsuite/linalg/veg/memory/address.hpp +97 -0
  1366. casadi/include/include/proxsuite/linalg/veg/memory/alloc.hpp +352 -0
  1367. casadi/include/include/proxsuite/linalg/veg/memory/dynamic_stack.hpp +504 -0
  1368. casadi/include/include/proxsuite/linalg/veg/memory/placement.hpp +202 -0
  1369. casadi/include/include/proxsuite/linalg/veg/memory/stack_alloc.hpp +239 -0
  1370. casadi/include/include/proxsuite/linalg/veg/ref.hpp +148 -0
  1371. casadi/include/include/proxsuite/linalg/veg/slice.hpp +240 -0
  1372. casadi/include/include/proxsuite/linalg/veg/tuple.hpp +876 -0
  1373. casadi/include/include/proxsuite/linalg/veg/type_traits/alloc.hpp +169 -0
  1374. casadi/include/include/proxsuite/linalg/veg/type_traits/assignable.hpp +53 -0
  1375. casadi/include/include/proxsuite/linalg/veg/type_traits/constructible.hpp +217 -0
  1376. casadi/include/include/proxsuite/linalg/veg/type_traits/core.hpp +298 -0
  1377. casadi/include/include/proxsuite/linalg/veg/type_traits/invocable.hpp +47 -0
  1378. casadi/include/include/proxsuite/linalg/veg/type_traits/primitives.hpp +43 -0
  1379. casadi/include/include/proxsuite/linalg/veg/type_traits/tags.hpp +47 -0
  1380. casadi/include/include/proxsuite/linalg/veg/util/assert.hpp +48 -0
  1381. casadi/include/include/proxsuite/linalg/veg/util/dbg.hpp +6 -0
  1382. casadi/include/include/proxsuite/linalg/veg/util/defer.hpp +57 -0
  1383. casadi/include/include/proxsuite/linalg/veg/util/dynstack_alloc.hpp +19 -0
  1384. casadi/include/include/proxsuite/linalg/veg/util/get.hpp +153 -0
  1385. casadi/include/include/proxsuite/linalg/veg/util/index.hpp +6 -0
  1386. casadi/include/include/proxsuite/linalg/veg/util/unreachable.hpp +41 -0
  1387. casadi/include/include/proxsuite/linalg/veg/vec.hpp +1034 -0
  1388. casadi/include/include/proxsuite/proxqp/dense/dense.hpp +10 -0
  1389. casadi/include/include/proxsuite/proxqp/dense/fwd.hpp +55 -0
  1390. casadi/include/include/proxsuite/proxqp/dense/helpers.hpp +520 -0
  1391. casadi/include/include/proxsuite/proxqp/dense/linesearch.hpp +517 -0
  1392. casadi/include/include/proxsuite/proxqp/dense/model.hpp +147 -0
  1393. casadi/include/include/proxsuite/proxqp/dense/preconditioner/identity.hpp +113 -0
  1394. casadi/include/include/proxsuite/proxqp/dense/preconditioner/ruiz.hpp +571 -0
  1395. casadi/include/include/proxsuite/proxqp/dense/solver.hpp +1330 -0
  1396. casadi/include/include/proxsuite/proxqp/dense/utils.hpp +415 -0
  1397. casadi/include/include/proxsuite/proxqp/dense/views.hpp +1466 -0
  1398. casadi/include/include/proxsuite/proxqp/dense/workspace.hpp +264 -0
  1399. casadi/include/include/proxsuite/proxqp/dense/wrapper.hpp +491 -0
  1400. casadi/include/include/proxsuite/proxqp/results.hpp +212 -0
  1401. casadi/include/include/proxsuite/proxqp/settings.hpp +302 -0
  1402. casadi/include/include/proxsuite/proxqp/sparse/fwd.hpp +58 -0
  1403. casadi/include/include/proxsuite/proxqp/sparse/helpers.hpp +309 -0
  1404. casadi/include/include/proxsuite/proxqp/sparse/model.hpp +228 -0
  1405. casadi/include/include/proxsuite/proxqp/sparse/preconditioner/identity.hpp +64 -0
  1406. casadi/include/include/proxsuite/proxqp/sparse/preconditioner/ruiz.hpp +569 -0
  1407. casadi/include/include/proxsuite/proxqp/sparse/solver.hpp +1441 -0
  1408. casadi/include/include/proxsuite/proxqp/sparse/sparse.hpp +10 -0
  1409. casadi/include/include/proxsuite/proxqp/sparse/utils.hpp +815 -0
  1410. casadi/include/include/proxsuite/proxqp/sparse/views.hpp +63 -0
  1411. casadi/include/include/proxsuite/proxqp/sparse/workspace.hpp +790 -0
  1412. casadi/include/include/proxsuite/proxqp/sparse/wrapper.hpp +772 -0
  1413. casadi/include/include/proxsuite/proxqp/status.hpp +46 -0
  1414. casadi/include/include/proxsuite/proxqp/timings.hpp +101 -0
  1415. casadi/include/include/proxsuite/proxqp/utils/prints.hpp +47 -0
  1416. casadi/include/include/proxsuite/proxqp/utils/random_qp_problems.hpp +669 -0
  1417. casadi/include/include/proxsuite/serialization/archive.hpp +231 -0
  1418. casadi/include/include/proxsuite/serialization/eigen.hpp +107 -0
  1419. casadi/include/include/proxsuite/serialization/model.hpp +34 -0
  1420. casadi/include/include/proxsuite/serialization/results.hpp +74 -0
  1421. casadi/include/include/proxsuite/serialization/settings.hpp +60 -0
  1422. casadi/include/include/proxsuite/serialization/wrapper.hpp +24 -0
  1423. casadi/include/include/proxsuite/warning.hpp +35 -0
  1424. casadi/include/include/qdldl/qdldl.h +169 -0
  1425. casadi/include/include/qdldl/qdldl_types.h +23 -0
  1426. casadi/include/include/s_blas.h +78 -0
  1427. casadi/include/include/s_blas_64.h +73 -0
  1428. casadi/include/include/simde/arm/neon/aba.h +208 -0
  1429. casadi/include/include/simde/arm/neon/abd.h +384 -0
  1430. casadi/include/include/simde/arm/neon/abdl.h +147 -0
  1431. casadi/include/include/simde/arm/neon/abs.h +408 -0
  1432. casadi/include/include/simde/arm/neon/add.h +681 -0
  1433. casadi/include/include/simde/arm/neon/addl.h +127 -0
  1434. casadi/include/include/simde/arm/neon/addl_high.h +127 -0
  1435. casadi/include/include/simde/arm/neon/addlv.h +317 -0
  1436. casadi/include/include/simde/arm/neon/addv.h +447 -0
  1437. casadi/include/include/simde/arm/neon/addw.h +222 -0
  1438. casadi/include/include/simde/arm/neon/addw_high.h +193 -0
  1439. casadi/include/include/simde/arm/neon/and.h +552 -0
  1440. casadi/include/include/simde/arm/neon/bic.h +472 -0
  1441. casadi/include/include/simde/arm/neon/bsl.h +448 -0
  1442. casadi/include/include/simde/arm/neon/cagt.h +168 -0
  1443. casadi/include/include/simde/arm/neon/ceq.h +711 -0
  1444. casadi/include/include/simde/arm/neon/ceqz.h +335 -0
  1445. casadi/include/include/simde/arm/neon/cge.h +677 -0
  1446. casadi/include/include/simde/arm/neon/cgez.h +378 -0
  1447. casadi/include/include/simde/arm/neon/cgt.h +686 -0
  1448. casadi/include/include/simde/arm/neon/cgtz.h +380 -0
  1449. casadi/include/include/simde/arm/neon/cle.h +677 -0
  1450. casadi/include/include/simde/arm/neon/clez.h +378 -0
  1451. casadi/include/include/simde/arm/neon/cls.h +148 -0
  1452. casadi/include/include/simde/arm/neon/clt.h +679 -0
  1453. casadi/include/include/simde/arm/neon/cltz.h +263 -0
  1454. casadi/include/include/simde/arm/neon/clz.h +423 -0
  1455. casadi/include/include/simde/arm/neon/cnt.h +145 -0
  1456. casadi/include/include/simde/arm/neon/combine.h +343 -0
  1457. casadi/include/include/simde/arm/neon/create.h +186 -0
  1458. casadi/include/include/simde/arm/neon/cvt.h +492 -0
  1459. casadi/include/include/simde/arm/neon/dot.h +171 -0
  1460. casadi/include/include/simde/arm/neon/dot_lane.h +196 -0
  1461. casadi/include/include/simde/arm/neon/dup_lane.h +702 -0
  1462. casadi/include/include/simde/arm/neon/dup_n.h +534 -0
  1463. casadi/include/include/simde/arm/neon/eor.h +552 -0
  1464. casadi/include/include/simde/arm/neon/ext.h +887 -0
  1465. casadi/include/include/simde/arm/neon/get_high.h +260 -0
  1466. casadi/include/include/simde/arm/neon/get_lane.h +499 -0
  1467. casadi/include/include/simde/arm/neon/get_low.h +276 -0
  1468. casadi/include/include/simde/arm/neon/hadd.h +287 -0
  1469. casadi/include/include/simde/arm/neon/hsub.h +287 -0
  1470. casadi/include/include/simde/arm/neon/ld1.h +399 -0
  1471. casadi/include/include/simde/arm/neon/ld3.h +609 -0
  1472. casadi/include/include/simde/arm/neon/ld4.h +448 -0
  1473. casadi/include/include/simde/arm/neon/max.h +614 -0
  1474. casadi/include/include/simde/arm/neon/maxnm.h +215 -0
  1475. casadi/include/include/simde/arm/neon/maxv.h +400 -0
  1476. casadi/include/include/simde/arm/neon/min.h +660 -0
  1477. casadi/include/include/simde/arm/neon/minnm.h +215 -0
  1478. casadi/include/include/simde/arm/neon/minv.h +424 -0
  1479. casadi/include/include/simde/arm/neon/mla.h +530 -0
  1480. casadi/include/include/simde/arm/neon/mla_n.h +333 -0
  1481. casadi/include/include/simde/arm/neon/mlal.h +156 -0
  1482. casadi/include/include/simde/arm/neon/mlal_high.h +156 -0
  1483. casadi/include/include/simde/arm/neon/mlal_n.h +128 -0
  1484. casadi/include/include/simde/arm/neon/mls.h +264 -0
  1485. casadi/include/include/simde/arm/neon/mlsl.h +124 -0
  1486. casadi/include/include/simde/arm/neon/mlsl_high.h +124 -0
  1487. casadi/include/include/simde/arm/neon/mlsl_n.h +96 -0
  1488. casadi/include/include/simde/arm/neon/movl.h +208 -0
  1489. casadi/include/include/simde/arm/neon/movl_high.h +126 -0
  1490. casadi/include/include/simde/arm/neon/movn.h +195 -0
  1491. casadi/include/include/simde/arm/neon/movn_high.h +125 -0
  1492. casadi/include/include/simde/arm/neon/mul.h +594 -0
  1493. casadi/include/include/simde/arm/neon/mul_lane.h +472 -0
  1494. casadi/include/include/simde/arm/neon/mul_n.h +383 -0
  1495. casadi/include/include/simde/arm/neon/mull.h +236 -0
  1496. casadi/include/include/simde/arm/neon/mull_high.h +125 -0
  1497. casadi/include/include/simde/arm/neon/mull_n.h +158 -0
  1498. casadi/include/include/simde/arm/neon/mvn.h +426 -0
  1499. casadi/include/include/simde/arm/neon/neg.h +393 -0
  1500. casadi/include/include/simde/arm/neon/orn.h +505 -0
  1501. casadi/include/include/simde/arm/neon/orr.h +552 -0
  1502. casadi/include/include/simde/arm/neon/padal.h +211 -0
  1503. casadi/include/include/simde/arm/neon/padd.h +293 -0
  1504. casadi/include/include/simde/arm/neon/paddl.h +239 -0
  1505. casadi/include/include/simde/arm/neon/pmax.h +253 -0
  1506. casadi/include/include/simde/arm/neon/pmin.h +260 -0
  1507. casadi/include/include/simde/arm/neon/qabs.h +281 -0
  1508. casadi/include/include/simde/arm/neon/qadd.h +553 -0
  1509. casadi/include/include/simde/arm/neon/qdmulh.h +125 -0
  1510. casadi/include/include/simde/arm/neon/qdmull.h +125 -0
  1511. casadi/include/include/simde/arm/neon/qmovn.h +273 -0
  1512. casadi/include/include/simde/arm/neon/qmovn_high.h +127 -0
  1513. casadi/include/include/simde/arm/neon/qmovun.h +159 -0
  1514. casadi/include/include/simde/arm/neon/qneg.h +301 -0
  1515. casadi/include/include/simde/arm/neon/qrdmulh.h +165 -0
  1516. casadi/include/include/simde/arm/neon/qrdmulh_n.h +136 -0
  1517. casadi/include/include/simde/arm/neon/qshl.h +732 -0
  1518. casadi/include/include/simde/arm/neon/qsub.h +549 -0
  1519. casadi/include/include/simde/arm/neon/qtbl.h +455 -0
  1520. casadi/include/include/simde/arm/neon/qtbx.h +470 -0
  1521. casadi/include/include/simde/arm/neon/rbit.h +165 -0
  1522. casadi/include/include/simde/arm/neon/reinterpret.h +3101 -0
  1523. casadi/include/include/simde/arm/neon/rev16.h +137 -0
  1524. casadi/include/include/simde/arm/neon/rev32.h +235 -0
  1525. casadi/include/include/simde/arm/neon/rev64.h +358 -0
  1526. casadi/include/include/simde/arm/neon/rhadd.h +406 -0
  1527. casadi/include/include/simde/arm/neon/rnd.h +143 -0
  1528. casadi/include/include/simde/arm/neon/rndi.h +135 -0
  1529. casadi/include/include/simde/arm/neon/rndm.h +143 -0
  1530. casadi/include/include/simde/arm/neon/rndn.h +135 -0
  1531. casadi/include/include/simde/arm/neon/rndp.h +143 -0
  1532. casadi/include/include/simde/arm/neon/rshl.h +903 -0
  1533. casadi/include/include/simde/arm/neon/rshr_n.h +471 -0
  1534. casadi/include/include/simde/arm/neon/rsra_n.h +209 -0
  1535. casadi/include/include/simde/arm/neon/set_lane.h +422 -0
  1536. casadi/include/include/simde/arm/neon/shl.h +805 -0
  1537. casadi/include/include/simde/arm/neon/shl_n.h +560 -0
  1538. casadi/include/include/simde/arm/neon/shr_n.h +612 -0
  1539. casadi/include/include/simde/arm/neon/sra_n.h +202 -0
  1540. casadi/include/include/simde/arm/neon/st1.h +353 -0
  1541. casadi/include/include/simde/arm/neon/st1_lane.h +363 -0
  1542. casadi/include/include/simde/arm/neon/st3.h +426 -0
  1543. casadi/include/include/simde/arm/neon/st4.h +445 -0
  1544. casadi/include/include/simde/arm/neon/sub.h +659 -0
  1545. casadi/include/include/simde/arm/neon/subl.h +127 -0
  1546. casadi/include/include/simde/arm/neon/subw.h +221 -0
  1547. casadi/include/include/simde/arm/neon/subw_high.h +222 -0
  1548. casadi/include/include/simde/arm/neon/tbl.h +224 -0
  1549. casadi/include/include/simde/arm/neon/tbx.h +247 -0
  1550. casadi/include/include/simde/arm/neon/trn.h +252 -0
  1551. casadi/include/include/simde/arm/neon/trn1.h +500 -0
  1552. casadi/include/include/simde/arm/neon/trn2.h +499 -0
  1553. casadi/include/include/simde/arm/neon/tst.h +540 -0
  1554. casadi/include/include/simde/arm/neon/types.h +683 -0
  1555. casadi/include/include/simde/arm/neon/uqadd.h +325 -0
  1556. casadi/include/include/simde/arm/neon/uzp.h +252 -0
  1557. casadi/include/include/simde/arm/neon/uzp1.h +643 -0
  1558. casadi/include/include/simde/arm/neon/uzp2.h +647 -0
  1559. casadi/include/include/simde/arm/neon/zip.h +252 -0
  1560. casadi/include/include/simde/arm/neon/zip1.h +625 -0
  1561. casadi/include/include/simde/arm/neon/zip2.h +625 -0
  1562. casadi/include/include/simde/arm/neon.h +166 -0
  1563. casadi/include/include/simde/check.h +276 -0
  1564. casadi/include/include/simde/debug-trap.h +85 -0
  1565. casadi/include/include/simde/hedley.h +1971 -0
  1566. casadi/include/include/simde/simde-align.h +449 -0
  1567. casadi/include/include/simde/simde-arch.h +532 -0
  1568. casadi/include/include/simde/simde-common.h +890 -0
  1569. casadi/include/include/simde/simde-complex.h +148 -0
  1570. casadi/include/include/simde/simde-constify.h +397 -0
  1571. casadi/include/include/simde/simde-detect-clang.h +109 -0
  1572. casadi/include/include/simde/simde-diagnostic.h +428 -0
  1573. casadi/include/include/simde/simde-features.h +522 -0
  1574. casadi/include/include/simde/simde-math.h +1805 -0
  1575. casadi/include/include/simde/x86/avx.h +6193 -0
  1576. casadi/include/include/simde/x86/avx2.h +5660 -0
  1577. casadi/include/include/simde/x86/avx512/2intersect.h +250 -0
  1578. casadi/include/include/simde/x86/avx512/abs.h +562 -0
  1579. casadi/include/include/simde/x86/avx512/add.h +641 -0
  1580. casadi/include/include/simde/x86/avx512/adds.h +390 -0
  1581. casadi/include/include/simde/x86/avx512/and.h +305 -0
  1582. casadi/include/include/simde/x86/avx512/andnot.h +193 -0
  1583. casadi/include/include/simde/x86/avx512/avg.h +258 -0
  1584. casadi/include/include/simde/x86/avx512/blend.h +293 -0
  1585. casadi/include/include/simde/x86/avx512/broadcast.h +897 -0
  1586. casadi/include/include/simde/x86/avx512/cast.h +324 -0
  1587. casadi/include/include/simde/x86/avx512/cmp.h +587 -0
  1588. casadi/include/include/simde/x86/avx512/cmpeq.h +179 -0
  1589. casadi/include/include/simde/x86/avx512/cmpge.h +104 -0
  1590. casadi/include/include/simde/x86/avx512/cmpgt.h +189 -0
  1591. casadi/include/include/simde/x86/avx512/cmple.h +103 -0
  1592. casadi/include/include/simde/x86/avx512/cmplt.h +123 -0
  1593. casadi/include/include/simde/x86/avx512/copysign.h +86 -0
  1594. casadi/include/include/simde/x86/avx512/cvt.h +122 -0
  1595. casadi/include/include/simde/x86/avx512/cvts.h +723 -0
  1596. casadi/include/include/simde/x86/avx512/div.h +162 -0
  1597. casadi/include/include/simde/x86/avx512/extract.h +198 -0
  1598. casadi/include/include/simde/x86/avx512/fmadd.h +136 -0
  1599. casadi/include/include/simde/x86/avx512/fmsub.h +108 -0
  1600. casadi/include/include/simde/x86/avx512/fnmadd.h +108 -0
  1601. casadi/include/include/simde/x86/avx512/fnmsub.h +108 -0
  1602. casadi/include/include/simde/x86/avx512/insert.h +193 -0
  1603. casadi/include/include/simde/x86/avx512/kshift.h +152 -0
  1604. casadi/include/include/simde/x86/avx512/load.h +67 -0
  1605. casadi/include/include/simde/x86/avx512/loadu.h +113 -0
  1606. casadi/include/include/simde/x86/avx512/lzcnt.h +209 -0
  1607. casadi/include/include/simde/x86/avx512/madd.h +155 -0
  1608. casadi/include/include/simde/x86/avx512/maddubs.h +159 -0
  1609. casadi/include/include/simde/x86/avx512/max.h +587 -0
  1610. casadi/include/include/simde/x86/avx512/min.h +587 -0
  1611. casadi/include/include/simde/x86/avx512/mov.h +859 -0
  1612. casadi/include/include/simde/x86/avx512/mov_mask.h +372 -0
  1613. casadi/include/include/simde/x86/avx512/movm.h +460 -0
  1614. casadi/include/include/simde/x86/avx512/mul.h +279 -0
  1615. casadi/include/include/simde/x86/avx512/mulhi.h +65 -0
  1616. casadi/include/include/simde/x86/avx512/mulhrs.h +65 -0
  1617. casadi/include/include/simde/x86/avx512/mullo.h +117 -0
  1618. casadi/include/include/simde/x86/avx512/negate.h +88 -0
  1619. casadi/include/include/simde/x86/avx512/or.h +252 -0
  1620. casadi/include/include/simde/x86/avx512/packs.h +122 -0
  1621. casadi/include/include/simde/x86/avx512/packus.h +122 -0
  1622. casadi/include/include/simde/x86/avx512/permutex2var.h +1645 -0
  1623. casadi/include/include/simde/x86/avx512/permutexvar.h +1180 -0
  1624. casadi/include/include/simde/x86/avx512/sad.h +77 -0
  1625. casadi/include/include/simde/x86/avx512/set.h +477 -0
  1626. casadi/include/include/simde/x86/avx512/set1.h +331 -0
  1627. casadi/include/include/simde/x86/avx512/set4.h +140 -0
  1628. casadi/include/include/simde/x86/avx512/setone.h +66 -0
  1629. casadi/include/include/simde/x86/avx512/setr.h +144 -0
  1630. casadi/include/include/simde/x86/avx512/setr4.h +140 -0
  1631. casadi/include/include/simde/x86/avx512/setzero.h +90 -0
  1632. casadi/include/include/simde/x86/avx512/shuffle.h +176 -0
  1633. casadi/include/include/simde/x86/avx512/sll.h +247 -0
  1634. casadi/include/include/simde/x86/avx512/slli.h +179 -0
  1635. casadi/include/include/simde/x86/avx512/sllv.h +68 -0
  1636. casadi/include/include/simde/x86/avx512/sqrt.h +127 -0
  1637. casadi/include/include/simde/x86/avx512/sra.h +81 -0
  1638. casadi/include/include/simde/x86/avx512/srai.h +70 -0
  1639. casadi/include/include/simde/x86/avx512/srav.h +67 -0
  1640. casadi/include/include/simde/x86/avx512/srl.h +216 -0
  1641. casadi/include/include/simde/x86/avx512/srli.h +180 -0
  1642. casadi/include/include/simde/x86/avx512/srlv.h +282 -0
  1643. casadi/include/include/simde/x86/avx512/store.h +93 -0
  1644. casadi/include/include/simde/x86/avx512/storeu.h +93 -0
  1645. casadi/include/include/simde/x86/avx512/sub.h +351 -0
  1646. casadi/include/include/simde/x86/avx512/subs.h +222 -0
  1647. casadi/include/include/simde/x86/avx512/test.h +193 -0
  1648. casadi/include/include/simde/x86/avx512/types.h +380 -0
  1649. casadi/include/include/simde/x86/avx512/unpackhi.h +380 -0
  1650. casadi/include/include/simde/x86/avx512/unpacklo.h +104 -0
  1651. casadi/include/include/simde/x86/avx512/xor.h +263 -0
  1652. casadi/include/include/simde/x86/avx512/xorsign.h +72 -0
  1653. casadi/include/include/simde/x86/avx512.h +108 -0
  1654. casadi/include/include/simde/x86/clmul.h +414 -0
  1655. casadi/include/include/simde/x86/fma.h +724 -0
  1656. casadi/include/include/simde/x86/gfni.h +802 -0
  1657. casadi/include/include/simde/x86/mmx.h +2399 -0
  1658. casadi/include/include/simde/x86/sse.h +4471 -0
  1659. casadi/include/include/simde/x86/sse2.h +7389 -0
  1660. casadi/include/include/simde/x86/sse3.h +499 -0
  1661. casadi/include/include/simde/x86/sse4.1.h +2216 -0
  1662. casadi/include/include/simde/x86/sse4.2.h +347 -0
  1663. casadi/include/include/simde/x86/ssse3.h +1032 -0
  1664. casadi/include/include/simde/x86/svml.h +12139 -0
  1665. casadi/include/include/simde/x86/xop.h +3644 -0
  1666. casadi/include/include/sleqp/defs.h +58 -0
  1667. casadi/include/include/sleqp/export.h +42 -0
  1668. casadi/include/include/sleqp/pub_cmp.h +18 -0
  1669. casadi/include/include/sleqp/pub_dyn.h +140 -0
  1670. casadi/include/include/sleqp/pub_error.h +50 -0
  1671. casadi/include/include/sleqp/pub_func.h +257 -0
  1672. casadi/include/include/sleqp/pub_hess_struct.h +105 -0
  1673. casadi/include/include/sleqp/pub_iterate.h +88 -0
  1674. casadi/include/include/sleqp/pub_log.h +88 -0
  1675. casadi/include/include/sleqp/pub_lsq.h +158 -0
  1676. casadi/include/include/sleqp/pub_mem.h +52 -0
  1677. casadi/include/include/sleqp/pub_problem.h +213 -0
  1678. casadi/include/include/sleqp/pub_scale.h +150 -0
  1679. casadi/include/include/sleqp/pub_settings.h +162 -0
  1680. casadi/include/include/sleqp/pub_solver.h +155 -0
  1681. casadi/include/include/sleqp/pub_types.h +230 -0
  1682. casadi/include/include/sleqp/pub_working_set.h +135 -0
  1683. casadi/include/include/sleqp/sparse/pub_mat.h +153 -0
  1684. casadi/include/include/sleqp/sparse/pub_vec.h +336 -0
  1685. casadi/include/include/sleqp.h +38 -0
  1686. casadi/include/include/spral.h +13 -0
  1687. casadi/include/include/spral_lsmr.h +57 -0
  1688. casadi/include/include/spral_matrix_util.h +40 -0
  1689. casadi/include/include/spral_random.h +26 -0
  1690. casadi/include/include/spral_random_matrix.h +27 -0
  1691. casadi/include/include/spral_rutherford_boeing.h +51 -0
  1692. casadi/include/include/spral_scaling.h +139 -0
  1693. casadi/include/include/spral_ssids.h +121 -0
  1694. casadi/include/include/spral_ssmfe.h +268 -0
  1695. casadi/include/include/superscs/cones.h +185 -0
  1696. casadi/include/include/superscs/constants.h +144 -0
  1697. casadi/include/include/superscs/cs.h +109 -0
  1698. casadi/include/include/superscs/ctrlc.h +77 -0
  1699. casadi/include/include/superscs/directions.h +125 -0
  1700. casadi/include/include/superscs/glbopts.h +240 -0
  1701. casadi/include/include/superscs/linAlg.h +437 -0
  1702. casadi/include/include/superscs/linSys.h +205 -0
  1703. casadi/include/include/superscs/linsys/amatrix.h +77 -0
  1704. casadi/include/include/superscs/linsys/common.h +49 -0
  1705. casadi/include/include/superscs/normalize.h +138 -0
  1706. casadi/include/include/superscs/scs.h +656 -0
  1707. casadi/include/include/superscs/scs_blas.h +79 -0
  1708. casadi/include/include/superscs/scs_parser.h +187 -0
  1709. casadi/include/include/superscs/unit_test_util.h +210 -0
  1710. casadi/include/include/superscs/util.h +354 -0
  1711. casadi/include/include/trlib/trlib_eigen_inverse.h +118 -0
  1712. casadi/include/include/trlib/trlib_krylov.h +493 -0
  1713. casadi/include/include/trlib/trlib_leftmost.h +181 -0
  1714. casadi/include/include/trlib/trlib_private.h +109 -0
  1715. casadi/include/include/trlib/trlib_quadratic_zero.h +57 -0
  1716. casadi/include/include/trlib/trlib_tri_factor.h +409 -0
  1717. casadi/include/include/trlib/trlib_types.h +36 -0
  1718. casadi/include/include/trlib.h +44 -0
  1719. casadi/include/licenses/alpaqa-external/LICENSE +165 -0
  1720. casadi/include/licenses/highs-external/LICENSE +1 -1
  1721. casadi/include/licenses/sleqp-external/LICENSE +165 -0
  1722. casadi/include/licenses/trlib-external/LICENSE +21 -0
  1723. casadi/include/trlib/trlib_eigen_inverse.h +118 -0
  1724. casadi/include/trlib/trlib_krylov.h +493 -0
  1725. casadi/include/trlib/trlib_leftmost.h +181 -0
  1726. casadi/include/trlib/trlib_private.h +109 -0
  1727. casadi/include/trlib/trlib_quadratic_zero.h +57 -0
  1728. casadi/include/trlib/trlib_tri_factor.h +409 -0
  1729. casadi/include/trlib/trlib_types.h +36 -0
  1730. casadi/lib64/libtinyxml2.a +0 -0
  1731. casadi/libCbc.la +3 -3
  1732. casadi/libCbc.so +0 -0
  1733. casadi/libCbc.so.3 +0 -0
  1734. casadi/libCbc.so.3.10.11 +0 -0
  1735. casadi/libCbcSolver.la +3 -3
  1736. casadi/libCbcSolver.so +0 -0
  1737. casadi/libCbcSolver.so.3 +0 -0
  1738. casadi/libCbcSolver.so.3.10.11 +0 -0
  1739. casadi/libCgl.la +2 -2
  1740. casadi/libCgl.so +0 -0
  1741. casadi/libCgl.so.1 +0 -0
  1742. casadi/libCgl.so.1.10.8 +0 -0
  1743. casadi/libClp.la +2 -2
  1744. casadi/libClp.so +0 -0
  1745. casadi/libClp.so.1 +0 -0
  1746. casadi/libClp.so.1.14.9 +0 -0
  1747. casadi/libClpSolver.la +2 -2
  1748. casadi/libClpSolver.so +0 -0
  1749. casadi/libClpSolver.so.1 +0 -0
  1750. casadi/libClpSolver.so.1.14.9 +0 -0
  1751. casadi/libCoinUtils.la +2 -2
  1752. casadi/libCoinUtils.so +0 -0
  1753. casadi/libCoinUtils.so.3 +0 -0
  1754. casadi/libCoinUtils.so.3.11.10 +0 -0
  1755. casadi/libFortranHighs.so +0 -0
  1756. casadi/libOsi.la +2 -2
  1757. casadi/libOsiCbc.la +3 -3
  1758. casadi/libOsiCbc.so +0 -0
  1759. casadi/libOsiCbc.so.3 +0 -0
  1760. casadi/libOsiCbc.so.3.10.11 +0 -0
  1761. casadi/libOsiClp.la +2 -2
  1762. casadi/libOsiClp.so +0 -0
  1763. casadi/libOsiClp.so.1 +0 -0
  1764. casadi/libOsiClp.so.1.14.9 +0 -0
  1765. casadi/libOsiCommonTests.la +2 -2
  1766. casadi/libOsiCommonTests.so +0 -0
  1767. casadi/libOsiCommonTests.so.1 +0 -0
  1768. casadi/libOsiCommonTests.so.1.13.9 +0 -0
  1769. casadi/libalpaqa-dl-loader.so +0 -0
  1770. casadi/libalpaqa-dl-loader.so.1.0.0 +0 -0
  1771. casadi/libalpaqa.so +0 -0
  1772. casadi/libalpaqa.so.1.0.0 +0 -0
  1773. casadi/libbonmin.la +3 -3
  1774. casadi/libbonmin.so +0 -0
  1775. casadi/libbonmin.so.4 +0 -0
  1776. casadi/libbonmin.so.4.8.9 +0 -0
  1777. casadi/libcasadi.so +0 -0
  1778. casadi/libcasadi.so.3.7 +0 -0
  1779. casadi/libcasadi_conic_cbc.so +0 -0
  1780. casadi/libcasadi_conic_cbc.so.3.7 +0 -0
  1781. casadi/libcasadi_conic_clp.so +0 -0
  1782. casadi/libcasadi_conic_clp.so.3.7 +0 -0
  1783. casadi/libcasadi_conic_cplex.so +0 -0
  1784. casadi/libcasadi_conic_cplex.so.3.7 +0 -0
  1785. casadi/libcasadi_conic_gurobi.so +0 -0
  1786. casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
  1787. casadi/libcasadi_conic_highs.so +0 -0
  1788. casadi/libcasadi_conic_highs.so.3.7 +0 -0
  1789. casadi/libcasadi_conic_hpipm.so +0 -0
  1790. casadi/libcasadi_conic_hpipm.so.3.7 +0 -0
  1791. casadi/libcasadi_conic_ipqp.so +0 -0
  1792. casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
  1793. casadi/libcasadi_conic_nlpsol.so +0 -0
  1794. casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
  1795. casadi/libcasadi_conic_osqp.so +0 -0
  1796. casadi/libcasadi_conic_osqp.so.3.7 +0 -0
  1797. casadi/libcasadi_conic_proxqp.so +0 -0
  1798. casadi/libcasadi_conic_proxqp.so.3.7 +0 -0
  1799. casadi/libcasadi_conic_qpoases.so +0 -0
  1800. casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
  1801. casadi/libcasadi_conic_qrqp.so +0 -0
  1802. casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
  1803. casadi/libcasadi_conic_superscs.so +0 -0
  1804. casadi/libcasadi_conic_superscs.so.3.7 +0 -0
  1805. casadi/libcasadi_integrator_collocation.so +0 -0
  1806. casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
  1807. casadi/libcasadi_integrator_cvodes.so +0 -0
  1808. casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
  1809. casadi/libcasadi_integrator_idas.so +0 -0
  1810. casadi/libcasadi_integrator_idas.so.3.7 +0 -0
  1811. casadi/libcasadi_interpolant_bspline.so +0 -0
  1812. casadi/libcasadi_interpolant_bspline.so.3.7 +0 -0
  1813. casadi/libcasadi_interpolant_linear.so +0 -0
  1814. casadi/libcasadi_interpolant_linear.so.3.7 +0 -0
  1815. casadi/libcasadi_linsol_lapacklu.so +0 -0
  1816. casadi/libcasadi_linsol_lapacklu.so.3.7 +0 -0
  1817. casadi/libcasadi_linsol_lapackqr.so +0 -0
  1818. casadi/libcasadi_linsol_lapackqr.so.3.7 +0 -0
  1819. casadi/libcasadi_linsol_ldl.so +0 -0
  1820. casadi/libcasadi_linsol_ldl.so.3.7 +0 -0
  1821. casadi/libcasadi_linsol_mumps.so +0 -0
  1822. casadi/libcasadi_linsol_mumps.so.3.7 +0 -0
  1823. casadi/libcasadi_linsol_qr.so +0 -0
  1824. casadi/libcasadi_linsol_qr.so.3.7 +0 -0
  1825. casadi/libcasadi_linsol_symbolicqr.so +0 -0
  1826. casadi/libcasadi_linsol_symbolicqr.so.3.7 +0 -0
  1827. casadi/libcasadi_nlpsol_alpaqa.so +0 -0
  1828. casadi/libcasadi_nlpsol_alpaqa.so.3.7 +0 -0
  1829. casadi/libcasadi_nlpsol_ampl.so +0 -0
  1830. casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
  1831. casadi/libcasadi_nlpsol_blocksqp.so +0 -0
  1832. casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
  1833. casadi/libcasadi_nlpsol_bonmin.so +0 -0
  1834. casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
  1835. casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
  1836. casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
  1837. casadi/libcasadi_nlpsol_ipopt.so +0 -0
  1838. casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
  1839. casadi/libcasadi_nlpsol_knitro.so +0 -0
  1840. casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
  1841. casadi/libcasadi_nlpsol_qrsqp.so +0 -0
  1842. casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
  1843. casadi/libcasadi_nlpsol_sleqp.so +0 -0
  1844. casadi/libcasadi_nlpsol_sleqp.so.3.7 +0 -0
  1845. casadi/libcasadi_nlpsol_snopt.so +0 -0
  1846. casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
  1847. casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
  1848. casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
  1849. casadi/libcasadi_nlpsol_worhp.so +0 -0
  1850. casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
  1851. casadi/libcasadi_rootfinder_fast_newton.so +0 -0
  1852. casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
  1853. casadi/libcasadi_rootfinder_newton.so +0 -0
  1854. casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
  1855. casadi/libcasadi_sundials_common.so +0 -0
  1856. casadi/libcasadi_sundials_common.so.3.7 +0 -0
  1857. casadi/libhighs.so +0 -0
  1858. casadi/libhighs.so.1.6 +0 -0
  1859. casadi/libhighs.so.1.6.0 +0 -0
  1860. casadi/libindirect.a +0 -0
  1861. casadi/liblinsys.a +0 -0
  1862. casadi/libosqp.a +0 -0
  1863. casadi/libqdldl.a +0 -0
  1864. casadi/libsleqp.so +0 -0
  1865. casadi/libsleqp.so.1.0.1 +0 -0
  1866. casadi/libspral.a +0 -0
  1867. casadi/libsuperscs.a +0 -0
  1868. casadi/libtrlib.so +0 -0
  1869. casadi/libtrlib.so.0.4 +0 -0
  1870. casadi/pkgconfig/blas.pc +11 -0
  1871. casadi/pkgconfig/bonmin.pc +1 -1
  1872. casadi/pkgconfig/casadi.pc +1 -1
  1873. casadi/pkgconfig/cbc.pc +2 -2
  1874. casadi/pkgconfig/cgl.pc +2 -2
  1875. casadi/pkgconfig/clp.pc +1 -1
  1876. casadi/pkgconfig/coinutils.pc +1 -1
  1877. casadi/pkgconfig/highs.pc +3 -3
  1878. casadi/pkgconfig/lapack.pc +11 -0
  1879. casadi/pkgconfig/openblas.pc +1 -1
  1880. casadi/pkgconfig/osi-cbc.pc +1 -1
  1881. casadi/pkgconfig/osi-clp.pc +1 -1
  1882. casadi/pkgconfig/osi-unittests.pc +1 -1
  1883. casadi/pkgconfig/osi.pc +1 -1
  1884. casadi/pkgconfig/proxsuite.pc +22 -0
  1885. casadi/pkgconfig/sleqp.pc +10 -0
  1886. casadi-3.6.4.dist-info/METADATA +37 -0
  1887. casadi-3.6.4.dist-info/RECORD +3209 -0
  1888. casadi/libCbc.so.3.10.6 +0 -0
  1889. casadi/libCbcSolver.so.3.10.6 +0 -0
  1890. casadi/libCgl.so.1.10.4 +0 -0
  1891. casadi/libClp.so.1.14.7 +0 -0
  1892. casadi/libClpSolver.so.1.14.7 +0 -0
  1893. casadi/libCoinUtils.so.3.11.6 +0 -0
  1894. casadi/libOsiCbc.so.3.10.6 +0 -0
  1895. casadi/libOsiClp.so.1.14.7 +0 -0
  1896. casadi/libOsiCommonTests.so.1.13.7 +0 -0
  1897. casadi/libbonmin.so.4.8.8 +0 -0
  1898. casadi/libhighs.so.1.4 +0 -0
  1899. casadi/libhighs.so.1.4.0 +0 -0
  1900. casadi-3.6.3.dist-info/METADATA +0 -37
  1901. casadi-3.6.3.dist-info/RECORD +0 -1598
  1902. /casadi/include/{blasfeo.h → include/blasfeo.h} +0 -0
  1903. /casadi/include/{blasfeo_block_size.h → include/blasfeo_block_size.h} +0 -0
  1904. /casadi/include/{blasfeo_common.h → include/blasfeo_common.h} +0 -0
  1905. /casadi/include/{blasfeo_d_aux.h → include/blasfeo_d_aux.h} +0 -0
  1906. /casadi/include/{blasfeo_d_aux_ext_dep.h → include/blasfeo_d_aux_ext_dep.h} +0 -0
  1907. /casadi/include/{blasfeo_d_aux_ext_dep_ref.h → include/blasfeo_d_aux_ext_dep_ref.h} +0 -0
  1908. /casadi/include/{blasfeo_d_aux_old.h → include/blasfeo_d_aux_old.h} +0 -0
  1909. /casadi/include/{blasfeo_d_aux_ref.h → include/blasfeo_d_aux_ref.h} +0 -0
  1910. /casadi/include/{blasfeo_d_aux_test.h → include/blasfeo_d_aux_test.h} +0 -0
  1911. /casadi/include/{blasfeo_d_blas.h → include/blasfeo_d_blas.h} +0 -0
  1912. /casadi/include/{blasfeo_d_blas_api.h → include/blasfeo_d_blas_api.h} +0 -0
  1913. /casadi/include/{blasfeo_d_blasfeo_api.h → include/blasfeo_d_blasfeo_api.h} +0 -0
  1914. /casadi/include/{blasfeo_d_blasfeo_api_ref.h → include/blasfeo_d_blasfeo_api_ref.h} +0 -0
  1915. /casadi/include/{blasfeo_d_blasfeo_hp_api.h → include/blasfeo_d_blasfeo_hp_api.h} +0 -0
  1916. /casadi/include/{blasfeo_d_blasfeo_ref_api.h → include/blasfeo_d_blasfeo_ref_api.h} +0 -0
  1917. /casadi/include/{blasfeo_d_kernel.h → include/blasfeo_d_kernel.h} +0 -0
  1918. /casadi/include/{blasfeo_i_aux_ext_dep.h → include/blasfeo_i_aux_ext_dep.h} +0 -0
  1919. /casadi/include/{blasfeo_m_aux.h → include/blasfeo_m_aux.h} +0 -0
  1920. /casadi/include/{blasfeo_memory.h → include/blasfeo_memory.h} +0 -0
  1921. /casadi/include/{blasfeo_naming.h → include/blasfeo_naming.h} +0 -0
  1922. /casadi/include/{blasfeo_processor_features.h → include/blasfeo_processor_features.h} +0 -0
  1923. /casadi/include/{blasfeo_s_aux.h → include/blasfeo_s_aux.h} +0 -0
  1924. /casadi/include/{blasfeo_s_aux_ext_dep.h → include/blasfeo_s_aux_ext_dep.h} +0 -0
  1925. /casadi/include/{blasfeo_s_aux_ext_dep_ref.h → include/blasfeo_s_aux_ext_dep_ref.h} +0 -0
  1926. /casadi/include/{blasfeo_s_aux_old.h → include/blasfeo_s_aux_old.h} +0 -0
  1927. /casadi/include/{blasfeo_s_aux_ref.h → include/blasfeo_s_aux_ref.h} +0 -0
  1928. /casadi/include/{blasfeo_s_aux_test.h → include/blasfeo_s_aux_test.h} +0 -0
  1929. /casadi/include/{blasfeo_s_blas.h → include/blasfeo_s_blas.h} +0 -0
  1930. /casadi/include/{blasfeo_s_blas_api.h → include/blasfeo_s_blas_api.h} +0 -0
  1931. /casadi/include/{blasfeo_s_blasfeo_api.h → include/blasfeo_s_blasfeo_api.h} +0 -0
  1932. /casadi/include/{blasfeo_s_blasfeo_api_ref.h → include/blasfeo_s_blasfeo_api_ref.h} +0 -0
  1933. /casadi/include/{blasfeo_s_blasfeo_ref_api.h → include/blasfeo_s_blasfeo_ref_api.h} +0 -0
  1934. /casadi/include/{blasfeo_s_kernel.h → include/blasfeo_s_kernel.h} +0 -0
  1935. /casadi/include/{blasfeo_stdlib.h → include/blasfeo_stdlib.h} +0 -0
  1936. /casadi/include/{blasfeo_target.h → include/blasfeo_target.h} +0 -0
  1937. /casadi/include/{blasfeo_timing.h → include/blasfeo_timing.h} +0 -0
  1938. /casadi/include/{blasfeo_v_aux_ext_dep.h → include/blasfeo_v_aux_ext_dep.h} +0 -0
  1939. /casadi/include/{hpipm_aux_mem.h → include/hpipm_aux_mem.h} +0 -0
  1940. /casadi/include/{hpipm_aux_string.h → include/hpipm_aux_string.h} +0 -0
  1941. /casadi/include/{hpipm_common.h → include/hpipm_common.h} +0 -0
  1942. /casadi/include/{hpipm_d_cast_qcqp.h → include/hpipm_d_cast_qcqp.h} +0 -0
  1943. /casadi/include/{hpipm_d_cond.h → include/hpipm_d_cond.h} +0 -0
  1944. /casadi/include/{hpipm_d_cond_aux.h → include/hpipm_d_cond_aux.h} +0 -0
  1945. /casadi/include/{hpipm_d_cond_qcqp.h → include/hpipm_d_cond_qcqp.h} +0 -0
  1946. /casadi/include/{hpipm_d_core_qp_ipm.h → include/hpipm_d_core_qp_ipm.h} +0 -0
  1947. /casadi/include/{hpipm_d_core_qp_ipm_aux.h → include/hpipm_d_core_qp_ipm_aux.h} +0 -0
  1948. /casadi/include/{hpipm_d_dense_qcqp.h → include/hpipm_d_dense_qcqp.h} +0 -0
  1949. /casadi/include/{hpipm_d_dense_qcqp_dim.h → include/hpipm_d_dense_qcqp_dim.h} +0 -0
  1950. /casadi/include/{hpipm_d_dense_qcqp_ipm.h → include/hpipm_d_dense_qcqp_ipm.h} +0 -0
  1951. /casadi/include/{hpipm_d_dense_qcqp_res.h → include/hpipm_d_dense_qcqp_res.h} +0 -0
  1952. /casadi/include/{hpipm_d_dense_qcqp_sol.h → include/hpipm_d_dense_qcqp_sol.h} +0 -0
  1953. /casadi/include/{hpipm_d_dense_qcqp_utils.h → include/hpipm_d_dense_qcqp_utils.h} +0 -0
  1954. /casadi/include/{hpipm_d_dense_qp.h → include/hpipm_d_dense_qp.h} +0 -0
  1955. /casadi/include/{hpipm_d_dense_qp_dim.h → include/hpipm_d_dense_qp_dim.h} +0 -0
  1956. /casadi/include/{hpipm_d_dense_qp_ipm.h → include/hpipm_d_dense_qp_ipm.h} +0 -0
  1957. /casadi/include/{hpipm_d_dense_qp_kkt.h → include/hpipm_d_dense_qp_kkt.h} +0 -0
  1958. /casadi/include/{hpipm_d_dense_qp_res.h → include/hpipm_d_dense_qp_res.h} +0 -0
  1959. /casadi/include/{hpipm_d_dense_qp_sol.h → include/hpipm_d_dense_qp_sol.h} +0 -0
  1960. /casadi/include/{hpipm_d_dense_qp_utils.h → include/hpipm_d_dense_qp_utils.h} +0 -0
  1961. /casadi/include/{hpipm_d_ocp_qcqp.h → include/hpipm_d_ocp_qcqp.h} +0 -0
  1962. /casadi/include/{hpipm_d_ocp_qcqp_dim.h → include/hpipm_d_ocp_qcqp_dim.h} +0 -0
  1963. /casadi/include/{hpipm_d_ocp_qcqp_ipm.h → include/hpipm_d_ocp_qcqp_ipm.h} +0 -0
  1964. /casadi/include/{hpipm_d_ocp_qcqp_red.h → include/hpipm_d_ocp_qcqp_red.h} +0 -0
  1965. /casadi/include/{hpipm_d_ocp_qcqp_res.h → include/hpipm_d_ocp_qcqp_res.h} +0 -0
  1966. /casadi/include/{hpipm_d_ocp_qcqp_sol.h → include/hpipm_d_ocp_qcqp_sol.h} +0 -0
  1967. /casadi/include/{hpipm_d_ocp_qcqp_utils.h → include/hpipm_d_ocp_qcqp_utils.h} +0 -0
  1968. /casadi/include/{hpipm_d_ocp_qp.h → include/hpipm_d_ocp_qp.h} +0 -0
  1969. /casadi/include/{hpipm_d_ocp_qp_dim.h → include/hpipm_d_ocp_qp_dim.h} +0 -0
  1970. /casadi/include/{hpipm_d_ocp_qp_ipm.h → include/hpipm_d_ocp_qp_ipm.h} +0 -0
  1971. /casadi/include/{hpipm_d_ocp_qp_kkt.h → include/hpipm_d_ocp_qp_kkt.h} +0 -0
  1972. /casadi/include/{hpipm_d_ocp_qp_red.h → include/hpipm_d_ocp_qp_red.h} +0 -0
  1973. /casadi/include/{hpipm_d_ocp_qp_res.h → include/hpipm_d_ocp_qp_res.h} +0 -0
  1974. /casadi/include/{hpipm_d_ocp_qp_sol.h → include/hpipm_d_ocp_qp_sol.h} +0 -0
  1975. /casadi/include/{hpipm_d_ocp_qp_utils.h → include/hpipm_d_ocp_qp_utils.h} +0 -0
  1976. /casadi/include/{hpipm_d_part_cond.h → include/hpipm_d_part_cond.h} +0 -0
  1977. /casadi/include/{hpipm_d_part_cond_qcqp.h → include/hpipm_d_part_cond_qcqp.h} +0 -0
  1978. /casadi/include/{hpipm_d_sim_erk.h → include/hpipm_d_sim_erk.h} +0 -0
  1979. /casadi/include/{hpipm_d_sim_rk.h → include/hpipm_d_sim_rk.h} +0 -0
  1980. /casadi/include/{hpipm_d_tree_ocp_qcqp.h → include/hpipm_d_tree_ocp_qcqp.h} +0 -0
  1981. /casadi/include/{hpipm_d_tree_ocp_qcqp_dim.h → include/hpipm_d_tree_ocp_qcqp_dim.h} +0 -0
  1982. /casadi/include/{hpipm_d_tree_ocp_qcqp_ipm.h → include/hpipm_d_tree_ocp_qcqp_ipm.h} +0 -0
  1983. /casadi/include/{hpipm_d_tree_ocp_qcqp_res.h → include/hpipm_d_tree_ocp_qcqp_res.h} +0 -0
  1984. /casadi/include/{hpipm_d_tree_ocp_qcqp_sol.h → include/hpipm_d_tree_ocp_qcqp_sol.h} +0 -0
  1985. /casadi/include/{hpipm_d_tree_ocp_qcqp_utils.h → include/hpipm_d_tree_ocp_qcqp_utils.h} +0 -0
  1986. /casadi/include/{hpipm_d_tree_ocp_qp.h → include/hpipm_d_tree_ocp_qp.h} +0 -0
  1987. /casadi/include/{hpipm_d_tree_ocp_qp_dim.h → include/hpipm_d_tree_ocp_qp_dim.h} +0 -0
  1988. /casadi/include/{hpipm_d_tree_ocp_qp_ipm.h → include/hpipm_d_tree_ocp_qp_ipm.h} +0 -0
  1989. /casadi/include/{hpipm_d_tree_ocp_qp_kkt.h → include/hpipm_d_tree_ocp_qp_kkt.h} +0 -0
  1990. /casadi/include/{hpipm_d_tree_ocp_qp_res.h → include/hpipm_d_tree_ocp_qp_res.h} +0 -0
  1991. /casadi/include/{hpipm_d_tree_ocp_qp_sol.h → include/hpipm_d_tree_ocp_qp_sol.h} +0 -0
  1992. /casadi/include/{hpipm_d_tree_ocp_qp_utils.h → include/hpipm_d_tree_ocp_qp_utils.h} +0 -0
  1993. /casadi/include/{hpipm_m_dense_qp.h → include/hpipm_m_dense_qp.h} +0 -0
  1994. /casadi/include/{hpipm_m_dense_qp_dim.h → include/hpipm_m_dense_qp_dim.h} +0 -0
  1995. /casadi/include/{hpipm_m_ocp_qp.h → include/hpipm_m_ocp_qp.h} +0 -0
  1996. /casadi/include/{hpipm_m_ocp_qp_ipm_hard.h → include/hpipm_m_ocp_qp_ipm_hard.h} +0 -0
  1997. /casadi/include/{hpipm_m_ocp_qp_kkt.h → include/hpipm_m_ocp_qp_kkt.h} +0 -0
  1998. /casadi/include/{hpipm_s_cast_qcqp.h → include/hpipm_s_cast_qcqp.h} +0 -0
  1999. /casadi/include/{hpipm_s_cond.h → include/hpipm_s_cond.h} +0 -0
  2000. /casadi/include/{hpipm_s_cond_aux.h → include/hpipm_s_cond_aux.h} +0 -0
  2001. /casadi/include/{hpipm_s_cond_qcqp.h → include/hpipm_s_cond_qcqp.h} +0 -0
  2002. /casadi/include/{hpipm_s_core_qp_ipm.h → include/hpipm_s_core_qp_ipm.h} +0 -0
  2003. /casadi/include/{hpipm_s_core_qp_ipm_aux.h → include/hpipm_s_core_qp_ipm_aux.h} +0 -0
  2004. /casadi/include/{hpipm_s_dense_qcqp.h → include/hpipm_s_dense_qcqp.h} +0 -0
  2005. /casadi/include/{hpipm_s_dense_qcqp_dim.h → include/hpipm_s_dense_qcqp_dim.h} +0 -0
  2006. /casadi/include/{hpipm_s_dense_qcqp_ipm.h → include/hpipm_s_dense_qcqp_ipm.h} +0 -0
  2007. /casadi/include/{hpipm_s_dense_qcqp_res.h → include/hpipm_s_dense_qcqp_res.h} +0 -0
  2008. /casadi/include/{hpipm_s_dense_qcqp_sol.h → include/hpipm_s_dense_qcqp_sol.h} +0 -0
  2009. /casadi/include/{hpipm_s_dense_qcqp_utils.h → include/hpipm_s_dense_qcqp_utils.h} +0 -0
  2010. /casadi/include/{hpipm_s_dense_qp.h → include/hpipm_s_dense_qp.h} +0 -0
  2011. /casadi/include/{hpipm_s_dense_qp_dim.h → include/hpipm_s_dense_qp_dim.h} +0 -0
  2012. /casadi/include/{hpipm_s_dense_qp_ipm.h → include/hpipm_s_dense_qp_ipm.h} +0 -0
  2013. /casadi/include/{hpipm_s_dense_qp_kkt.h → include/hpipm_s_dense_qp_kkt.h} +0 -0
  2014. /casadi/include/{hpipm_s_dense_qp_res.h → include/hpipm_s_dense_qp_res.h} +0 -0
  2015. /casadi/include/{hpipm_s_dense_qp_sol.h → include/hpipm_s_dense_qp_sol.h} +0 -0
  2016. /casadi/include/{hpipm_s_dense_qp_utils.h → include/hpipm_s_dense_qp_utils.h} +0 -0
  2017. /casadi/include/{hpipm_s_ocp_qcqp.h → include/hpipm_s_ocp_qcqp.h} +0 -0
  2018. /casadi/include/{hpipm_s_ocp_qcqp_dim.h → include/hpipm_s_ocp_qcqp_dim.h} +0 -0
  2019. /casadi/include/{hpipm_s_ocp_qcqp_ipm.h → include/hpipm_s_ocp_qcqp_ipm.h} +0 -0
  2020. /casadi/include/{hpipm_s_ocp_qcqp_red.h → include/hpipm_s_ocp_qcqp_red.h} +0 -0
  2021. /casadi/include/{hpipm_s_ocp_qcqp_res.h → include/hpipm_s_ocp_qcqp_res.h} +0 -0
  2022. /casadi/include/{hpipm_s_ocp_qcqp_sol.h → include/hpipm_s_ocp_qcqp_sol.h} +0 -0
  2023. /casadi/include/{hpipm_s_ocp_qcqp_utils.h → include/hpipm_s_ocp_qcqp_utils.h} +0 -0
  2024. /casadi/include/{hpipm_s_ocp_qp.h → include/hpipm_s_ocp_qp.h} +0 -0
  2025. /casadi/include/{hpipm_s_ocp_qp_dim.h → include/hpipm_s_ocp_qp_dim.h} +0 -0
  2026. /casadi/include/{hpipm_s_ocp_qp_ipm.h → include/hpipm_s_ocp_qp_ipm.h} +0 -0
  2027. /casadi/include/{hpipm_s_ocp_qp_kkt.h → include/hpipm_s_ocp_qp_kkt.h} +0 -0
  2028. /casadi/include/{hpipm_s_ocp_qp_red.h → include/hpipm_s_ocp_qp_red.h} +0 -0
  2029. /casadi/include/{hpipm_s_ocp_qp_res.h → include/hpipm_s_ocp_qp_res.h} +0 -0
  2030. /casadi/include/{hpipm_s_ocp_qp_sol.h → include/hpipm_s_ocp_qp_sol.h} +0 -0
  2031. /casadi/include/{hpipm_s_ocp_qp_utils.h → include/hpipm_s_ocp_qp_utils.h} +0 -0
  2032. /casadi/include/{hpipm_s_part_cond.h → include/hpipm_s_part_cond.h} +0 -0
  2033. /casadi/include/{hpipm_s_part_cond_qcqp.h → include/hpipm_s_part_cond_qcqp.h} +0 -0
  2034. /casadi/include/{hpipm_s_sim_erk.h → include/hpipm_s_sim_erk.h} +0 -0
  2035. /casadi/include/{hpipm_s_sim_rk.h → include/hpipm_s_sim_rk.h} +0 -0
  2036. /casadi/include/{hpipm_s_tree_ocp_qcqp.h → include/hpipm_s_tree_ocp_qcqp.h} +0 -0
  2037. /casadi/include/{hpipm_s_tree_ocp_qcqp_dim.h → include/hpipm_s_tree_ocp_qcqp_dim.h} +0 -0
  2038. /casadi/include/{hpipm_s_tree_ocp_qcqp_ipm.h → include/hpipm_s_tree_ocp_qcqp_ipm.h} +0 -0
  2039. /casadi/include/{hpipm_s_tree_ocp_qcqp_res.h → include/hpipm_s_tree_ocp_qcqp_res.h} +0 -0
  2040. /casadi/include/{hpipm_s_tree_ocp_qcqp_sol.h → include/hpipm_s_tree_ocp_qcqp_sol.h} +0 -0
  2041. /casadi/include/{hpipm_s_tree_ocp_qcqp_utils.h → include/hpipm_s_tree_ocp_qcqp_utils.h} +0 -0
  2042. /casadi/include/{hpipm_s_tree_ocp_qp.h → include/hpipm_s_tree_ocp_qp.h} +0 -0
  2043. /casadi/include/{hpipm_s_tree_ocp_qp_dim.h → include/hpipm_s_tree_ocp_qp_dim.h} +0 -0
  2044. /casadi/include/{hpipm_s_tree_ocp_qp_ipm.h → include/hpipm_s_tree_ocp_qp_ipm.h} +0 -0
  2045. /casadi/include/{hpipm_s_tree_ocp_qp_kkt.h → include/hpipm_s_tree_ocp_qp_kkt.h} +0 -0
  2046. /casadi/include/{hpipm_s_tree_ocp_qp_res.h → include/hpipm_s_tree_ocp_qp_res.h} +0 -0
  2047. /casadi/include/{hpipm_s_tree_ocp_qp_sol.h → include/hpipm_s_tree_ocp_qp_sol.h} +0 -0
  2048. /casadi/include/{hpipm_s_tree_ocp_qp_utils.h → include/hpipm_s_tree_ocp_qp_utils.h} +0 -0
  2049. /casadi/include/{hpipm_scenario_tree.h → include/hpipm_scenario_tree.h} +0 -0
  2050. /casadi/include/{hpipm_timing.h → include/hpipm_timing.h} +0 -0
  2051. /casadi/include/{hpipm_tree.h → include/hpipm_tree.h} +0 -0
  2052. /casadi/{libOsi.so.1.13.7 → libOsi.so.1.13.9} +0 -0
  2053. {casadi-3.6.3.dist-info → casadi-3.6.4.dist-info}/WHEEL +0 -0
@@ -2,18 +2,19 @@
2
2
  /* */
3
3
  /* This file is part of the HiGHS linear optimization suite */
4
4
  /* */
5
- /* Written and engineered 2008-2022 at the University of Edinburgh */
5
+ /* Written and engineered 2008-2023 by Julian Hall, Ivet Galabova, */
6
+ /* Leona Gottwald and Michael Feldmeier */
6
7
  /* */
7
8
  /* Available as open-source under the MIT License */
8
9
  /* */
9
- /* Authors: Julian Hall, Ivet Galabova, Leona Gottwald and Michael */
10
- /* Feldmeier */
11
- /* */
12
10
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
11
  #ifndef HIGHS_C_API
14
12
  #define HIGHS_C_API
15
13
 
16
- #include "util/HighsInt.h"
14
+ //#include "util/HighsInt.h"
15
+ #include "lp_data/HighsCallbackStruct.h"
16
+
17
+ const HighsInt kHighsMaximumStringLength = 512;
17
18
 
18
19
  const HighsInt kHighsStatusError = -1;
19
20
  const HighsInt kHighsStatusOk = 0;
@@ -76,6 +77,8 @@ const HighsInt kHighsModelStatusObjectiveTarget = 12;
76
77
  const HighsInt kHighsModelStatusTimeLimit = 13;
77
78
  const HighsInt kHighsModelStatusIterationLimit = 14;
78
79
  const HighsInt kHighsModelStatusUnknown = 15;
80
+ const HighsInt kHighsModelStatusSolutionLimit = 16;
81
+ const HighsInt kHighsModelStatusInterrupt = 17;
79
82
 
80
83
  const HighsInt kHighsBasisStatusLower = 0;
81
84
  const HighsInt kHighsBasisStatusBasic = 1;
@@ -83,6 +86,13 @@ const HighsInt kHighsBasisStatusUpper = 2;
83
86
  const HighsInt kHighsBasisStatusZero = 3;
84
87
  const HighsInt kHighsBasisStatusNonbasic = 4;
85
88
 
89
+ const HighsInt kHighsCallbackLogging = 0;
90
+ const HighsInt kHighsCallbackSimplexInterrupt = 1;
91
+ const HighsInt kHighsCallbackIpmInterrupt = 2;
92
+ const HighsInt kHighsCallbackMipImprovingSolution = 3;
93
+ const HighsInt kHighsCallbackMipLogging = 4;
94
+ const HighsInt kHighsCallbackMipInterrupt = 5;
95
+
86
96
  #ifdef __cplusplus
87
97
  extern "C" {
88
98
  #endif
@@ -90,19 +100,19 @@ extern "C" {
90
100
  /**
91
101
  * Formulate and solve a linear program using HiGHS.
92
102
  *
93
- * @param num_col the number of columns
94
- * @param num_row the number of rows
95
- * @param num_nz the number of nonzeros in the constraint matrix
96
- * @param a_format the format of the constraint matrix as a
97
- * `kHighsMatrixFormat` constant
98
- * @param sense the optimization sense as a `kHighsObjSense` constant
99
- * @param offset the objective constant
100
- * @param col_cost array of length [num_col] with the column costs
101
- * @param col_lower array of length [num_col] with the column lower bounds
102
- * @param col_upper array of length [num_col] with the column upper bounds
103
- * @param row_lower array of length [num_row] with the row lower bounds
104
- * @param row_upper array of length [num_row] with the row upper bounds
105
- * @param a_start the constraint matrix is provided to HiGHS in compressed
103
+ * @param num_col The number of columns.
104
+ * @param num_row The number of rows.
105
+ * @param num_nz The number of nonzeros in the constraint matrix.
106
+ * @param a_format The format of the constraint matrix as a
107
+ * `kHighsMatrixFormat` constant.
108
+ * @param sense The optimization sense as a `kHighsObjSense` constant.
109
+ * @param offset The objective constant.
110
+ * @param col_cost An array of length [num_col] with the column costs.
111
+ * @param col_lower An array of length [num_col] with the column lower bounds.
112
+ * @param col_upper An array of length [num_col] with the column upper bounds.
113
+ * @param row_lower An array of length [num_row] with the row lower bounds.
114
+ * @param row_upper An array of length [num_row] with the row upper bounds.
115
+ * @param a_start The constraint matrix is provided to HiGHS in compressed
106
116
  * sparse column form (if `a_format` is
107
117
  * `kHighsMatrixFormatColwise`, otherwise compressed sparse row
108
118
  * form). The sparse matrix consists of three arrays,
@@ -111,27 +121,28 @@ extern "C" {
111
121
  * column in `a_index`. If `a_format` is
112
122
  * `kHighsMatrixFormatRowwise` the array is of length [num_row]
113
123
  * corresponding to each row.
114
- * @param a_index array of length [num_nz] with indices of matrix entries
115
- * @param a_value array of length [num_nz] with values of matrix entries
116
- *
117
- * @param col_value array of length [num_col], filled with the primal
118
- * column solution
119
- * @param col_dual array of length [num_col], filled with the dual column
120
- * solution
121
- * @param row_value array of length [num_row], filled with the primal row
122
- * solution
123
- * @param row_dual array of length [num_row], filled with the dual row
124
- * solution
125
- * @param col_basis_status array of length [num_col], filled with the basis
126
- * status of the columns in the form of a
127
- * `kHighsBasisStatus` constant
128
- * @param row_basis_status array of length [num_row], filled with the basis
129
- * status of the rows in the form of a
130
- * `kHighsBasisStatus` constant
131
- * @param model_status termination status of the model after the solve in
132
- * the form of a `kHighsModelStatus` constant
133
- *
134
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
124
+ * @param a_index An array of length [num_nz] with indices of matrix entries.
125
+ * @param a_value An array of length [num_nz] with values of matrix entries.
126
+ *
127
+ * @param col_value An array of length [num_col], to be filled with the
128
+ * primal column solution.
129
+ * @param col_dual An array of length [num_col], to be filled with the
130
+ * dual column solution.
131
+ * @param row_value An array of length [num_row], to be filled with the
132
+ * primal row solution.
133
+ * @param row_dual An array of length [num_row], to be filled with the
134
+ * dual row solution.
135
+ * @param col_basis_status An array of length [num_col], to be filled with the
136
+ * basis status of the columns in the form of a
137
+ * `kHighsBasisStatus` constant.
138
+ * @param row_basis_status An array of length [num_row], to be filled with the
139
+ * basis status of the rows in the form of a
140
+ * `kHighsBasisStatus` constant.
141
+ * @param model_status The location in which to place the termination
142
+ * status of the model after the solve in the form of a
143
+ * `kHighsModelStatus` constant.
144
+ *
145
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
135
146
  */
136
147
  HighsInt Highs_lpCall(const HighsInt num_col, const HighsInt num_row,
137
148
  const HighsInt num_nz, const HighsInt a_format,
@@ -151,10 +162,10 @@ HighsInt Highs_lpCall(const HighsInt num_col, const HighsInt num_row,
151
162
  * has an additional `integrality` argument, and that it is missing the
152
163
  * `col_dual`, `row_dual`, `col_basis_status` and `row_basis_status` arguments.
153
164
  *
154
- * @param integrality array of length [num_col] containing a `kHighsVarType`
155
- * constant for each column
165
+ * @param integrality An array of length [num_col], containing a
166
+ * `kHighsVarType` constant for each column.
156
167
  *
157
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
168
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
158
169
  */
159
170
  HighsInt Highs_mipCall(const HighsInt num_col, const HighsInt num_row,
160
171
  const HighsInt num_nz, const HighsInt a_format,
@@ -171,18 +182,19 @@ HighsInt Highs_mipCall(const HighsInt num_col, const HighsInt num_row,
171
182
  *
172
183
  * The signature of this method is identical to `Highs_lpCall`, except that it
173
184
  * has additional arguments for specifying the Hessian matrix.
174
-
175
- * @param q_num_nz the number of nonzeros in the Hessian matrix
176
- * @param q_format the format of the Hessian matrix in the form of a
185
+ *
186
+ * @param q_num_nz The number of nonzeros in the Hessian matrix.
187
+ * @param q_format The format of the Hessian matrix in the form of a
177
188
  * `kHighsHessianStatus` constant. If q_num_nz > 0, this must
178
- be `kHighsHessianFormatTriangular`
179
- * @param q_start the Hessian matrix is provided in the same format as the
189
+ * be `kHighsHessianFormatTriangular`.
190
+ * @param q_start The Hessian matrix is provided in the same format as the
180
191
  * constraint matrix, using `q_start`, `q_index`, and `q_value`
181
- * in the place of `a_start`, `a_index`, and `a_value`
182
- * @param q_index array of length [q_num_nz] with indices of matrix entries
183
- * @param q_value array of length [q_num_nz] with values of matrix entries
184
- *
185
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
192
+ * in the place of `a_start`, `a_index`, and `a_value`.
193
+ * @param q_index An array of length [q_num_nz] with indices of matrix
194
+ * sentries.
195
+ * @param q_value An array of length [q_num_nz] with values of matrix entries.
196
+ *
197
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
186
198
  */
187
199
  HighsInt Highs_qpCall(
188
200
  const HighsInt num_col, const HighsInt num_row, const HighsInt num_nz,
@@ -200,7 +212,7 @@ HighsInt Highs_qpCall(
200
212
  *
201
213
  * Call `Highs_destroy` on the returned reference to clean up allocated memory.
202
214
  *
203
- * @returns A pointer to the Highs instance
215
+ * @returns A pointer to the Highs instance.
204
216
  */
205
217
  void* Highs_create(void);
206
218
 
@@ -210,38 +222,80 @@ void* Highs_create(void);
210
222
  *
211
223
  * To empty a model without invalidating `highs`, see `Highs_clearModel`.
212
224
  *
213
- * @param highs a pointer to the Highs instance
225
+ * @param highs A pointer to the Highs instance.
214
226
  */
215
227
  void Highs_destroy(void* highs);
216
228
 
229
+ /**
230
+ * Return the HiGHS version number as a string of the form "vX.Y.Z".
231
+ *
232
+ * @returns The HiGHS version as a `char*`.
233
+ */
234
+ const char* Highs_version(void);
235
+
236
+ /**
237
+ * Return the HiGHS major version number.
238
+ *
239
+ * @returns The HiGHS major version number.
240
+ */
241
+ HighsInt Highs_versionMajor(void);
242
+
243
+ /**
244
+ * Return the HiGHS minor version number.
245
+ *
246
+ * @returns The HiGHS minor version number.
247
+ */
248
+ HighsInt Highs_versionMinor(void);
249
+
250
+ /**
251
+ * Return the HiGHS patch version number.
252
+ *
253
+ * @returns The HiGHS patch version number.
254
+ */
255
+ HighsInt Highs_versionPatch(void);
256
+
257
+ /**
258
+ * Return the HiGHS githash.
259
+ *
260
+ * @returns The HiGHS githash.
261
+ */
262
+ const char* Highs_githash(void);
263
+
264
+ /**
265
+ * Return the HiGHS compilation date.
266
+ *
267
+ * @returns Thse HiGHS compilation date.
268
+ */
269
+ const char* Highs_compilationDate(void);
270
+
217
271
  /**
218
272
  * Read a model from `filename` into `highs`.
219
273
  *
220
- * @param highs a pointer to the Highs instance
221
- * @param filename the filename to read
274
+ * @param highs A pointer to the Highs instance.
275
+ * @param filename The filename to read.
222
276
  *
223
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
277
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
224
278
  */
225
279
  HighsInt Highs_readModel(void* highs, const char* filename);
226
280
 
227
281
  /**
228
282
  * Write the model in `highs` to `filename`.
229
283
  *
230
- * @param highs a pointer to the Highs instance
231
- * @param filename the filename to write.
284
+ * @param highs A pointer to the Highs instance.
285
+ * @param filename The filename to write.
232
286
  *
233
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
287
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
234
288
  */
235
289
  HighsInt Highs_writeModel(void* highs, const char* filename);
236
290
 
237
291
  /**
238
- * Reset the options and then calls clearModel()
292
+ * Reset the options and then call `clearModel`.
239
293
  *
240
294
  * See `Highs_destroy` to free all associated memory.
241
295
  *
242
- * @param highs a pointer to the Highs instance
296
+ * @param highs A pointer to the Highs instance.
243
297
  *
244
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
298
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
245
299
  */
246
300
  HighsInt Highs_clear(void* highs);
247
301
 
@@ -250,20 +304,20 @@ HighsInt Highs_clear(void* highs);
250
304
  * invalidate the pointer `highs`. Future calls (for example, adding new
251
305
  * variables and constraints) are allowed.
252
306
  *
253
- * @param highs a pointer to the Highs instance
307
+ * @param highs A pointer to the Highs instance.
254
308
  *
255
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
309
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
256
310
  */
257
311
  HighsInt Highs_clearModel(void* highs);
258
312
 
259
313
  /**
260
- * Clear all solution data associated with the model
314
+ * Clear all solution data associated with the model.
261
315
  *
262
316
  * See `Highs_destroy` to clear the model and free all associated memory.
263
317
  *
264
- * @param highs a pointer to the Highs instance
318
+ * @param highs A pointer to the Highs instance.
265
319
  *
266
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
320
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
267
321
  */
268
322
  HighsInt Highs_clearSolver(void* highs);
269
323
 
@@ -271,9 +325,9 @@ HighsInt Highs_clearSolver(void* highs);
271
325
  * Optimize a model. The algorithm used by HiGHS depends on the options that
272
326
  * have been set.
273
327
  *
274
- * @param highs a pointer to the Highs instance
328
+ * @param highs A pointer to the Highs instance.
275
329
  *
276
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
330
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
277
331
  */
278
332
  HighsInt Highs_run(void* highs);
279
333
 
@@ -283,10 +337,10 @@ HighsInt Highs_run(void* highs);
283
337
  *
284
338
  * See also: `Highs_writeSolutionPretty`.
285
339
  *
286
- * @param highs a pointer to the Highs instance
287
- * @param filename the name of the file to write the results to
340
+ * @param highs A pointer to the Highs instance.
341
+ * @param filename The name of the file to write the results to.
288
342
  *
289
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
343
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
290
344
  */
291
345
  HighsInt Highs_writeSolution(const void* highs, const char* filename);
292
346
 
@@ -297,10 +351,10 @@ HighsInt Highs_writeSolution(const void* highs, const char* filename);
297
351
  * The method identical to `Highs_writeSolution`, except that the
298
352
  * printout is in a human-readiable format.
299
353
  *
300
- * @param highs a pointer to the Highs instance
301
- * @param filename the name of the file to write the results to
354
+ * @param highs A pointer to the Highs instance.
355
+ * @param filename The name of the file to write the results to.
302
356
  *
303
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
357
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
304
358
  */
305
359
  HighsInt Highs_writeSolutionPretty(const void* highs, const char* filename);
306
360
 
@@ -311,7 +365,7 @@ HighsInt Highs_writeSolutionPretty(const void* highs, const char* filename);
311
365
  * arguments for passing the Hessian matrix of a quadratic program and the
312
366
  * integrality vector.
313
367
  *
314
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
368
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
315
369
  */
316
370
  HighsInt Highs_passLp(void* highs, const HighsInt num_col,
317
371
  const HighsInt num_row, const HighsInt num_nz,
@@ -329,7 +383,7 @@ HighsInt Highs_passLp(void* highs, const HighsInt num_col,
329
383
  * The signature of function is identical to `Highs_passModel`, without the
330
384
  * arguments for passing the Hessian matrix of a quadratic program.
331
385
  *
332
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
386
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
333
387
  */
334
388
  HighsInt Highs_passMip(void* highs, const HighsInt num_col,
335
389
  const HighsInt num_row, const HighsInt num_nz,
@@ -344,24 +398,25 @@ HighsInt Highs_passMip(void* highs, const HighsInt num_col,
344
398
  * Pass a model to HiGHS in a single function call. This is faster than
345
399
  * constructing the model using `Highs_addRow` and `Highs_addCol`.
346
400
  *
347
- * @param highs a pointer to the Highs instance
348
- * @param num_col the number of columns
349
- * @param num_row the number of rows
350
- * @param num_nz the number of elements in the constraint matrix
351
- * @param q_num_nz the number of elements in the Hessian matrix
352
- * @param a_format the format of the constraint matrix to use in th form of a
353
- * `kHighsMatrixFormat` constant
354
- * @param q_format the format of the Hessian matrix to use in the form of a
355
- * `kHighsHessianFormat` constant
356
- * @param sense the optimization sense in the form of a `kHighsObjSense`
357
- * constant
358
- * @param offset the constant term in the objective function
359
- * @param col_cost array of length [num_col] with the objective coefficients
360
- * @param col_lower array of length [num_col] with the lower column bounds
361
- * @param col_upper array of length [num_col] with the upper column bounds
362
- * @param row_lower array of length [num_row] with the upper row bounds
363
- * @param row_upper array of length [num_row] with the upper row bounds
364
- * @param a_start the constraint matrix is provided to HiGHS in compressed
401
+ * @param highs A pointer to the Highs instance.
402
+ * @param num_col The number of columns.
403
+ * @param num_row The number of rows.
404
+ * @param num_nz The number of elements in the constraint matrix.
405
+ * @param q_num_nz The number of elements in the Hessian matrix.
406
+ * @param a_format The format of the constraint matrix to use in the form of
407
+ * a `kHighsMatrixFormat` constant.
408
+ * @param q_format The format of the Hessian matrix to use in the form of a
409
+ * `kHighsHessianFormat` constant.
410
+ * @param sense The optimization sense in the form of a `kHighsObjSense`
411
+ * constant.
412
+ * @param offset The constant term in the objective function.
413
+ * @param col_cost An array of length [num_col] with the objective
414
+ * coefficients.
415
+ * @param col_lower An array of length [num_col] with the lower column bounds.
416
+ * @param col_upper An array of length [num_col] with the upper column bounds.
417
+ * @param row_lower An array of length [num_row] with the upper row bounds.
418
+ * @param row_upper An array of length [num_row] with the upper row bounds.
419
+ * @param a_start The constraint matrix is provided to HiGHS in compressed
365
420
  * sparse column form (if `a_format` is
366
421
  * `kHighsMatrixFormatColwise`, otherwise compressed sparse
367
422
  * row form). The sparse matrix consists of three arrays,
@@ -370,20 +425,21 @@ HighsInt Highs_passMip(void* highs, const HighsInt num_col,
370
425
  * column in `a_index`. If `a_format` is
371
426
  * `kHighsMatrixFormatRowwise` the array is of length
372
427
  * [num_row] corresponding to each row.
373
- * @param a_index array of length [num_nz] with indices of matrix entries
374
- * @param a_value array of length [num_nz] with values of matrix entries
375
- * @param q_start the Hessian matrix is provided in the same format as the
428
+ * @param a_index An array of length [num_nz] with indices of matrix
429
+ * entries.
430
+ * @param a_value An array of length [num_nz] with values of matrix entries.
431
+ * @param q_start The Hessian matrix is provided in the same format as the
376
432
  * constraint matrix, using `q_start`, `q_index`, and
377
433
  * `q_value` in the place of `a_start`, `a_index`, and
378
434
  * `a_value`. If the model is linear, pass NULL.
379
- * @param q_index array of length [q_num_nz] with indices of matrix entries.
380
- * If the model is linear, pass NULL.
381
- * @param q_value array of length [q_num_nz] with values of matrix entries.
382
- * If the model is linear, pass NULL.
383
- * @param integrality an array of length [num_col] containing a `kHighsVarType`
384
- * consatnt for each column
435
+ * @param q_index An array of length [q_num_nz] with indices of matrix
436
+ * entries. If the model is linear, pass NULL.
437
+ * @param q_value An array of length [q_num_nz] with values of matrix
438
+ * entries. If the model is linear, pass NULL.
439
+ * @param integrality An array of length [num_col] containing a `kHighsVarType`
440
+ * consatnt for each column.
385
441
  *
386
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
442
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
387
443
  */
388
444
  HighsInt Highs_passModel(void* highs, const HighsInt num_col,
389
445
  const HighsInt num_row, const HighsInt num_nz,
@@ -400,34 +456,68 @@ HighsInt Highs_passModel(void* highs, const HighsInt num_col,
400
456
  /**
401
457
  * Set the Hessian matrix for a quadratic objective.
402
458
  *
403
- * @param highs a pointer to the Highs instance
404
- * @param dim the dimension of the Hessian matrix. Should be [num_col].
405
- * @param num_nz the number of non-zero elements in the Hessian matrix
406
- * @param format the format of the Hessian matrix as a `kHighsHessianFormat`
459
+ * @param highs A pointer to the Highs instance.
460
+ * @param dim The dimension of the Hessian matrix. Should be [num_col].
461
+ * @param num_nz The number of non-zero elements in the Hessian matrix.
462
+ * @param format The format of the Hessian matrix as a `kHighsHessianFormat`
407
463
  * constant. This must be `kHighsHessianFormatTriangular`.
408
- * @param start the Hessian matrix is provided to HiGHS as the upper
464
+ * @param start The Hessian matrix is provided to HiGHS as the upper
409
465
  * triangular component in compressed sparse column form. The
410
466
  * sparse matrix consists of three arrays, `start`, `index`,
411
467
  * and `value`. `start` is an array of length [num_col]
412
468
  * containing the starting index of each column in `index`.
413
- * @param index array of length [num_nz] with indices of matrix entries
414
- * @param value array of length [num_nz] with values of matrix entries
469
+ * @param index An array of length [num_nz] with indices of matrix entries.
470
+ * @param value An array of length [num_nz] with values of matrix entries.
415
471
  *
416
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
472
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
417
473
  */
418
474
  HighsInt Highs_passHessian(void* highs, const HighsInt dim,
419
475
  const HighsInt num_nz, const HighsInt format,
420
476
  const HighsInt* start, const HighsInt* index,
421
477
  const double* value);
422
478
 
479
+ /**
480
+ * Pass the name of a row.
481
+ *
482
+ * @param highs A pointer to the Highs instance.
483
+ * @param row The row for which the name is supplied.
484
+ * @param name The name of the row.
485
+ *
486
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
487
+ */
488
+ HighsInt Highs_passRowName(const void* highs, const HighsInt row,
489
+ const char* name);
490
+
491
+ /**
492
+ * Pass the name of a column.
493
+ *
494
+ * @param highs A pointer to the Highs instance.
495
+ * @param col The column for which the name is supplied.
496
+ * @param name The name of the column.
497
+ *
498
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
499
+ */
500
+ HighsInt Highs_passColName(const void* highs, const HighsInt col,
501
+ const char* name);
502
+
503
+ /**
504
+ * Read the option values from file.
505
+ *
506
+ * @param highs A pointer to the Highs instance.
507
+ * @param filename The filename from which to read the option values.
508
+ *
509
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
510
+ */
511
+ HighsInt Highs_readOptions(const void* highs, const char* filename);
512
+
423
513
  /**
424
514
  * Set a boolean-valued option.
425
515
  *
426
- * @param highs a pointer to the Highs instance
427
- * @param option the name of the option
428
- * @param value the value of the option
516
+ * @param highs A pointer to the Highs instance.
517
+ * @param option The name of the option.
518
+ * @param value The new value of the option.
429
519
  *
430
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
520
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
431
521
  */
432
522
  HighsInt Highs_setBoolOptionValue(void* highs, const char* option,
433
523
  const HighsInt value);
@@ -435,11 +525,11 @@ HighsInt Highs_setBoolOptionValue(void* highs, const char* option,
435
525
  /**
436
526
  * Set an int-valued option.
437
527
  *
438
- * @param highs a pointer to the Highs instance
439
- * @param option the name of the option
440
- * @param value the value of the option
528
+ * @param highs A pointer to the Highs instance.
529
+ * @param option The name of the option.
530
+ * @param value The new value of the option.
441
531
  *
442
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
532
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
443
533
  */
444
534
  HighsInt Highs_setIntOptionValue(void* highs, const char* option,
445
535
  const HighsInt value);
@@ -447,11 +537,11 @@ HighsInt Highs_setIntOptionValue(void* highs, const char* option,
447
537
  /**
448
538
  * Set a double-valued option.
449
539
  *
450
- * @param highs a pointer to the Highs instance
451
- * @param option the name of the option
452
- * @param value the value of the option
540
+ * @param highs A pointer to the Highs instance.
541
+ * @param option The name of the option.
542
+ * @param value The new value of the option.
453
543
  *
454
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
544
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
455
545
  */
456
546
  HighsInt Highs_setDoubleOptionValue(void* highs, const char* option,
457
547
  const double value);
@@ -459,11 +549,11 @@ HighsInt Highs_setDoubleOptionValue(void* highs, const char* option,
459
549
  /**
460
550
  * Set a string-valued option.
461
551
  *
462
- * @param highs a pointer to the Highs instance
463
- * @param option the name of the option
464
- * @param value the value of the option
552
+ * @param highs A pointer to the Highs instance.
553
+ * @param option The name of the option.
554
+ * @param value The new value of the option.
465
555
  *
466
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
556
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
467
557
  */
468
558
  HighsInt Highs_setStringOptionValue(void* highs, const char* option,
469
559
  const char* value);
@@ -471,11 +561,12 @@ HighsInt Highs_setStringOptionValue(void* highs, const char* option,
471
561
  /**
472
562
  * Get a boolean-valued option.
473
563
  *
474
- * @param highs a pointer to the Highs instance
475
- * @param option the name of the option
476
- * @param value storage for the value of the option
564
+ * @param highs A pointer to the Highs instance.
565
+ * @param option The name of the option.
566
+ * @param value The location in which the current value of the option should
567
+ * be placed.
477
568
  *
478
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
569
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
479
570
  */
480
571
  HighsInt Highs_getBoolOptionValue(const void* highs, const char* option,
481
572
  HighsInt* value);
@@ -483,11 +574,12 @@ HighsInt Highs_getBoolOptionValue(const void* highs, const char* option,
483
574
  /**
484
575
  * Get an int-valued option.
485
576
  *
486
- * @param highs a pointer to the Highs instance
487
- * @param option the name of the option
488
- * @param value storage for the value of the option
577
+ * @param highs A pointer to the Highs instance.
578
+ * @param option The name of the option.
579
+ * @param value The location in which the current value of the option should
580
+ * be placed.
489
581
  *
490
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
582
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
491
583
  */
492
584
  HighsInt Highs_getIntOptionValue(const void* highs, const char* option,
493
585
  HighsInt* value);
@@ -495,11 +587,12 @@ HighsInt Highs_getIntOptionValue(const void* highs, const char* option,
495
587
  /**
496
588
  * Get a double-valued option.
497
589
  *
498
- * @param highs a pointer to the Highs instance
499
- * @param option the name of the option
500
- * @param value storage for the value of the option
590
+ * @param highs A pointer to the Highs instance.
591
+ * @param option The name of the option.
592
+ * @param value The location in which the current value of the option should
593
+ * be placed.
501
594
  *
502
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
595
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
503
596
  */
504
597
  HighsInt Highs_getDoubleOptionValue(const void* highs, const char* option,
505
598
  double* value);
@@ -507,11 +600,13 @@ HighsInt Highs_getDoubleOptionValue(const void* highs, const char* option,
507
600
  /**
508
601
  * Get a string-valued option.
509
602
  *
510
- * @param highs a pointer to the Highs instance
511
- * @param option the name of the option
512
- * @param value pointer to allocated memory to store the value of the option
603
+ * @param highs A pointer to the Highs instance.
604
+ * @param option The name of the option.
605
+ * @param value A pointer to allocated memory (of at least
606
+ * `kMaximumStringLength`) to store the current value of the
607
+ * option.
513
608
  *
514
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
609
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
515
610
  */
516
611
  HighsInt Highs_getStringOptionValue(const void* highs, const char* option,
517
612
  char* value);
@@ -519,12 +614,12 @@ HighsInt Highs_getStringOptionValue(const void* highs, const char* option,
519
614
  /**
520
615
  * Get the type expected by an option.
521
616
  *
522
- * @param highs a pointer to the Highs instance
523
- * @param option the name of the option
524
- * @param type int in which the corresponding `kHighsOptionType` constant
525
- * is stored
617
+ * @param highs A pointer to the Highs instance.
618
+ * @param option The name of the option.
619
+ * @param type An int in which the corresponding `kHighsOptionType`
620
+ * constant should be placed.
526
621
  *
527
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
622
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
528
623
  */
529
624
  HighsInt Highs_getOptionType(const void* highs, const char* option,
530
625
  HighsInt* type);
@@ -532,19 +627,19 @@ HighsInt Highs_getOptionType(const void* highs, const char* option,
532
627
  /**
533
628
  * Reset all options to their default value.
534
629
  *
535
- * @param highs a pointer to the Highs instance
630
+ * @param highs A pointer to the Highs instance.
536
631
  *
537
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
632
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
538
633
  */
539
634
  HighsInt Highs_resetOptions(void* highs);
540
635
 
541
636
  /**
542
637
  * Write the current options to file.
543
638
  *
544
- * @param highs a pointer to the Highs instance
545
- * @param filename the filename to write the options to
639
+ * @param highs A pointer to the Highs instance.
640
+ * @param filename The filename to write the options to.
546
641
  *
547
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
642
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
548
643
  */
549
644
  HighsInt Highs_writeOptions(const void* highs, const char* filename);
550
645
 
@@ -554,21 +649,94 @@ HighsInt Highs_writeOptions(const void* highs, const char* filename);
554
649
  * This is similar to `Highs_writeOptions`, except only options with
555
650
  * non-default value are written to `filename`.
556
651
  *
557
- * @param highs a pointer to the Highs instance
558
- * @param filename the filename to write the options to
652
+ * @param highs A pointer to the Highs instance.
653
+ * @param filename The filename to write the options to.
559
654
  *
560
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
655
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
561
656
  */
562
657
  HighsInt Highs_writeOptionsDeviations(const void* highs, const char* filename);
563
658
 
659
+ /**
660
+ * Return the number of options
661
+ *
662
+ * @param highs A pointer to the Highs instance.
663
+ */
664
+ HighsInt Highs_getNumOptions(const void* highs);
665
+
666
+ /**
667
+ * Get the name of an option identified by index
668
+ *
669
+ * @param highs A pointer to the Highs instance.
670
+ * @param index The index of the option.
671
+ * @param name The name of the option.
672
+ *
673
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
674
+ */
675
+ HighsInt Highs_getOptionName(const void* highs, const HighsInt index,
676
+ char** name);
677
+
678
+ /**
679
+ * Get the current and default values of a bool option
680
+ *
681
+ * @param highs A pointer to the Highs instance.
682
+ * @param current_value A pointer to the current value of the option.
683
+ * @param default_value A pointer to the default value of the option.
684
+ *
685
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
686
+ */
687
+ HighsInt Highs_getBoolOptionValues(const void* highs, const char* option,
688
+ HighsInt* current_value,
689
+ HighsInt* default_value);
690
+ /**
691
+ * Get the current and default values of an int option
692
+ *
693
+ * @param highs A pointer to the Highs instance.
694
+ * @param current_value A pointer to the current value of the option.
695
+ * @param min_value A pointer to the minimum value of the option.
696
+ * @param max_value A pointer to the maximum value of the option.
697
+ * @param default_value A pointer to the default value of the option.
698
+ *
699
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
700
+ */
701
+ HighsInt Highs_getIntOptionValues(const void* highs, const char* option,
702
+ HighsInt* current_value, HighsInt* min_value,
703
+ HighsInt* max_value, HighsInt* default_value);
704
+
705
+ /**
706
+ * Get the current and default values of a double option
707
+ *
708
+ * @param highs A pointer to the Highs instance.
709
+ * @param current_value A pointer to the current value of the option.
710
+ * @param min_value A pointer to the minimum value of the option.
711
+ * @param max_value A pointer to the maximum value of the option.
712
+ * @param default_value A pointer to the default value of the option.
713
+ *
714
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
715
+ */
716
+ HighsInt Highs_getDoubleOptionValues(const void* highs, const char* option,
717
+ double* current_value, double* min_value,
718
+ double* max_value, double* default_value);
719
+
720
+ /**
721
+ * Get the current and default values of a string option
722
+ *
723
+ * @param highs A pointer to the Highs instance.
724
+ * @param current_value A pointer to the current value of the option.
725
+ * @param default_value A pointer to the default value of the option.
726
+ *
727
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
728
+ */
729
+ HighsInt Highs_getStringOptionValues(const void* highs, const char* option,
730
+ char* current_value, char* default_value);
731
+
564
732
  /**
565
733
  * Get an int-valued info value.
566
734
  *
567
- * @param highs a pointer to the Highs instance
568
- * @param info the name of the info item
569
- * @param value a reference to an integer that the result will be stored in
735
+ * @param highs A pointer to the Highs instance.
736
+ * @param info The name of the info item.
737
+ * @param value A reference to an integer that the result will be stored in.
570
738
  *
571
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
739
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
572
740
  */
573
741
  HighsInt Highs_getIntInfoValue(const void* highs, const char* info,
574
742
  HighsInt* value);
@@ -576,11 +744,11 @@ HighsInt Highs_getIntInfoValue(const void* highs, const char* info,
576
744
  /**
577
745
  * Get a double-valued info value.
578
746
  *
579
- * @param highs a pointer to the Highs instance
580
- * @param info the name of the info item
581
- * @param value a reference to an double that the result will be stored in
747
+ * @param highs A pointer to the Highs instance.
748
+ * @param info The name of the info item.
749
+ * @param value A reference to a double that the result will be stored in.
582
750
  *
583
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
751
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
584
752
  */
585
753
  HighsInt Highs_getDoubleInfoValue(const void* highs, const char* info,
586
754
  double* value);
@@ -588,25 +756,41 @@ HighsInt Highs_getDoubleInfoValue(const void* highs, const char* info,
588
756
  /**
589
757
  * Get an int64-valued info value.
590
758
  *
591
- * @param highs a pointer to the Highs instance
592
- * @param info the name of the info item
593
- * @param value a reference to a int64 that the result will be stored in
759
+ * @param highs A pointer to the Highs instance.
760
+ * @param info The name of the info item.
761
+ * @param value A reference to an int64 that the result will be stored in.
594
762
  *
595
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
763
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
596
764
  */
597
765
  HighsInt Highs_getInt64InfoValue(const void* highs, const char* info,
598
766
  int64_t* value);
599
767
 
768
+ /**
769
+ * Get the type expected by an info item.
770
+ *
771
+ * @param highs A pointer to the Highs instance.
772
+ * @param info The name of the info item.
773
+ * @param type An int in which the corresponding `kHighsOptionType`
774
+ * constant is stored.
775
+ *
776
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
777
+ */
778
+ HighsInt Highs_getInfoType(const void* highs, const char* info, HighsInt* type);
779
+
600
780
  /**
601
781
  * Get the primal and dual solution from an optimized model.
602
782
  *
603
- * @param highs a pointer to the Highs instance
604
- * @param col_value array of length [num_col], filled with primal column values
605
- * @param col_dual array of length [num_col], filled with dual column values
606
- * @param row_value array of length [num_row], filled with primal row values
607
- * @param row_dual array of length [num_row], filled with dual row values
783
+ * @param highs A pointer to the Highs instance.
784
+ * @param col_value An array of length [num_col], to be filled with primal
785
+ * column values.
786
+ * @param col_dual An array of length [num_col], to be filled with dual column
787
+ * values.
788
+ * @param row_value An array of length [num_row], to be filled with primal row
789
+ * values.
790
+ * @param row_dual An array of length [num_row], to be filled with dual row
791
+ * values.
608
792
  *
609
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
793
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
610
794
  */
611
795
  HighsInt Highs_getSolution(const void* highs, double* col_value,
612
796
  double* col_dual, double* row_value,
@@ -616,15 +800,15 @@ HighsInt Highs_getSolution(const void* highs, double* col_value,
616
800
  * Given a linear program with a basic feasible solution, get the column and row
617
801
  * basis statuses.
618
802
  *
619
- * @param highs a pointer to the Highs instance
620
- * @param col_status array of length [num_col], to be filled with the column
803
+ * @param highs A pointer to the Highs instance.
804
+ * @param col_status An array of length [num_col], to be filled with the column
621
805
  * basis statuses in the form of a `kHighsBasisStatus`
622
- * constant
623
- * @param row_status array of length [num_row], to be filled with the row
806
+ * constant.
807
+ * @param row_status An array of length [num_row], to be filled with the row
624
808
  * basis statuses in the form of a `kHighsBasisStatus`
625
- * constant
809
+ * constant.
626
810
  *
627
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
811
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
628
812
  */
629
813
  HighsInt Highs_getBasis(const void* highs, HighsInt* col_status,
630
814
  HighsInt* row_status);
@@ -633,22 +817,22 @@ HighsInt Highs_getBasis(const void* highs, HighsInt* col_status,
633
817
  * Return the optimization status of the model in the form of a
634
818
  * `kHighsModelStatus` constant.
635
819
  *
636
- * @param highs a pointer to the Highs instance
820
+ * @param highs A pointer to the Highs instance.
637
821
  *
638
- * @returns an integer corresponding to the `kHighsModelStatus` constant
822
+ * @returns An integer corresponding to the `kHighsModelStatus` constant
639
823
  */
640
824
  HighsInt Highs_getModelStatus(const void* highs);
641
825
 
642
826
  /**
643
827
  * Get an unbounded dual ray that is a certificate of primal infeasibility.
644
828
  *
645
- * @param highs a pointer to the Highs instance
646
- * @param has_dual_ray a pointer to an int to store 1 if the dual ray
647
- * exists
648
- * @param dual_ray_value an array of length [num_row] filled with the
649
- * unbounded ray
829
+ * @param highs A pointer to the Highs instance.
830
+ * @param has_dual_ray A pointer to an int to store 1 if the dual ray
831
+ * exists.
832
+ * @param dual_ray_value An array of length [num_row] filled with the
833
+ * unbounded ray.
650
834
  *
651
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
835
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
652
836
  */
653
837
  HighsInt Highs_getDualRay(const void* highs, HighsInt* has_dual_ray,
654
838
  double* dual_ray_value);
@@ -656,13 +840,13 @@ HighsInt Highs_getDualRay(const void* highs, HighsInt* has_dual_ray,
656
840
  /**
657
841
  * Get an unbounded primal ray that is a certificate of dual infeasibility.
658
842
  *
659
- * @param highs a pointer to the Highs instance
660
- * @param has_primal_ray a pointer to an int to store 1 if the primal ray
661
- * exists
662
- * @param primal_ray_value an array of length [num_col] filled with the
663
- * unbounded ray
843
+ * @param highs A pointer to the Highs instance.
844
+ * @param has_primal_ray A pointer to an int to store 1 if the primal ray
845
+ * exists.
846
+ * @param primal_ray_value An array of length [num_col] filled with the
847
+ * unbounded ray.
664
848
  *
665
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
849
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
666
850
  */
667
851
  HighsInt Highs_getPrimalRay(const void* highs, HighsInt* has_primal_ray,
668
852
  double* primal_ray_value);
@@ -670,21 +854,22 @@ HighsInt Highs_getPrimalRay(const void* highs, HighsInt* has_primal_ray,
670
854
  /**
671
855
  * Get the primal objective function value.
672
856
  *
673
- * @param highs a pointer to the Highs instance
857
+ * @param highs A pointer to the Highs instance.
674
858
  *
675
- * @returns the primal objective function value
859
+ * @returns The primal objective function value
676
860
  */
677
861
  double Highs_getObjectiveValue(const void* highs);
678
862
 
679
863
  /**
680
- * Get the indices of the rows and columns that make up the basis matrix of a
681
- * basic feasible solution.
864
+ * Get the indices of the rows and columns that make up the basis matrix ``B``
865
+ * of a basic feasible solution.
682
866
  *
683
867
  * Non-negative entries are indices of columns, and negative entries are
684
868
  * `-row_index - 1`. For example, `{1, -1}` would be the second column and first
685
869
  * row.
686
870
  *
687
871
  * The order of these rows and columns is important for calls to the functions:
872
+ *
688
873
  * - `Highs_getBasisInverseRow`
689
874
  * - `Highs_getBasisInverseCol`
690
875
  * - `Highs_getBasisSolve`
@@ -692,95 +877,103 @@ double Highs_getObjectiveValue(const void* highs);
692
877
  * - `Highs_getReducedRow`
693
878
  * - `Highs_getReducedColumn`
694
879
  *
695
- * @param highs a pointer to the Highs instance
696
- * @param basic_variables array of size [num_rows], filled with the indices of
697
- * the basic variables
880
+ * @param highs A pointer to the Highs instance.
881
+ * @param basic_variables An array of size [num_rows], filled with the indices
882
+ * of the basic variables.
698
883
  *
699
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
884
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
700
885
  */
701
886
  HighsInt Highs_getBasicVariables(const void* highs, HighsInt* basic_variables);
702
887
 
703
888
  /**
704
- * Get a row of the inverse basis matrix \f$B^{-1}\f$.
889
+ * Get a row of the inverse basis matrix ``B^{-1}``.
705
890
  *
706
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
891
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
707
892
  *
708
893
  * The arrays `row_vector` and `row_index` must have an allocated length of
709
894
  * [num_row]. However, check `row_num_nz` to see how many non-zero elements are
710
895
  * actually stored.
711
896
  *
712
- * @param highs a pointer to the Highs instance
713
- * @param row index of the row to compute
714
- * @param row_vector values of the non-zero elements
715
- * @param row_num_nz the number of non-zeros in the row
716
- * @param row_index indices of the non-zero elements
897
+ * @param highs A pointer to the Highs instance.
898
+ * @param row The index of the row to compute.
899
+ * @param row_vector An array of length [num_row] in which to store the
900
+ * values of the non-zero elements.
901
+ * @param row_num_nz The number of non-zeros in the row.
902
+ * @param row_index An array of length [num_row] in which to store the
903
+ * indices of the non-zero elements.
717
904
  *
718
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
905
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
719
906
  */
720
907
  HighsInt Highs_getBasisInverseRow(const void* highs, const HighsInt row,
721
908
  double* row_vector, HighsInt* row_num_nz,
722
909
  HighsInt* row_index);
723
910
 
724
911
  /**
725
- * Get a column of the inverse basis matrix \f$B^{-1}\f$.
912
+ * Get a column of the inverse basis matrix ``B^{-1}``.
726
913
  *
727
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
914
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
728
915
  *
729
916
  * The arrays `col_vector` and `col_index` must have an allocated length of
730
917
  * [num_row]. However, check `col_num_nz` to see how many non-zero elements are
731
918
  * actually stored.
732
919
  *
733
- * @param highs a pointer to the Highs instance
734
- * @param col index of the column to compute
735
- * @param col_vector values of the non-zero elements
736
- * @param col_num_nz the number of non-zeros in the column
737
- * @param col_index indices of the non-zero elements
920
+ * @param highs A pointer to the Highs instance.
921
+ * @param col The index of the column to compute.
922
+ * @param col_vector An array of length [num_row] in which to store the
923
+ * values of the non-zero elements.
924
+ * @param col_num_nz The number of non-zeros in the column.
925
+ * @param col_index An array of length [num_row] in which to store the
926
+ * indices of the non-zero elements.
738
927
 
739
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
928
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
740
929
  */
741
930
  HighsInt Highs_getBasisInverseCol(const void* highs, const HighsInt col,
742
931
  double* col_vector, HighsInt* col_num_nz,
743
932
  HighsInt* col_index);
744
933
 
745
934
  /**
746
- * Compute \f$\mathbf{x}=B^{-1}\mathbf{b}\f$ for a given vector
747
- * \f$\mathbf{b}\f$.
935
+ * Compute ``\mathbf{x}=B^{-1}\mathbf{b}`` for a given vector
936
+ * ``\mathbf{b}``.
748
937
  *
749
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
938
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
750
939
  *
751
940
  * The arrays `solution_vector` and `solution_index` must have an allocated
752
941
  * length of [num_row]. However, check `solution_num_nz` to see how many
753
942
  * non-zero elements are actually stored.
754
943
  *
755
- * @param highs a pointer to the Highs instance
756
- * @param rhs the right-hand side vector `b`
757
- * @param solution_vector values of the non-zero elements
758
- * @param solution_num_nz the number of non-zeros in the solution
759
- * @param solution_index indices of the non-zero elements
944
+ * @param highs A pointer to the Highs instance.
945
+ * @param rhs The right-hand side vector ``b``.
946
+ * @param solution_vector An array of length [num_row] in which to store the
947
+ * values of the non-zero elements.
948
+ * @param solution_num_nz The number of non-zeros in the solution.
949
+ * @param solution_index An array of length [num_row] in which to store the
950
+ * indices of the non-zero elements.
760
951
  *
761
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
952
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
762
953
  */
763
954
  HighsInt Highs_getBasisSolve(const void* highs, const double* rhs,
764
955
  double* solution_vector, HighsInt* solution_num_nz,
765
956
  HighsInt* solution_index);
766
957
 
767
958
  /**
768
- * Compute \f$\mathbf{x}=B^{-T}\mathbf{b}\f$ for a given vector
769
- * \f$\mathbf{b}\f$.
959
+ * Compute ``\mathbf{x}=B^{-T}\mathbf{b}`` for a given vector
960
+ * ``\mathbf{b}``.
770
961
  *
771
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
962
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
772
963
  *
773
964
  * The arrays `solution_vector` and `solution_index` must have an allocated
774
965
  * length of [num_row]. However, check `solution_num_nz` to see how many
775
966
  * non-zero elements are actually stored.
776
967
  *
777
- * @param highs a pointer to the Highs instance
778
- * @param rhs the right-hand side vector `b`
779
- * @param solution_vector values of the non-zero elements
780
- * @param solution_num_nz the number of non-zeros in the solution
781
- * @param solution_index indices of the non-zero elements
968
+ * @param highs A pointer to the Highs instance.
969
+ * @param rhs The right-hand side vector ``b``
970
+ * @param solution_vector An array of length [num_row] in whcih to store the
971
+ * values of the non-zero elements.
972
+ * @param solution_num_nz The number of non-zeros in the solution.
973
+ * @param solution_index An array of length [num_row] in whcih to store the
974
+ * indices of the non-zero elements.
782
975
  *
783
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
976
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
784
977
  */
785
978
  HighsInt Highs_getBasisTransposeSolve(const void* highs, const double* rhs,
786
979
  double* solution_vector,
@@ -788,42 +981,46 @@ HighsInt Highs_getBasisTransposeSolve(const void* highs, const double* rhs,
788
981
  HighsInt* solution_index);
789
982
 
790
983
  /**
791
- * Compute a row of \f$B^{-1}A\f$.
984
+ * Compute a row of ``B^{-1}A``.
792
985
  *
793
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
986
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
794
987
  *
795
988
  * The arrays `row_vector` and `row_index` must have an allocated length of
796
989
  * [num_row]. However, check `row_num_nz` to see how many non-zero elements are
797
990
  * actually stored.
798
991
  *
799
- * @param highs a pointer to the Highs instance
800
- * @param row index of the row to compute
801
- * @param row_vector values of the non-zero elements
802
- * @param row_num_nz the number of non-zeros in the row
803
- * @param row_index indices of the non-zero elements
992
+ * @param highs A pointer to the Highs instance.
993
+ * @param row The index of the row to compute.
994
+ * @param row_vector An array of length [num_row] in which to store the
995
+ * values of the non-zero elements.
996
+ * @param row_num_nz The number of non-zeros in the row.
997
+ * @param row_index An array of length [num_row] in which to store the
998
+ * indices of the non-zero elements.
804
999
  *
805
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1000
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
806
1001
  */
807
1002
  HighsInt Highs_getReducedRow(const void* highs, const HighsInt row,
808
1003
  double* row_vector, HighsInt* row_num_nz,
809
1004
  HighsInt* row_index);
810
1005
 
811
1006
  /**
812
- * Compute a column of \f$B^{-1}A\f$.
1007
+ * Compute a column of ``B^{-1}A``.
813
1008
  *
814
- * See `Highs_getBasicVariables` for a description of the `B` matrix.
1009
+ * See `Highs_getBasicVariables` for a description of the ``B`` matrix.
815
1010
  *
816
1011
  * The arrays `col_vector` and `col_index` must have an allocated length of
817
1012
  * [num_row]. However, check `col_num_nz` to see how many non-zero elements are
818
1013
  * actually stored.
819
1014
  *
820
- * @param highs a pointer to the Highs instance
821
- * @param col index of the column to compute
822
- * @param col_vector values of the non-zero elements
823
- * @param col_num_nz the number of non-zeros in the column
824
- * @param col_index indices of the non-zero elements
1015
+ * @param highs A pointer to the Highs instance.
1016
+ * @param col The index of the column to compute.
1017
+ * @param col_vector An array of length [num_row] in which to store the
1018
+ * values of the non-zero elements.
1019
+ * @param col_num_nz The number of non-zeros in the column.
1020
+ * @param col_index An array of length [num_row] in which to store the
1021
+ * indices of the non-zero elements.
825
1022
 
826
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1023
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
827
1024
  */
828
1025
  HighsInt Highs_getReducedColumn(const void* highs, const HighsInt col,
829
1026
  double* col_vector, HighsInt* col_num_nz,
@@ -833,13 +1030,13 @@ HighsInt Highs_getReducedColumn(const void* highs, const HighsInt col,
833
1030
  * Set a basic feasible solution by passing the column and row basis statuses to
834
1031
  * the model.
835
1032
  *
836
- * @param highs a pointer to the Highs instance
1033
+ * @param highs A pointer to the Highs instance.
837
1034
  * @param col_status an array of length [num_col] with the column basis status
838
1035
  * in the form of `kHighsBasisStatus` constants
839
1036
  * @param row_status an array of length [num_row] with the row basis status
840
1037
  * in the form of `kHighsBasisStatus` constants
841
1038
  *
842
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1039
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
843
1040
  */
844
1041
  HighsInt Highs_setBasis(void* highs, const HighsInt* col_status,
845
1042
  const HighsInt* row_status);
@@ -847,51 +1044,106 @@ HighsInt Highs_setBasis(void* highs, const HighsInt* col_status,
847
1044
  /**
848
1045
  * Set a logical basis in the model.
849
1046
  *
850
- * @param highs a pointer to the Highs instance
1047
+ * @param highs A pointer to the Highs instance.
851
1048
  *
852
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1049
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
853
1050
  */
854
1051
  HighsInt Highs_setLogicalBasis(void* highs);
855
1052
 
856
1053
  /**
857
- * Set a solution by passing the column and row primal and dual
858
- * solution values. For any values that are unavailable pass NULL.
1054
+ * Set a solution by passing the column and row primal and dual solution values.
859
1055
  *
860
- * @param highs a pointer to the Highs instance
861
- * @param col_value an array of length [num_col] with the column solution
862
- * values
863
- * @param row_value an array of length [num_row] with the row solution
864
- * values
865
- * @param col_dual an array of length [num_col] with the column dual values
866
- * @param row_dual an array of length [num_row] with the row dual values
1056
+ * For any values that are unavailable, pass NULL.
867
1057
  *
868
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1058
+ * @param highs A pointer to the Highs instance.
1059
+ * @param col_value An array of length [num_col] with the column solution
1060
+ * values.
1061
+ * @param row_value An array of length [num_row] with the row solution
1062
+ * values.
1063
+ * @param col_dual An array of length [num_col] with the column dual values.
1064
+ * @param row_dual An array of length [num_row] with the row dual values.
1065
+ *
1066
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
869
1067
  */
870
1068
  HighsInt Highs_setSolution(void* highs, const double* col_value,
871
1069
  const double* row_value, const double* col_dual,
872
1070
  const double* row_dual);
873
1071
 
1072
+ /**
1073
+ * Set the callback method to use for HiGHS
1074
+ *
1075
+ * @param highs A pointer to the Highs instance.
1076
+ * @param user_callback A pointer to the user callback
1077
+ * @param user_callback_data A pointer to the user callback data
1078
+ *
1079
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1080
+ */
1081
+ HighsInt Highs_setCallback(
1082
+ void* highs,
1083
+ void (*user_callback)(const int, const char*,
1084
+ const struct HighsCallbackDataOut*,
1085
+ struct HighsCallbackDataIn*, void*),
1086
+ void* user_callback_data);
1087
+
1088
+ /**
1089
+ * Start callback of given type
1090
+ *
1091
+ * @param highs A pointer to the Highs instance.
1092
+ * @param callback_type The type of callback to be started
1093
+ *
1094
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1095
+ */
1096
+ HighsInt Highs_startCallback(void* highs, const int callback_type);
1097
+
1098
+ /**
1099
+ * Stop callback of given type
1100
+ *
1101
+ * @param highs A pointer to the Highs instance.
1102
+ * @param callback_type The type of callback to be stopped
1103
+ *
1104
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1105
+ */
1106
+ HighsInt Highs_stopCallback(void* highs, const int callback_type);
1107
+
874
1108
  /**
875
1109
  * Return the cumulative wall-clock time spent in `Highs_run`.
876
1110
  *
877
- * @param highs a pointer to the Highs instance
1111
+ * @param highs A pointer to the Highs instance.
878
1112
  *
879
- * @returns the cumulative wall-clock time spent in `Highs_run`
1113
+ * @returns The cumulative wall-clock time spent in `Highs_run`
880
1114
  */
881
1115
  double Highs_getRunTime(const void* highs);
882
1116
 
1117
+ /**
1118
+ * Reset the clocks in a `highs` model.
1119
+ *
1120
+ * Each `highs` model contains a single instance of clock that records how much
1121
+ * time is spent in various parts of the algorithm. This clock is not reset on
1122
+ * entry to `Highs_run`, so repeated calls to `Highs_run` report the cumulative
1123
+ * time spent in the algorithm. A side-effect is that this will trigger a time
1124
+ * limit termination once the cumulative run time exceeds the time limit, rather
1125
+ * than the run time of each individual call to `Highs_run`.
1126
+ *
1127
+ * As a work-around, call `Highs_zeroAllClocks` before each call to `Highs_run`.
1128
+ *
1129
+ * @param highs A pointer to the Highs instance.
1130
+ *
1131
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1132
+ */
1133
+ HighsInt Highs_zeroAllClocks(const void* highs);
1134
+
883
1135
  /**
884
1136
  * Add a new column (variable) to the model.
885
1137
  *
886
- * @param highs a pointer to the Highs instance
887
- * @param cost objective coefficient of the column
888
- * @param lower lower bound of the column
889
- * @param upper upper bound of the column
890
- * @param num_new_nz number of non-zeros in the column
891
- * @param index array of size [num_new_nz] with the row indices
892
- * @param value array of size [num_new_nz] with row values
1138
+ * @param highs A pointer to the Highs instance.
1139
+ * @param cost The objective coefficient of the column.
1140
+ * @param lower The lower bound of the column.
1141
+ * @param upper The upper bound of the column.
1142
+ * @param num_new_nz The number of non-zeros in the column.
1143
+ * @param index An array of size [num_new_nz] with the row indices.
1144
+ * @param value An array of size [num_new_nz] with row values.
893
1145
  *
894
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1146
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
895
1147
  */
896
1148
  HighsInt Highs_addCol(void* highs, const double cost, const double lower,
897
1149
  const double upper, const HighsInt num_new_nz,
@@ -900,21 +1152,22 @@ HighsInt Highs_addCol(void* highs, const double cost, const double lower,
900
1152
  /**
901
1153
  * Add multiple columns (variables) to the model.
902
1154
  *
903
- * @param highs a pointer to the Highs instance
904
- * @param num_new_col number of new columns to add
905
- * @param costs array of size [num_new_col] with objective coefficients
906
- * @param lower array of size [num_new_col] with lower bounds
907
- * @param upper array of size [num_new_col] with upper bounds
908
- * @param num_new_nz number of new nonzeros in the constraint matrix
909
- * @param starts the constraint coefficients are given as a matrix in
1155
+ * @param highs A pointer to the Highs instance.
1156
+ * @param num_new_col The number of new columns to add.
1157
+ * @param costs An array of size [num_new_col] with objective
1158
+ * coefficients.
1159
+ * @param lower An array of size [num_new_col] with lower bounds.
1160
+ * @param upper An array of size [num_new_col] with upper bounds.
1161
+ * @param num_new_nz The number of new nonzeros in the constraint matrix.
1162
+ * @param starts The constraint coefficients are given as a matrix in
910
1163
  * compressed sparse column form by the arrays `starts`,
911
1164
  * `index`, and `value`. `starts` is an array of size
912
1165
  * [num_new_cols] with the start index of each row in
913
1166
  * indices and values.
914
- * @param index array of size [num_new_nz] with row indices
915
- * @param value array of size [num_new_nz] with row values
1167
+ * @param index An array of size [num_new_nz] with row indices.
1168
+ * @param value An array of size [num_new_nz] with row values.
916
1169
  *
917
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1170
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
918
1171
  */
919
1172
  HighsInt Highs_addCols(void* highs, const HighsInt num_new_col,
920
1173
  const double* costs, const double* lower,
@@ -925,23 +1178,23 @@ HighsInt Highs_addCols(void* highs, const HighsInt num_new_col,
925
1178
  /**
926
1179
  * Add a new variable to the model.
927
1180
  *
928
- * @param highs a pointer to the Highs instance
929
- * @param lower lower bound of the column
930
- * @param upper upper bound of the column
1181
+ * @param highs A pointer to the Highs instance.
1182
+ * @param lower The lower bound of the column.
1183
+ * @param upper The upper bound of the column.
931
1184
  *
932
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1185
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
933
1186
  */
934
1187
  HighsInt Highs_addVar(void* highs, const double lower, const double upper);
935
1188
 
936
1189
  /**
937
1190
  * Add multiple variables to the model.
938
1191
  *
939
- * @param highs a pointer to the Highs instance
940
- * @param num_new_var number of new variables to add
941
- * @param lower array of size [num_new_var] with lower bounds
942
- * @param upper array of size [num_new_var] with upper bounds
1192
+ * @param highs A pointer to the Highs instance.
1193
+ * @param num_new_var The number of new variables to add.
1194
+ * @param lower An array of size [num_new_var] with lower bounds.
1195
+ * @param upper An array of size [num_new_var] with upper bounds.
943
1196
  *
944
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1197
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
945
1198
  */
946
1199
  HighsInt Highs_addVars(void* highs, const HighsInt num_new_var,
947
1200
  const double* lower, const double* upper);
@@ -949,14 +1202,14 @@ HighsInt Highs_addVars(void* highs, const HighsInt num_new_var,
949
1202
  /**
950
1203
  * Add a new row (a linear constraint) to the model.
951
1204
  *
952
- * @param highs a pointer to the Highs instance
953
- * @param lower lower bound of the row
954
- * @param upper upper bound of the row
955
- * @param num_new_nz number of non-zeros in the row
956
- * @param index array of size [num_new_nz] with column indices
957
- * @param value array of size [num_new_nz] with column values
1205
+ * @param highs A pointer to the Highs instance.
1206
+ * @param lower The lower bound of the row.
1207
+ * @param upper The upper bound of the row.
1208
+ * @param num_new_nz The number of non-zeros in the row
1209
+ * @param index An array of size [num_new_nz] with column indices.
1210
+ * @param value An array of size [num_new_nz] with column values.
958
1211
  *
959
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1212
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
960
1213
  */
961
1214
  HighsInt Highs_addRow(void* highs, const double lower, const double upper,
962
1215
  const HighsInt num_new_nz, const HighsInt* index,
@@ -965,22 +1218,22 @@ HighsInt Highs_addRow(void* highs, const double lower, const double upper,
965
1218
  /**
966
1219
  * Add multiple rows (linear constraints) to the model.
967
1220
  *
968
- * @param highs a pointer to the Highs instance
969
- * @param num_new_row the number of new rows to add
970
- * @param lower array of size [num_new_row] with the lower bounds of the
971
- * rows
972
- * @param upper array of size [num_new_row] with the upper bounds of the
973
- * rows
974
- * @param num_new_nz number of non-zeros in the rows
975
- * @param starts the constraint coefficients are given as a matrix in
1221
+ * @param highs A pointer to the Highs instance.
1222
+ * @param num_new_row The number of new rows to add
1223
+ * @param lower An array of size [num_new_row] with the lower bounds of
1224
+ * the rows.
1225
+ * @param upper An array of size [num_new_row] with the upper bounds of
1226
+ * the rows.
1227
+ * @param num_new_nz The number of non-zeros in the rows.
1228
+ * @param starts The constraint coefficients are given as a matrix in
976
1229
  * compressed sparse row form by the arrays `starts`,
977
1230
  * `index`, and `value`. `starts` is an array of size
978
1231
  * [num_new_rows] with the start index of each row in
979
1232
  * indices and values.
980
- * @param index array of size [num_new_nz] with column indices
981
- * @param value array of size [num_new_nz] with column values
1233
+ * @param index An array of size [num_new_nz] with column indices.
1234
+ * @param value An array of size [num_new_nz] with column values.
982
1235
  *
983
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1236
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
984
1237
  */
985
1238
  HighsInt Highs_addRows(void* highs, const HighsInt num_new_row,
986
1239
  const double* lower, const double* upper,
@@ -990,33 +1243,33 @@ HighsInt Highs_addRows(void* highs, const HighsInt num_new_row,
990
1243
  /**
991
1244
  * Change the objective sense of the model.
992
1245
  *
993
- * @param highs a pointer to the Highs instance
994
- * @param sense the new optimization sense in the form of a `kHighsObjSense`
995
- * constant
1246
+ * @param highs A pointer to the Highs instance.
1247
+ * @param sense The new optimization sense in the form of a `kHighsObjSense`
1248
+ * constant.
996
1249
  *
997
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1250
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
998
1251
  */
999
1252
  HighsInt Highs_changeObjectiveSense(void* highs, const HighsInt sense);
1000
1253
 
1001
1254
  /**
1002
1255
  * Change the objective offset of the model.
1003
1256
  *
1004
- * @param highs a pointer to the Highs instance
1005
- * @param offset the new objective offset
1257
+ * @param highs A pointer to the Highs instance.
1258
+ * @param offset The new objective offset.
1006
1259
  *
1007
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1260
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1008
1261
  */
1009
1262
  HighsInt Highs_changeObjectiveOffset(void* highs, const double offset);
1010
1263
 
1011
1264
  /**
1012
1265
  * Change the integrality of a column.
1013
1266
  *
1014
- * @param highs a pointer to the Highs instance
1015
- * @param col the column index to change
1016
- * @param integrality the new integrality of the column in the form of a
1017
- * `kHighsVarType` constant
1267
+ * @param highs A pointer to the Highs instance.
1268
+ * @param col The column index to change.
1269
+ * @param integrality The new integrality of the column in the form of a
1270
+ * `kHighsVarType` constant.
1018
1271
  *
1019
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1272
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1020
1273
  */
1021
1274
  HighsInt Highs_changeColIntegrality(void* highs, const HighsInt col,
1022
1275
  const HighsInt integrality);
@@ -1024,15 +1277,15 @@ HighsInt Highs_changeColIntegrality(void* highs, const HighsInt col,
1024
1277
  /**
1025
1278
  * Change the integrality of multiple adjacent columns.
1026
1279
  *
1027
- * @param highs a pointer to the Highs instance
1028
- * @param from_col the index of the first column whose integrality changes
1029
- * @param to_col the index of the last column whose integrality
1030
- * changes
1031
- * @param integrality an array of length [to_col - from_col + 1] with the new
1280
+ * @param highs A pointer to the Highs instance.
1281
+ * @param from_col The index of the first column whose integrality changes.
1282
+ * @param to_col The index of the last column whose integrality
1283
+ * changes.
1284
+ * @param integrality An array of length [to_col - from_col + 1] with the new
1032
1285
  * integralities of the columns in the form of
1033
- * `kHighsVarType` constants
1286
+ * `kHighsVarType` constants.
1034
1287
  *
1035
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1288
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1036
1289
  */
1037
1290
  HighsInt Highs_changeColsIntegralityByRange(void* highs,
1038
1291
  const HighsInt from_col,
@@ -1042,15 +1295,15 @@ HighsInt Highs_changeColsIntegralityByRange(void* highs,
1042
1295
  /**
1043
1296
  * Change the integrality of multiple columns given by an array of indices.
1044
1297
  *
1045
- * @param highs a pointer to the Highs instance
1046
- * @param num_set_entries the number of columns to change
1047
- * @param set an array of size [num_set_entries] with the indices
1048
- * of the columns to change
1049
- * @param integrality an array of length [num_set_entries] with the new
1298
+ * @param highs A pointer to the Highs instance.
1299
+ * @param num_set_entries The number of columns to change.
1300
+ * @param set An array of size [num_set_entries] with the indices
1301
+ * of the columns to change.
1302
+ * @param integrality An array of length [num_set_entries] with the new
1050
1303
  * integralities of the columns in the form of
1051
- * `kHighsVarType` constants
1304
+ * `kHighsVarType` constants.
1052
1305
  *
1053
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1306
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1054
1307
  */
1055
1308
  HighsInt Highs_changeColsIntegralityBySet(void* highs,
1056
1309
  const HighsInt num_set_entries,
@@ -1060,14 +1313,14 @@ HighsInt Highs_changeColsIntegralityBySet(void* highs,
1060
1313
  /**
1061
1314
  * Change the integrality of multiple columns given by a mask.
1062
1315
  *
1063
- * @param highs a pointer to the Highs instance
1064
- * @param mask an array of length [num_col] with 1 if the column
1065
- * integrality should be changed and 0 otherwise
1066
- * @param integrality an array of length [num_col] with the new
1316
+ * @param highs A pointer to the Highs instance.
1317
+ * @param mask An array of length [num_col] with 1 if the column
1318
+ * integrality should be changed and 0 otherwise.
1319
+ * @param integrality An array of length [num_col] with the new
1067
1320
  * integralities of the columns in the form of
1068
- * `kHighsVarType` constants
1321
+ * `kHighsVarType` constants.
1069
1322
  *
1070
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1323
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1071
1324
  */
1072
1325
  HighsInt Highs_changeColsIntegralityByMask(void* highs, const HighsInt* mask,
1073
1326
  const HighsInt* integrality);
@@ -1075,11 +1328,11 @@ HighsInt Highs_changeColsIntegralityByMask(void* highs, const HighsInt* mask,
1075
1328
  /**
1076
1329
  * Change the objective coefficient of a column.
1077
1330
  *
1078
- * @param highs a pointer to the Highs instance
1079
- * @param col the index of the column fo change
1080
- * @param cost the new objective coefficient
1331
+ * @param highs A pointer to the Highs instance.
1332
+ * @param col The index of the column fo change.
1333
+ * @param cost The new objective coefficient.
1081
1334
  *
1082
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1335
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1083
1336
  */
1084
1337
  HighsInt Highs_changeColCost(void* highs, const HighsInt col,
1085
1338
  const double cost);
@@ -1087,13 +1340,13 @@ HighsInt Highs_changeColCost(void* highs, const HighsInt col,
1087
1340
  /**
1088
1341
  * Change the cost coefficients of multiple adjacent columns.
1089
1342
  *
1090
- * @param highs a pointer to the Highs instance
1091
- * @param from_col the index of the first column whose cost changes
1092
- * @param to_col the index of the last column whose cost changes
1093
- * @param cost an array of length [to_col - from_col + 1] with the new
1094
- * objective coefficients
1343
+ * @param highs A pointer to the Highs instance.
1344
+ * @param from_col The index of the first column whose cost changes.
1345
+ * @param to_col The index of the last column whose cost changes.
1346
+ * @param cost An array of length [to_col - from_col + 1] with the new
1347
+ * objective coefficients.
1095
1348
  *
1096
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1349
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1097
1350
  */
1098
1351
  HighsInt Highs_changeColsCostByRange(void* highs, const HighsInt from_col,
1099
1352
  const HighsInt to_col, const double* cost);
@@ -1101,14 +1354,14 @@ HighsInt Highs_changeColsCostByRange(void* highs, const HighsInt from_col,
1101
1354
  /**
1102
1355
  * Change the cost of multiple columns given by an array of indices.
1103
1356
  *
1104
- * @param highs a pointer to the Highs instance
1105
- * @param num_set_entries the number of columns to change
1106
- * @param set an array of size [num_set_entries] with the indices
1107
- * of the columns to change
1108
- * @param cost an array of length [num_set_entries] with the new
1357
+ * @param highs A pointer to the Highs instance.
1358
+ * @param num_set_entries The number of columns to change.
1359
+ * @param set An array of size [num_set_entries] with the indices
1360
+ * of the columns to change.
1361
+ * @param cost An array of length [num_set_entries] with the new
1109
1362
  * costs of the columns.
1110
1363
  *
1111
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1364
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1112
1365
  */
1113
1366
  HighsInt Highs_changeColsCostBySet(void* highs, const HighsInt num_set_entries,
1114
1367
  const HighsInt* set, const double* cost);
@@ -1116,12 +1369,12 @@ HighsInt Highs_changeColsCostBySet(void* highs, const HighsInt num_set_entries,
1116
1369
  /**
1117
1370
  * Change the cost of multiple columns given by a mask.
1118
1371
  *
1119
- * @param highs a pointer to the Highs instance
1120
- * @param mask an array of length [num_col] with 1 if the column
1121
- * cost should be changed and 0 otherwise
1122
- * @param cost an array of length [num_col] with the new costs
1372
+ * @param highs A pointer to the Highs instance.
1373
+ * @param mask An array of length [num_col] with 1 if the column
1374
+ * cost should be changed and 0 otherwise.
1375
+ * @param cost An array of length [num_col] with the new costs.
1123
1376
  *
1124
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1377
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1125
1378
  */
1126
1379
  HighsInt Highs_changeColsCostByMask(void* highs, const HighsInt* mask,
1127
1380
  const double* cost);
@@ -1129,12 +1382,12 @@ HighsInt Highs_changeColsCostByMask(void* highs, const HighsInt* mask,
1129
1382
  /**
1130
1383
  * Change the variable bounds of a column.
1131
1384
  *
1132
- * @param highs a pointer to the Highs instance
1133
- * @param col the index of the column whose bounds are to change
1134
- * @param lower the new lower bound
1135
- * @param upper the new upper bound
1385
+ * @param highs A pointer to the Highs instance.
1386
+ * @param col The index of the column whose bounds are to change.
1387
+ * @param lower The new lower bound.
1388
+ * @param upper The new upper bound.
1136
1389
  *
1137
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1390
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1138
1391
  */
1139
1392
  HighsInt Highs_changeColBounds(void* highs, const HighsInt col,
1140
1393
  const double lower, const double upper);
@@ -1142,15 +1395,15 @@ HighsInt Highs_changeColBounds(void* highs, const HighsInt col,
1142
1395
  /**
1143
1396
  * Change the variable bounds of multiple adjacent columns.
1144
1397
  *
1145
- * @param highs a pointer to the Highs instance
1146
- * @param from_col the index of the first column whose bound changes
1147
- * @param to_col the index of the last column whose bound changes
1148
- * @param lower an array of length [to_col - from_col + 1] with the new
1149
- * lower bounds
1150
- * @param upper an array of length [to_col - from_col + 1] with the new
1151
- * upper bounds
1398
+ * @param highs A pointer to the Highs instance.
1399
+ * @param from_col The index of the first column whose bound changes.
1400
+ * @param to_col The index of the last column whose bound changes.
1401
+ * @param lower An array of length [to_col - from_col + 1] with the new
1402
+ * lower bounds.
1403
+ * @param upper An array of length [to_col - from_col + 1] with the new
1404
+ * upper bounds.
1152
1405
  *
1153
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1406
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1154
1407
  */
1155
1408
  HighsInt Highs_changeColsBoundsByRange(void* highs, const HighsInt from_col,
1156
1409
  const HighsInt to_col,
@@ -1160,16 +1413,16 @@ HighsInt Highs_changeColsBoundsByRange(void* highs, const HighsInt from_col,
1160
1413
  /**
1161
1414
  * Change the bounds of multiple columns given by an array of indices.
1162
1415
  *
1163
- * @param highs a pointer to the Highs instance
1164
- * @param num_set_entries the number of columns to change
1165
- * @param set an array of size [num_set_entries] with the indices
1166
- * of the columns to change
1167
- * @param lower an array of length [num_set_entries] with the new
1168
- * lower bounds
1169
- * @param upper an array of length [num_set_entries] with the new
1170
- * upper bounds
1416
+ * @param highs A pointer to the Highs instance.
1417
+ * @param num_set_entries The number of columns to change.
1418
+ * @param set An array of size [num_set_entries] with the indices
1419
+ * of the columns to change.
1420
+ * @param lower An array of length [num_set_entries] with the new
1421
+ * lower bounds.
1422
+ * @param upper An array of length [num_set_entries] with the new
1423
+ * upper bounds.
1171
1424
  *
1172
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1425
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1173
1426
  */
1174
1427
  HighsInt Highs_changeColsBoundsBySet(void* highs,
1175
1428
  const HighsInt num_set_entries,
@@ -1179,13 +1432,13 @@ HighsInt Highs_changeColsBoundsBySet(void* highs,
1179
1432
  /**
1180
1433
  * Change the variable bounds of multiple columns given by a mask.
1181
1434
  *
1182
- * @param highs a pointer to the Highs instance
1183
- * @param mask an array of length [num_col] with 1 if the column
1184
- * bounds should be changed and 0 otherwise
1185
- * @param lower an array of length [num_col] with the new lower bounds
1186
- * @param upper an array of length [num_col] with the new upper bounds
1435
+ * @param highs A pointer to the Highs instance.
1436
+ * @param mask An array of length [num_col] with 1 if the column
1437
+ * bounds should be changed and 0 otherwise.
1438
+ * @param lower An array of length [num_col] with the new lower bounds.
1439
+ * @param upper An array of length [num_col] with the new upper bounds.
1187
1440
  *
1188
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1441
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1189
1442
  */
1190
1443
  HighsInt Highs_changeColsBoundsByMask(void* highs, const HighsInt* mask,
1191
1444
  const double* lower, const double* upper);
@@ -1193,12 +1446,12 @@ HighsInt Highs_changeColsBoundsByMask(void* highs, const HighsInt* mask,
1193
1446
  /**
1194
1447
  * Change the bounds of a row.
1195
1448
  *
1196
- * @param highs a pointer to the Highs instance
1197
- * @param row the index of the row whose bounds are to change
1198
- * @param lower the new lower bound
1199
- * @param upper the new upper bound
1449
+ * @param highs A pointer to the Highs instance.
1450
+ * @param row The index of the row whose bounds are to change.
1451
+ * @param lower The new lower bound.
1452
+ * @param upper The new upper bound.
1200
1453
  *
1201
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1454
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1202
1455
  */
1203
1456
  HighsInt Highs_changeRowBounds(void* highs, const HighsInt row,
1204
1457
  const double lower, const double upper);
@@ -1206,16 +1459,16 @@ HighsInt Highs_changeRowBounds(void* highs, const HighsInt row,
1206
1459
  /**
1207
1460
  * Change the bounds of multiple rows given by an array of indices.
1208
1461
  *
1209
- * @param highs a pointer to the Highs instance
1210
- * @param num_set_entries the number of rows to change
1211
- * @param set an array of size [num_set_entries] with the indices
1212
- * of the rows to change
1213
- * @param lower an array of length [num_set_entries] with the new
1214
- * lower bounds
1215
- * @param upper an array of length [num_set_entries] with the new
1216
- * upper bounds
1462
+ * @param highs A pointer to the Highs instance.
1463
+ * @param num_set_entries The number of rows to change.
1464
+ * @param set An array of size [num_set_entries] with the indices
1465
+ * of the rows to change.
1466
+ * @param lower An array of length [num_set_entries] with the new
1467
+ * lower bounds.
1468
+ * @param upper An array of length [num_set_entries] with the new
1469
+ * upper bounds.
1217
1470
  *
1218
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1471
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1219
1472
  */
1220
1473
  HighsInt Highs_changeRowsBoundsBySet(void* highs,
1221
1474
  const HighsInt num_set_entries,
@@ -1225,13 +1478,13 @@ HighsInt Highs_changeRowsBoundsBySet(void* highs,
1225
1478
  /**
1226
1479
  * Change the bounds of multiple rows given by a mask.
1227
1480
  *
1228
- * @param highs a pointer to the Highs instance
1229
- * @param mask an array of length [num_row] with 1 if the row
1230
- * bounds should be changed and 0 otherwise
1231
- * @param lower an array of length [num_row] with the new lower bounds
1232
- * @param upper an array of length [num_row] with the new upper bounds
1481
+ * @param highs A pointer to the Highs instance.
1482
+ * @param mask An array of length [num_row] with 1 if the row
1483
+ * bounds should be changed and 0 otherwise.
1484
+ * @param lower An array of length [num_row] with the new lower bounds.
1485
+ * @param upper An array of length [num_row] with the new upper bounds.
1233
1486
  *
1234
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1487
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1235
1488
  */
1236
1489
  HighsInt Highs_changeRowsBoundsByMask(void* highs, const HighsInt* mask,
1237
1490
  const double* lower, const double* upper);
@@ -1239,12 +1492,12 @@ HighsInt Highs_changeRowsBoundsByMask(void* highs, const HighsInt* mask,
1239
1492
  /**
1240
1493
  * Change a coefficient in the constraint matrix.
1241
1494
  *
1242
- * @param highs a pointer to the Highs instance
1243
- * @param row the index of the row to change
1244
- * @param col the index of the col to change
1245
- * @param value the new constraint coefficient
1495
+ * @param highs A pointer to the Highs instance.
1496
+ * @param row The index of the row to change.
1497
+ * @param col The index of the column to change.
1498
+ * @param value The new constraint coefficient.
1246
1499
  *
1247
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1500
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1248
1501
  */
1249
1502
  HighsInt Highs_changeCoeff(void* highs, const HighsInt row, const HighsInt col,
1250
1503
  const double value);
@@ -1252,58 +1505,60 @@ HighsInt Highs_changeCoeff(void* highs, const HighsInt row, const HighsInt col,
1252
1505
  /**
1253
1506
  * Get the objective sense.
1254
1507
  *
1255
- * @param highs a pointer to the Highs instance
1256
- * @param sense stores the current objective sense as a `kHighsObjSense`
1257
- * constant
1508
+ * @param highs A pointer to the Highs instance.
1509
+ * @param sense The location in which the current objective sense should be
1510
+ * placed. The sense is a `kHighsObjSense` constant.
1258
1511
  *
1259
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1512
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1260
1513
  */
1261
1514
  HighsInt Highs_getObjectiveSense(const void* highs, HighsInt* sense);
1262
1515
 
1263
1516
  /**
1264
1517
  * Get the objective offset.
1265
1518
  *
1266
- * @param highs a pointer to the Highs instance
1267
- * @param offset stores the current objective offset
1519
+ * @param highs A pointer to the Highs instance.
1520
+ * @param offset The location in which the current objective offset should be
1521
+ * placed.
1268
1522
  *
1269
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1523
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1270
1524
  */
1271
1525
  HighsInt Highs_getObjectiveOffset(const void* highs, double* offset);
1272
1526
 
1273
1527
  /**
1274
1528
  * Get data associated with multiple adjacent columns from the model.
1275
1529
  *
1276
- * To query the constraint coefficients, this function should be called twice:
1277
- * - First, call this function with `matrix_start`, `matrix_index`, and
1278
- * `matrix_value` as `NULL`. This call will populate `num_nz` with the
1279
- * number of nonzero elements in the corresponding section of the constraint
1280
- * matrix.
1281
- * - Second, allocate new `matrix_index` and `matrix_value` arrays of length
1282
- * `num_nz` and call this function again to populate the new arrays with
1283
- * their contents.
1284
- *
1285
- * @param highs a pointer to the Highs instance
1286
- * @param from_col the first column for which to query data for
1287
- * @param to_col the last column (inclusive) for which to query data for
1288
- * @param num_col an integer populated with the number of columns got from
1289
- * the model (this should equal `to_col - from_col + 1`)
1290
- * @param costs array of size [to_col - from_col + 1] for the column
1291
- * cost coefficients
1292
- * @param lower array of size [to_col - from_col + 1] for the column
1293
- * lower bounds
1294
- * @param upper array of size [to_col - from_col + 1] for the column
1295
- * upper bounds
1296
- * @param num_nz an integer populated with the number of non-zero
1297
- * elements in the constraint matrix
1298
- * @param matrix_start array of size [to_col - from_col + 1] with the start
1299
- * indices of each
1300
- * column in `matrix_index` and `matrix_value`
1301
- * @param matrix_index array of size [num_nz] with the row indices of each
1302
- * element in the constraint matrix
1303
- * @param matrix_value array of size [num_nz] with the non-zero elements of the
1304
- * constraint matrix.
1305
- *
1306
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1530
+ * To query the constraint coefficients, this function should be called twice.
1531
+ *
1532
+ * First, call this function with `matrix_start`, `matrix_index`, and
1533
+ * `matrix_value` as `NULL`. This call will populate `num_nz` with the number of
1534
+ * nonzero elements in the corresponding section of the constraint matrix.
1535
+ *
1536
+ * Second, allocate new `matrix_index` and `matrix_value` arrays of length
1537
+ * `num_nz` and call this function again to populate the new arrays with their
1538
+ * contents.
1539
+ *
1540
+ * @param highs A pointer to the Highs instance.
1541
+ * @param from_col The first column for which to query data for.
1542
+ * @param to_col The last column (inclusive) for which to query data for.
1543
+ * @param num_col An integer populated with the number of columns got from
1544
+ * the model (this should equal `to_col - from_col + 1`).
1545
+ * @param costs An array of size [to_col - from_col + 1] for the column
1546
+ * cost coefficients.
1547
+ * @param lower An array of size [to_col - from_col + 1] for the column
1548
+ * lower bounds.
1549
+ * @param upper An array of size [to_col - from_col + 1] for the column
1550
+ * upper bounds.
1551
+ * @param num_nz An integer to be populated with the number of non-zero
1552
+ * elements in the constraint matrix.
1553
+ * @param matrix_start An array of size [to_col - from_col + 1] with the start
1554
+ * indices of each column in `matrix_index` and
1555
+ * `matrix_value`.
1556
+ * @param matrix_index An array of size [num_nz] with the row indices of each
1557
+ * element in the constraint matrix.
1558
+ * @param matrix_value An array of size [num_nz] with the non-zero elements of
1559
+ * the constraint matrix.
1560
+ *
1561
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1307
1562
  */
1308
1563
  HighsInt Highs_getColsByRange(const void* highs, const HighsInt from_col,
1309
1564
  const HighsInt to_col, HighsInt* num_col,
@@ -1317,11 +1572,11 @@ HighsInt Highs_getColsByRange(const void* highs, const HighsInt from_col,
1317
1572
  * This function is identical to `Highs_getColsByRange`, except for how the
1318
1573
  * columns are specified.
1319
1574
  *
1320
- * @param num_set_indices the number of indices in the set
1321
- * @param set array of size [num_set_entries] with the column
1322
- * indices to get
1575
+ * @param num_set_indices The number of indices in `set`.
1576
+ * @param set An array of size [num_set_entries] with the column
1577
+ * indices to get.
1323
1578
  *
1324
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1579
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1325
1580
  */
1326
1581
  HighsInt Highs_getColsBySet(const void* highs, const HighsInt num_set_entries,
1327
1582
  const HighsInt* set, HighsInt* num_col,
@@ -1335,10 +1590,10 @@ HighsInt Highs_getColsBySet(const void* highs, const HighsInt num_set_entries,
1335
1590
  * This function is identical to `Highs_getColsByRange`, except for how the
1336
1591
  * columns are specified.
1337
1592
  *
1338
- * @param mask array of length [num_col] containing a 1 to get the column and 0
1339
- * otherwise
1593
+ * @param mask An array of length [num_col] containing a `1` to get the column
1594
+ * and `0` otherwise.
1340
1595
  *
1341
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1596
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1342
1597
  */
1343
1598
  HighsInt Highs_getColsByMask(const void* highs, const HighsInt* mask,
1344
1599
  HighsInt* num_col, double* costs, double* lower,
@@ -1349,34 +1604,36 @@ HighsInt Highs_getColsByMask(const void* highs, const HighsInt* mask,
1349
1604
  /**
1350
1605
  * Get data associated with multiple adjacent rows from the model.
1351
1606
  *
1352
- * To query the constraint coefficients, this function should be called twice:
1353
- * - First, call this function with `matrix_start`, `matrix_index`, and
1354
- * `matrix_value` as `NULL`. This call will populate `num_nz` with the
1355
- * number of nonzero elements in the corresponding section of the constraint
1356
- * matrix.
1357
- * - Second, allocate new `matrix_index` and `matrix_value` arrays of length
1358
- * `num_nz` and call this function again to populate the new arrays with
1359
- * their contents.
1360
- *
1361
- * @param highs a pointer to the Highs instance
1362
- * @param from_row the first row for which to query data for
1363
- * @param to_row the last row (inclusive) for which to query data for
1364
- * @param num_row an integer populated with the number of row got from the
1365
- * model
1366
- * @param lower array of size [to_row - from_row + 1] for the row lower
1367
- * bounds
1368
- * @param upper array of size [to_row - from_row + 1] for the row upper
1369
- * bounds
1370
- * @param num_nz an integer populated with the number of non-zero
1371
- * elements in the constraint matrix
1372
- * @param matrix_start array of size [to_row - from_row + 1] with the start
1373
- * indices of each row in `matrix_index` and `matrix_value`
1374
- * @param matrix_index array of size [num_nz] with the column indices of each
1375
- * element in the constraint matrix
1376
- * @param matrix_value array of size [num_nz] with the non-zero elements of the
1377
- * constraint matrix.
1378
- *
1379
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1607
+ * To query the constraint coefficients, this function should be called twice.
1608
+ *
1609
+ * First, call this function with `matrix_start`, `matrix_index`, and
1610
+ * `matrix_value` as `NULL`. This call will populate `num_nz` with the number of
1611
+ * nonzero elements in the corresponding section of the constraint matrix.
1612
+ *
1613
+ * Second, allocate new `matrix_index` and `matrix_value` arrays of length
1614
+ * `num_nz` and call this function again to populate the new arrays with their
1615
+ * contents.
1616
+ *
1617
+ * @param highs A pointer to the Highs instance.
1618
+ * @param from_row The first row for which to query data for.
1619
+ * @param to_row The last row (inclusive) for which to query data for.
1620
+ * @param num_row An integer to be populated with the number of rows got
1621
+ * from the smodel.
1622
+ * @param lower An array of size [to_row - from_row + 1] for the row
1623
+ * lower bounds.
1624
+ * @param upper An array of size [to_row - from_row + 1] for the row
1625
+ * upper bounds.
1626
+ * @param num_nz An integer to be populated with the number of non-zero
1627
+ * elements in the constraint matrix.
1628
+ * @param matrix_start An array of size [to_row - from_row + 1] with the start
1629
+ * indices of each row in `matrix_index` and
1630
+ * `matrix_value`.
1631
+ * @param matrix_index An array of size [num_nz] with the column indices of
1632
+ * each element in the constraint matrix.
1633
+ * @param matrix_value An array of size [num_nz] with the non-zero elements of
1634
+ * the constraint matrix.
1635
+ *
1636
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1380
1637
  */
1381
1638
  HighsInt Highs_getRowsByRange(const void* highs, const HighsInt from_row,
1382
1639
  const HighsInt to_row, HighsInt* num_row,
@@ -1390,11 +1647,11 @@ HighsInt Highs_getRowsByRange(const void* highs, const HighsInt from_row,
1390
1647
  * This function is identical to `Highs_getRowsByRange`, except for how the
1391
1648
  * rows are specified.
1392
1649
  *
1393
- * @param num_set_indices the number of indices in the set
1394
- * @param set array of size [num_set_entries] with the row indices
1395
- * to get
1650
+ * @param num_set_indices The number of indices in `set`.
1651
+ * @param set An array of size [num_set_entries] containing the
1652
+ * row indices to get.
1396
1653
  *
1397
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1654
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1398
1655
  */
1399
1656
  HighsInt Highs_getRowsBySet(const void* highs, const HighsInt num_set_entries,
1400
1657
  const HighsInt* set, HighsInt* num_row,
@@ -1408,24 +1665,84 @@ HighsInt Highs_getRowsBySet(const void* highs, const HighsInt num_set_entries,
1408
1665
  * This function is identical to `Highs_getRowsByRange`, except for how the
1409
1666
  * rows are specified.
1410
1667
  *
1411
- * @param mask array of length [num_row] containing a 1 to get the row and 0
1412
- * otherwise
1668
+ * @param mask An array of length [num_row] containing a `1` to get the row and
1669
+ * `0` otherwise.
1413
1670
  *
1414
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1671
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1415
1672
  */
1416
1673
  HighsInt Highs_getRowsByMask(const void* highs, const HighsInt* mask,
1417
1674
  HighsInt* num_row, double* lower, double* upper,
1418
1675
  HighsInt* num_nz, HighsInt* matrix_start,
1419
1676
  HighsInt* matrix_index, double* matrix_value);
1677
+ /**
1678
+ * Get the name of a row.
1679
+ *
1680
+ * @param row The index of the row to query.
1681
+ * @param name A pointer in which to store the name of the row. This must have
1682
+ * length `kHighsMaximumStringLength`.
1683
+ *
1684
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1685
+ */
1686
+ HighsInt Highs_getRowName(const void* highs, const HighsInt row, char* name);
1687
+
1688
+ /**
1689
+ * Get the index of a row from its name.
1690
+ *
1691
+ * If multiple rows have the same name, or if no row exists with `name`, this
1692
+ * function returns `kHighsStatusError`.
1693
+ *
1694
+ * @param name A pointer of the name of the row to query.
1695
+ * @param row A pointer in which to store the index of the row
1696
+ *
1697
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1698
+ */
1699
+ HighsInt Highs_getRowByName(const void* highs, const char* name, HighsInt* row);
1700
+
1701
+ /**
1702
+ * Get the name of a column.
1703
+ *
1704
+ * @param col The index of the column to query.
1705
+ * @param name A pointer in which to store the name of the column. This must
1706
+ * have length `kHighsMaximumStringLength`.
1707
+ *
1708
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1709
+ */
1710
+ HighsInt Highs_getColName(const void* highs, const HighsInt col, char* name);
1711
+
1712
+ /**
1713
+ * Get the index of a column from its name.
1714
+ *
1715
+ * If multiple columns have the same name, or if no column exists with `name`,
1716
+ * this function returns `kHighsStatusError`.
1717
+ *
1718
+ * @param name A pointer of the name of the column to query.
1719
+ * @param col A pointer in which to store the index of the column
1720
+ *
1721
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1722
+ */
1723
+ HighsInt Highs_getColByName(const void* highs, const char* name, HighsInt* col);
1724
+
1725
+ /**
1726
+ * Get the integrality of a column.
1727
+ *
1728
+ * @param col The index of the column to query.
1729
+ * @param integrality An integer in which the integrality of the column should
1730
+ * be placed. The integer is one of the `kHighsVarTypeXXX`
1731
+ * constants.
1732
+ *
1733
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1734
+ */
1735
+ HighsInt Highs_getColIntegrality(const void* highs, const HighsInt col,
1736
+ HighsInt* integrality);
1420
1737
 
1421
1738
  /**
1422
1739
  * Delete multiple adjacent columns.
1423
1740
  *
1424
- * @param highs a pointer to the Highs instance
1425
- * @param from_col the index of the first column to delete
1426
- * @param to_col the index of the last column to delete
1741
+ * @param highs A pointer to the Highs instance.
1742
+ * @param from_col The index of the first column to delete.
1743
+ * @param to_col The index of the last column to delete.
1427
1744
  *
1428
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1745
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1429
1746
  */
1430
1747
  HighsInt Highs_deleteColsByRange(void* highs, const HighsInt from_col,
1431
1748
  const HighsInt to_col);
@@ -1433,12 +1750,12 @@ HighsInt Highs_deleteColsByRange(void* highs, const HighsInt from_col,
1433
1750
  /**
1434
1751
  * Delete multiple columns given by an array of indices.
1435
1752
  *
1436
- * @param highs a pointer to the Highs instance
1437
- * @param num_set_entries the number of columns to delete
1438
- * @param set an array of size [num_set_entries] with the indices
1439
- * of the columns to delete
1753
+ * @param highs A pointer to the Highs instance.
1754
+ * @param num_set_entries The number of columns to delete.
1755
+ * @param set An array of size [num_set_entries] with the indices
1756
+ * of the columns to delete.
1440
1757
  *
1441
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1758
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1442
1759
  */
1443
1760
  HighsInt Highs_deleteColsBySet(void* highs, const HighsInt num_set_entries,
1444
1761
  const HighsInt* set);
@@ -1446,22 +1763,22 @@ HighsInt Highs_deleteColsBySet(void* highs, const HighsInt num_set_entries,
1446
1763
  /**
1447
1764
  * Delete multiple columns given by a mask.
1448
1765
  *
1449
- * @param highs a pointer to the Highs instance
1450
- * @param mask an array of length [num_col] with 1 if the column
1451
- * should be deleted and 0 otherwise
1766
+ * @param highs A pointer to the Highs instance.
1767
+ * @param mask An array of length [num_col] with 1 if the column
1768
+ * should be deleted and 0 otherwise.
1452
1769
  *
1453
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1770
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1454
1771
  */
1455
1772
  HighsInt Highs_deleteColsByMask(void* highs, HighsInt* mask);
1456
1773
 
1457
1774
  /**
1458
1775
  * Delete multiple adjacent rows.
1459
1776
  *
1460
- * @param highs a pointer to the Highs instance
1461
- * @param from_row the index of the first row to delete
1462
- * @param to_row the index of the last row to delete
1777
+ * @param highs A pointer to the Highs instance.
1778
+ * @param from_row The index of the first row to delete.
1779
+ * @param to_row The index of the last row to delete.
1463
1780
  *
1464
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1781
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1465
1782
  */
1466
1783
  HighsInt Highs_deleteRowsByRange(void* highs, const int from_row,
1467
1784
  const HighsInt to_row);
@@ -1469,12 +1786,12 @@ HighsInt Highs_deleteRowsByRange(void* highs, const int from_row,
1469
1786
  /**
1470
1787
  * Delete multiple rows given by an array of indices.
1471
1788
  *
1472
- * @param highs a pointer to the Highs instance
1473
- * @param num_set_entries the number of rows to delete
1474
- * @param set an array of size [num_set_entries] with the indices
1475
- * of the rows to delete
1789
+ * @param highs A pointer to the Highs instance.
1790
+ * @param num_set_entries The number of rows to delete.
1791
+ * @param set An array of size [num_set_entries] with the indices
1792
+ * of the rows to delete.
1476
1793
  *
1477
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1794
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1478
1795
  */
1479
1796
  HighsInt Highs_deleteRowsBySet(void* highs, const HighsInt num_set_entries,
1480
1797
  const HighsInt* set);
@@ -1482,12 +1799,12 @@ HighsInt Highs_deleteRowsBySet(void* highs, const HighsInt num_set_entries,
1482
1799
  /**
1483
1800
  * Delete multiple rows given by a mask.
1484
1801
  *
1485
- * @param highs a pointer to the Highs instance
1486
- * @param mask an array of length [num_row] with 1 if the row should be
1487
- * deleted and 0 otherwise. New index of any column not
1488
- * deleted is returned in place of the value 0.
1802
+ * @param highs A pointer to the Highs instance.
1803
+ * @param mask An array of length [num_row] with `1` if the row should be
1804
+ * deleted and `0` otherwise. The new index of any column not
1805
+ * deleted is stored in place of the value `0`.
1489
1806
  *
1490
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1807
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1491
1808
  */
1492
1809
  HighsInt Highs_deleteRowsByMask(void* highs, HighsInt* mask);
1493
1810
 
@@ -1497,71 +1814,69 @@ HighsInt Highs_deleteRowsByMask(void* highs, HighsInt* mask);
1497
1814
  * Scaling a column modifies the elements in the constraint matrix, the variable
1498
1815
  * bounds, and the objective coefficient.
1499
1816
  *
1500
- * If scaleval < 0, the variable bounds flipped.
1817
+ * @param highs A pointer to the Highs instance.
1818
+ * @param col The index of the column to scale.
1819
+ * @param scaleval The value by which to scale the column. If `scaleval < 0`,
1820
+ * the variable bounds flipped.
1501
1821
  *
1502
- * @param highs a pointer to the Highs instance
1503
- * @param col the index of the column to scale
1504
- * @param scaleval the value by which to scale the column
1505
- *
1506
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1822
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1507
1823
  */
1508
1824
  HighsInt Highs_scaleCol(void* highs, const HighsInt col, const double scaleval);
1509
1825
 
1510
1826
  /**
1511
1827
  * Scale a row by a constant.
1512
1828
  *
1513
- * If scaleval < 0, the row bounds are flipped.
1514
- *
1515
- * @param highs a pointer to the Highs instance
1516
- * @param row the index of the row to scale
1517
- * @param scaleval the value by which to scale the row
1829
+ * @param highs A pointer to the Highs instance.
1830
+ * @param row The index of the row to scale.
1831
+ * @param scaleval The value by which to scale the row. If `scaleval < 0`, the
1832
+ * row bounds are flipped.
1518
1833
  *
1519
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1834
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1520
1835
  */
1521
1836
  HighsInt Highs_scaleRow(void* highs, const HighsInt row, const double scaleval);
1522
1837
 
1523
1838
  /**
1524
1839
  * Return the value of infinity used by HiGHS.
1525
1840
  *
1526
- * @param highs a pointer to the Highs instance
1841
+ * @param highs A pointer to the Highs instance.
1527
1842
  *
1528
- * @returns the value of infinity used by HiGHS
1843
+ * @returns The value of infinity used by HiGHS.
1529
1844
  */
1530
1845
  double Highs_getInfinity(const void* highs);
1531
1846
 
1532
1847
  /**
1533
1848
  * Return the number of columns in the model.
1534
1849
  *
1535
- * @param highs a pointer to the Highs instance
1850
+ * @param highs A pointer to the Highs instance.
1536
1851
  *
1537
- * @returns the number of columns in the model
1852
+ * @returns The number of columns in the model.
1538
1853
  */
1539
1854
  HighsInt Highs_getNumCol(const void* highs);
1540
1855
 
1541
1856
  /**
1542
1857
  * Return the number of rows in the model.
1543
1858
  *
1544
- * @param highs a pointer to the Highs instance
1859
+ * @param highs A pointer to the Highs instance.
1545
1860
  *
1546
- * @returns the number of rows in the model.
1861
+ * @returns The number of rows in the model.
1547
1862
  */
1548
1863
  HighsInt Highs_getNumRow(const void* highs);
1549
1864
 
1550
1865
  /**
1551
1866
  * Return the number of nonzeros in the constraint matrix of the model.
1552
1867
  *
1553
- * @param highs a pointer to the Highs instance
1868
+ * @param highs A pointer to the Highs instance.
1554
1869
  *
1555
- * @returns the number of nonzeros in the constraint matrix of the model.
1870
+ * @returns The number of nonzeros in the constraint matrix of the model.
1556
1871
  */
1557
1872
  HighsInt Highs_getNumNz(const void* highs);
1558
1873
 
1559
1874
  /**
1560
1875
  * Return the number of nonzeroes in the Hessian matrix of the model.
1561
1876
  *
1562
- * @param highs a pointer to the Highs instance
1877
+ * @param highs A pointer to the Highs instance.
1563
1878
  *
1564
- * @returns the number of nonzeroes in the Hessian matrix of the model.
1879
+ * @returns The number of nonzeroes in the Hessian matrix of the model.
1565
1880
  */
1566
1881
  HighsInt Highs_getHessianNumNz(const void* highs);
1567
1882
 
@@ -1579,7 +1894,7 @@ HighsInt Highs_getHessianNumNz(const void* highs);
1579
1894
  * - `Highs_getNumNz`
1580
1895
  * - `Highs_getHessianNumNz`
1581
1896
  *
1582
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1897
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1583
1898
  */
1584
1899
  HighsInt Highs_getModel(const void* highs, const HighsInt a_format,
1585
1900
  const HighsInt q_format, HighsInt* num_col,
@@ -1593,37 +1908,109 @@ HighsInt Highs_getModel(const void* highs, const HighsInt a_format,
1593
1908
 
1594
1909
  /**
1595
1910
  * Set a primal (and possibly dual) solution as a starting point, then run
1596
- * crossover to compute a basic feasible solution. If there is no dual solution,
1597
- * pass col_dual and row_dual as nullptr.
1598
- *
1599
- * @param highs a pointer to the Highs instance
1600
- * @param num_col the number of variables
1601
- * @param num_row the number of rows
1602
- * @param col_value array of length [num_col] with optimal primal solution for
1603
- * each column
1604
- * @param col_dual array of length [num_col] with optimal dual solution for
1605
- * each column
1606
- * @param row_dual array of length [num_row] with optimal dual solution for
1607
- * each row
1608
- *
1609
- * @returns a `kHighsStatus` constant indicating whether the call succeeded
1911
+ * crossover to compute a basic feasible solution.
1912
+ *
1913
+ * @param highs A pointer to the Highs instance.
1914
+ * @param num_col The number of variables.
1915
+ * @param num_row The number of rows.
1916
+ * @param col_value An array of length [num_col] with optimal primal solution
1917
+ * for each column.
1918
+ * @param col_dual An array of length [num_col] with optimal dual solution for
1919
+ * each column. May be `NULL`, in which case no dual solution
1920
+ * is passed.
1921
+ * @param row_dual An array of length [num_row] with optimal dual solution for
1922
+ * each row. . May be `NULL`, in which case no dual solution
1923
+ * is passed.
1924
+ *
1925
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1610
1926
  */
1611
1927
  HighsInt Highs_crossover(void* highs, const int num_col, const int num_row,
1612
1928
  const double* col_value, const double* col_dual,
1613
1929
  const double* row_dual);
1614
1930
 
1615
1931
  /**
1616
- * Releases all resources held by the global scheduler instance. It is
1617
- * not thread-safe to call this function while calling Highs_run()/Highs_*call()
1618
- * on any other Highs instance in any thread. After this function has terminated
1619
- * it is guaranteed that eventually all previously created scheduler threads
1620
- * will terminate and allocated memory will be released. After this function
1621
- * has returned the option value for the number of threads may be altered to a
1622
- * new value before the next call to Highs_run()/Highs_*call(). If the given
1623
- * parameter has a nonzero value, then the function will not return until all
1624
- * memory is freed, which might be desirable when debugging heap memory but
1625
- * requires the calling thread to wait for all scheduler threads to wake-up
1626
- * which is usually not necessary.
1932
+ * Compute the ranging information for all costs and bounds. For
1933
+ * nonbasic variables the ranging informaiton is relative to the
1934
+ * active bound. For basic variables the ranging information relates
1935
+ * to...
1936
+ *
1937
+ * For any values that are not required, pass NULL.
1938
+ *
1939
+ * @param highs A pointer to the Highs instance.
1940
+ * @param col_cost_up_value The upper range of the cost value
1941
+ * @param col_cost_up_objective The objective at the upper cost range
1942
+ * @param col_cost_up_in_var The variable entering the basis at the upper
1943
+ * cost range
1944
+ * @param col_cost_up_ou_var The variable leaving the basis at the upper
1945
+ * cost range
1946
+ * @param col_cost_dn_value The lower range of the cost value
1947
+ * @param col_cost_dn_objective The objective at the lower cost range
1948
+ * @param col_cost_dn_in_var The variable entering the basis at the lower
1949
+ * cost range
1950
+ * @param col_cost_dn_ou_var The variable leaving the basis at the lower
1951
+ * cost range
1952
+ * @param col_bound_up_value The upper range of the column bound value
1953
+ * @param col_bound_up_objective The objective at the upper column bound range
1954
+ * @param col_bound_up_in_var The variable entering the basis at the upper
1955
+ * column bound range
1956
+ * @param col_bound_up_ou_var The variable leaving the basis at the upper
1957
+ * column bound range
1958
+ * @param col_bound_dn_value The lower range of the column bound value
1959
+ * @param col_bound_dn_objective The objective at the lower column bound range
1960
+ * @param col_bound_dn_in_var The variable entering the basis at the lower
1961
+ * column bound range
1962
+ * @param col_bound_dn_ou_var The variable leaving the basis at the lower
1963
+ * column bound range
1964
+ * @param row_bound_up_value The upper range of the row bound value
1965
+ * @param row_bound_up_objective The objective at the upper row bound range
1966
+ * @param row_bound_up_in_var The variable entering the basis at the upper
1967
+ * row bound range
1968
+ * @param row_bound_up_ou_var The variable leaving the basis at the upper row
1969
+ * bound range
1970
+ * @param row_bound_dn_value The lower range of the row bound value
1971
+ * @param row_bound_dn_objective The objective at the lower row bound range
1972
+ * @param row_bound_dn_in_var The variable entering the basis at the lower
1973
+ * row bound range
1974
+ * @param row_bound_dn_ou_var The variable leaving the basis at the lower row
1975
+ * bound range
1976
+ *
1977
+ * @returns A `kHighsStatus` constant indicating whether the call succeeded.
1978
+ */
1979
+ HighsInt Highs_getRanging(
1980
+ void* highs,
1981
+ //
1982
+ double* col_cost_up_value, double* col_cost_up_objective,
1983
+ HighsInt* col_cost_up_in_var, HighsInt* col_cost_up_ou_var,
1984
+ double* col_cost_dn_value, double* col_cost_dn_objective,
1985
+ HighsInt* col_cost_dn_in_var, HighsInt* col_cost_dn_ou_var,
1986
+ double* col_bound_up_value, double* col_bound_up_objective,
1987
+ HighsInt* col_bound_up_in_var, HighsInt* col_bound_up_ou_var,
1988
+ double* col_bound_dn_value, double* col_bound_dn_objective,
1989
+ HighsInt* col_bound_dn_in_var, HighsInt* col_bound_dn_ou_var,
1990
+ double* row_bound_up_value, double* row_bound_up_objective,
1991
+ HighsInt* row_bound_up_in_var, HighsInt* row_bound_up_ou_var,
1992
+ double* row_bound_dn_value, double* row_bound_dn_objective,
1993
+ HighsInt* row_bound_dn_in_var, HighsInt* row_bound_dn_ou_var);
1994
+
1995
+ /**
1996
+ * Releases all resources held by the global scheduler instance.
1997
+ *
1998
+ * It is not thread-safe to call this function while calling `Highs_run` or one
1999
+ * of the `Highs_XXXcall` methods on any other Highs instance in any thread.
2000
+ *
2001
+ * After this function has terminated, it is guaranteed that eventually all
2002
+ * previously created scheduler threads will terminate and allocated memory will
2003
+ * be released.
2004
+ *
2005
+ * After this function has returned, the option value for the number of threads
2006
+ * may be altered to a new value before the next call to `Highs_run` or one of
2007
+ * the `Highs_XXXcall` methods.
2008
+ *
2009
+ * @param blocking If the `blocking` parameter has a nonzero value, then this
2010
+ * function will not return until all memory is freed, which
2011
+ * might be desirable when debugging heap memory, but it
2012
+ * requires the calling thread to wait for all scheduler
2013
+ * threads to wake-up which is usually not necessary.
1627
2014
  *
1628
2015
  * @returns No status is returned since the function call cannot fail. Calling
1629
2016
  * this function while any Highs instance is in use on any thread is