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.
- casadi/_casadi.so +0 -0
- casadi/casadi.py +87 -10
- casadi/cbc +0 -0
- casadi/clp +0 -0
- casadi/cmake/alpaqa/alpaqaConfig.cmake +24 -0
- casadi/cmake/alpaqa/alpaqaConfigVersion.cmake +70 -0
- casadi/cmake/alpaqa/alpaqaTargets-release.cmake +29 -0
- casadi/cmake/alpaqa/alpaqaTargets.cmake +131 -0
- casadi/cmake/casadi-config-version.cmake +1 -1
- casadi/cmake/highs/highs-config.cmake +18 -4
- casadi/cmake/highs/highs-targets-release.cmake +3 -3
- casadi/cmake/highs/highs-targets.cmake +1 -1
- casadi/cmake/proxsuite/find-external/Simde/FindSimde.cmake +39 -0
- casadi/cmake/proxsuite/proxsuiteConfig.cmake +177 -0
- casadi/cmake/proxsuite/proxsuiteConfigVersion.cmake +70 -0
- casadi/cmake/proxsuite/proxsuiteTargets.cmake +115 -0
- casadi/cmake/sleqp/sleqp-config-version.cmake +70 -0
- casadi/cmake/sleqp/sleqp-config.cmake +1 -0
- casadi/cmake/sleqp/sleqp-targets-release.cmake +20 -0
- casadi/cmake/sleqp/sleqp-targets.cmake +102 -0
- casadi/cmake/trlib/trlib-config-release.cmake +19 -0
- casadi/cmake/trlib/trlib-config-version.cmake +88 -0
- casadi/cmake/trlib/trlib-config.cmake +107 -0
- casadi/highs +0 -0
- casadi/include/casadi/casadi.i +13 -3
- casadi/include/casadi/config.h +8 -8
- casadi/include/casadi/core/calculus.hpp +1 -1
- casadi/include/casadi/core/fmu.hpp +29 -1
- casadi/include/casadi/core/nlpsol.hpp +0 -2
- casadi/include/casadi/core/serializing_stream.hpp +12 -0
- casadi/include/casadi/doc.i +407 -125
- casadi/include/casadi/doc_merged.i +324 -70
- casadi/include/highs/HConfig.h +4 -7
- casadi/include/highs/Highs.h +240 -51
- casadi/include/highs/filereaderlp/builder.hpp +12 -13
- casadi/include/highs/filereaderlp/model.hpp +32 -35
- casadi/include/highs/fortran/highs_fortran_api.mod +0 -0
- casadi/include/highs/interfaces/highs_c_api.h +964 -577
- casadi/include/highs/io/Filereader.h +2 -4
- casadi/include/highs/io/FilereaderEms.h +2 -4
- casadi/include/highs/io/FilereaderLp.h +2 -4
- casadi/include/highs/io/FilereaderMps.h +2 -4
- casadi/include/highs/io/HMPSIO.h +2 -4
- casadi/include/highs/io/HMpsFF.h +2 -4
- casadi/include/highs/io/HighsIO.h +19 -13
- casadi/include/highs/io/LoadOptions.h +7 -6
- casadi/include/highs/ipm/IpxWrapper.h +4 -5
- casadi/include/highs/lp_data/HConst.h +60 -15
- casadi/include/highs/lp_data/HStruct.h +32 -8
- casadi/include/highs/lp_data/HighsAnalysis.h +2 -4
- casadi/include/highs/lp_data/HighsCallback.h +33 -0
- casadi/include/highs/lp_data/HighsCallbackStruct.h +36 -0
- casadi/include/highs/lp_data/HighsDebug.h +2 -4
- casadi/include/highs/lp_data/HighsInfo.h +22 -23
- casadi/include/highs/lp_data/HighsInfoDebug.h +2 -4
- casadi/include/highs/lp_data/HighsLp.h +14 -6
- casadi/include/highs/lp_data/HighsLpSolverObject.h +6 -5
- casadi/include/highs/lp_data/HighsLpUtils.h +23 -12
- casadi/include/highs/lp_data/HighsModelUtils.h +22 -8
- casadi/include/highs/lp_data/HighsOptions.h +175 -106
- casadi/include/highs/lp_data/HighsRanging.h +2 -4
- casadi/include/highs/lp_data/HighsRuntimeOptions.h +21 -6
- casadi/include/highs/lp_data/HighsSolution.h +4 -4
- casadi/include/highs/lp_data/HighsSolutionDebug.h +2 -4
- casadi/include/highs/lp_data/HighsSolve.h +2 -4
- casadi/include/highs/lp_data/HighsStatus.h +2 -4
- casadi/include/highs/mip/HighsCliqueTable.h +18 -20
- casadi/include/highs/mip/HighsConflictPool.h +2 -4
- casadi/include/highs/mip/HighsCutGeneration.h +2 -4
- casadi/include/highs/mip/HighsCutPool.h +2 -4
- casadi/include/highs/mip/HighsDebugSol.h +2 -4
- casadi/include/highs/mip/HighsDomain.h +5 -5
- casadi/include/highs/mip/HighsDomainChange.h +2 -4
- casadi/include/highs/mip/HighsDynamicRowMatrix.h +2 -4
- casadi/include/highs/mip/HighsGFkSolve.h +2 -4
- casadi/include/highs/mip/HighsImplications.h +2 -4
- casadi/include/highs/mip/HighsLpAggregator.h +2 -4
- casadi/include/highs/mip/HighsLpRelaxation.h +2 -4
- casadi/include/highs/mip/HighsMipSolver.h +18 -6
- casadi/include/highs/mip/HighsMipSolverData.h +8 -4
- casadi/include/highs/mip/HighsModkSeparator.h +2 -4
- casadi/include/highs/mip/HighsNodeQueue.h +3 -9
- casadi/include/highs/mip/HighsObjectiveFunction.h +2 -4
- casadi/include/highs/mip/HighsPathSeparator.h +2 -4
- casadi/include/highs/mip/HighsPrimalHeuristics.h +2 -4
- casadi/include/highs/mip/HighsPseudocost.h +2 -4
- casadi/include/highs/mip/HighsRedcostFixing.h +2 -4
- casadi/include/highs/mip/HighsSearch.h +2 -4
- casadi/include/highs/mip/HighsSeparation.h +2 -4
- casadi/include/highs/mip/HighsSeparator.h +2 -4
- casadi/include/highs/mip/HighsTableauSeparator.h +2 -4
- casadi/include/highs/mip/HighsTransformedLp.h +2 -4
- casadi/include/highs/model/HighsHessian.h +3 -1
- casadi/include/highs/model/HighsModel.h +2 -0
- casadi/include/highs/parallel/HighsSpinMutex.h +2 -1
- casadi/include/highs/parallel/HighsSplitDeque.h +1 -1
- casadi/include/highs/parallel/HighsTaskExecutor.h +10 -2
- casadi/include/highs/presolve/HPresolve.h +9 -6
- casadi/include/highs/presolve/HPresolveAnalysis.h +5 -4
- casadi/include/highs/presolve/HighsPostsolveStack.h +50 -13
- casadi/include/highs/presolve/HighsSymmetry.h +2 -4
- casadi/include/highs/presolve/ICrash.h +4 -3
- casadi/include/highs/presolve/ICrashUtil.h +2 -2
- casadi/include/highs/presolve/ICrashX.h +4 -6
- casadi/include/highs/presolve/PresolveComponent.h +4 -42
- casadi/include/highs/qpsolver/a_asm.hpp +56 -0
- casadi/include/highs/qpsolver/a_quass.hpp +12 -0
- casadi/include/highs/qpsolver/quass.hpp +1 -4
- casadi/include/highs/simplex/HApp.h +14 -16
- casadi/include/highs/simplex/HEkk.h +12 -11
- casadi/include/highs/simplex/HEkkDual.h +2 -4
- casadi/include/highs/simplex/HEkkDualRHS.h +5 -6
- casadi/include/highs/simplex/HEkkDualRow.h +2 -4
- casadi/include/highs/simplex/HEkkPrimal.h +2 -4
- casadi/include/highs/simplex/HSimplex.h +2 -4
- casadi/include/highs/simplex/HSimplexDebug.h +2 -4
- casadi/include/highs/simplex/HSimplexNla.h +2 -4
- casadi/include/highs/simplex/HSimplexReport.h +3 -5
- casadi/include/highs/simplex/HighsSimplexAnalysis.h +2 -4
- casadi/include/highs/simplex/SimplexConst.h +7 -5
- casadi/include/highs/simplex/SimplexStruct.h +11 -5
- casadi/include/highs/simplex/SimplexTimer.h +2 -4
- casadi/include/highs/test/DevKkt.h +2 -4
- casadi/include/highs/test/KktCh2.h +2 -4
- casadi/include/highs/util/FactorTimer.h +2 -4
- casadi/include/highs/util/HFactor.h +2 -4
- casadi/include/highs/util/HFactorConst.h +2 -4
- casadi/include/highs/util/HFactorDebug.h +2 -4
- casadi/include/highs/util/HSet.h +3 -5
- casadi/include/highs/util/HVector.h +2 -4
- casadi/include/highs/util/HVectorBase.h +2 -4
- casadi/include/highs/util/HighsCDouble.h +2 -4
- casadi/include/highs/util/HighsComponent.h +2 -4
- casadi/include/highs/util/HighsDataStack.h +3 -5
- casadi/include/highs/util/HighsDisjointSets.h +8 -10
- casadi/include/highs/util/HighsHash.h +22 -7
- casadi/include/highs/util/HighsHashTree.h +25 -7
- casadi/include/highs/util/HighsInt.h +2 -4
- casadi/include/highs/util/HighsIntegers.h +2 -4
- casadi/include/highs/util/HighsLinearSumBounds.h +2 -4
- casadi/include/highs/util/HighsMatrixPic.h +2 -4
- casadi/include/highs/util/HighsMatrixSlice.h +2 -4
- casadi/include/highs/util/HighsMatrixUtils.h +2 -4
- casadi/include/highs/util/HighsRandom.h +2 -4
- casadi/include/highs/util/HighsRbTree.h +2 -4
- casadi/include/highs/util/HighsSort.h +2 -4
- casadi/include/highs/util/HighsSparseMatrix.h +11 -7
- casadi/include/highs/util/HighsSparseVectorSum.h +2 -4
- casadi/include/highs/util/HighsSplay.h +2 -4
- casadi/include/highs/util/HighsTimer.h +3 -4
- casadi/include/highs/util/HighsUtils.h +14 -4
- casadi/include/highs/util/stringutil.h +2 -4
- casadi/include/include/alpaqa/accelerators/anderson.hpp +133 -0
- casadi/include/include/alpaqa/accelerators/internal/anderson-helpers.hpp +92 -0
- casadi/include/include/alpaqa/accelerators/internal/limited-memory-qr.hpp +295 -0
- casadi/include/include/alpaqa/accelerators/lbfgs.hpp +244 -0
- casadi/include/include/alpaqa/accelerators/steihaugcg.hpp +143 -0
- casadi/include/include/alpaqa/alpaqa.hpp +3 -0
- casadi/include/include/alpaqa/casadi/CasADiControlProblem.hpp +185 -0
- casadi/include/include/alpaqa/casadi/CasADiFunctionWrapper.hpp +104 -0
- casadi/include/include/alpaqa/casadi/CasADiProblem.hpp +102 -0
- casadi/include/include/alpaqa/casadi-loader-export.hpp +15 -0
- casadi/include/include/alpaqa/casadi-ocp-loader-export.hpp +15 -0
- casadi/include/include/alpaqa/config/config.hpp +165 -0
- casadi/include/include/alpaqa/dl/dl-problem.h +476 -0
- casadi/include/include/alpaqa/dl/dl-problem.hpp +301 -0
- casadi/include/include/alpaqa/export.h +42 -0
- casadi/include/include/alpaqa/export.hpp +30 -0
- casadi/include/include/alpaqa/implementation/accelerators/lbfgs.tpp +240 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiControlProblem.tpp +594 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp +50 -0
- casadi/include/include/alpaqa/implementation/casadi/CasADiProblem.tpp +425 -0
- casadi/include/include/alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp +164 -0
- casadi/include/include/alpaqa/implementation/inner/panoc-helpers.tpp +389 -0
- casadi/include/include/alpaqa/implementation/inner/panoc-ocp.tpp +798 -0
- casadi/include/include/alpaqa/implementation/inner/panoc.tpp +448 -0
- casadi/include/include/alpaqa/implementation/inner/pantr.tpp +474 -0
- casadi/include/include/alpaqa/implementation/inner/zerofpr.tpp +482 -0
- casadi/include/include/alpaqa/implementation/outer/alm.tpp +228 -0
- casadi/include/include/alpaqa/implementation/outer/internal/alm-helpers.tpp +80 -0
- casadi/include/include/alpaqa/implementation/params/params.tpp +158 -0
- casadi/include/include/alpaqa/implementation/problem/ocproblem.tpp +56 -0
- casadi/include/include/alpaqa/implementation/problem/type-erased-problem.tpp +211 -0
- casadi/include/include/alpaqa/implementation/util/io/csv.tpp +120 -0
- casadi/include/include/alpaqa/implementation/util/print.tpp +151 -0
- casadi/include/include/alpaqa/inner/directions/panoc/anderson.hpp +98 -0
- casadi/include/include/alpaqa/inner/directions/panoc/lbfgs.hpp +94 -0
- casadi/include/include/alpaqa/inner/directions/panoc/structured-lbfgs.hpp +146 -0
- casadi/include/include/alpaqa/inner/directions/panoc/structured-newton.hpp +264 -0
- casadi/include/include/alpaqa/inner/directions/panoc-direction-update.hpp +96 -0
- casadi/include/include/alpaqa/inner/directions/panoc-ocp/lqr.hpp +181 -0
- casadi/include/include/alpaqa/inner/directions/panoc-ocp/ocp-vars.hpp +492 -0
- casadi/include/include/alpaqa/inner/directions/pantr/newton-tr.hpp +192 -0
- casadi/include/include/alpaqa/inner/directions/pantr/pantr-direction.hpp +99 -0
- casadi/include/include/alpaqa/inner/inner-solve-options.hpp +30 -0
- casadi/include/include/alpaqa/inner/internal/lipschitz.hpp +27 -0
- casadi/include/include/alpaqa/inner/internal/panoc-helpers.hpp +10 -0
- casadi/include/include/alpaqa/inner/internal/panoc-stop-crit.hpp +124 -0
- casadi/include/include/alpaqa/inner/internal/solverstatus.hpp +42 -0
- casadi/include/include/alpaqa/inner/panoc-ocp.hpp +302 -0
- casadi/include/include/alpaqa/inner/panoc.hpp +274 -0
- casadi/include/include/alpaqa/inner/pantr.hpp +284 -0
- casadi/include/include/alpaqa/inner/zerofpr.hpp +274 -0
- casadi/include/include/alpaqa/ipopt/ipopt-adapter.hpp +81 -0
- casadi/include/include/alpaqa/ipopt/ipopt-enums.hpp +35 -0
- casadi/include/include/alpaqa/lbfgsb/lbfgsb-adapter.hpp +111 -0
- casadi/include/include/alpaqa/newton-tr-pantr-alm.hpp +27 -0
- casadi/include/include/alpaqa/outer/alm.hpp +190 -0
- casadi/include/include/alpaqa/outer/internal/alm-helpers.hpp +10 -0
- casadi/include/include/alpaqa/panoc-alm.hpp +27 -0
- casadi/include/include/alpaqa/panoc-anderson-alm.hpp +27 -0
- casadi/include/include/alpaqa/params/params.hpp +60 -0
- casadi/include/include/alpaqa/problem/box-constr-problem.hpp +220 -0
- casadi/include/include/alpaqa/problem/box.hpp +82 -0
- casadi/include/include/alpaqa/problem/functional-problem.hpp +73 -0
- casadi/include/include/alpaqa/problem/kkt-error.hpp +43 -0
- casadi/include/include/alpaqa/problem/ocproblem-counters.hpp +116 -0
- casadi/include/include/alpaqa/problem/ocproblem.hpp +662 -0
- casadi/include/include/alpaqa/problem/problem-counters.hpp +116 -0
- casadi/include/include/alpaqa/problem/problem-with-counters.hpp +141 -0
- casadi/include/include/alpaqa/problem/type-erased-problem.hpp +874 -0
- casadi/include/include/alpaqa/problem/unconstr-problem.hpp +37 -0
- casadi/include/include/alpaqa/structured-panoc-alm.hpp +27 -0
- casadi/include/include/alpaqa/structured-zerofpr-alm.hpp +27 -0
- casadi/include/include/alpaqa/util/alloc-check.hpp +23 -0
- casadi/include/include/alpaqa/util/atomic-stop-signal.hpp +24 -0
- casadi/include/include/alpaqa/util/check-dim.hpp +64 -0
- casadi/include/include/alpaqa/util/copyable_unique_ptr.hpp +32 -0
- casadi/include/include/alpaqa/util/demangled-typename.hpp +9 -0
- casadi/include/include/alpaqa/util/enumerate.hpp +70 -0
- casadi/include/include/alpaqa/util/float.hpp +25 -0
- casadi/include/include/alpaqa/util/index-set.hpp +97 -0
- casadi/include/include/alpaqa/util/io/csv.hpp +43 -0
- casadi/include/include/alpaqa/util/iter-adapter.hpp +68 -0
- casadi/include/include/alpaqa/util/max-history.hpp +47 -0
- casadi/include/include/alpaqa/util/noop-delete.hpp +15 -0
- casadi/include/include/alpaqa/util/not-implemented.hpp +12 -0
- casadi/include/include/alpaqa/util/print.hpp +78 -0
- casadi/include/include/alpaqa/util/quadmath/quadmath-print.hpp +20 -0
- casadi/include/include/alpaqa/util/quadmath/quadmath.hpp +137 -0
- casadi/include/include/alpaqa/util/required-method.hpp +29 -0
- casadi/include/include/alpaqa/util/ringbuffer.hpp +212 -0
- casadi/include/include/alpaqa/util/set-intersection.hpp +129 -0
- casadi/include/include/alpaqa/util/sparse-ops.hpp +164 -0
- casadi/include/include/alpaqa/util/timed.hpp +22 -0
- casadi/include/include/alpaqa/util/type-erasure.hpp +568 -0
- casadi/include/include/alpaqa/util/type-traits.hpp +58 -0
- casadi/include/include/alpaqa/zerofpr-alm.hpp +27 -0
- casadi/include/include/alpaqa/zerofpr-anderson-alm.hpp +27 -0
- casadi/include/include/alpaqa-version.h +8 -0
- casadi/include/include/coin/BonArraysHelpers.hpp +52 -0
- casadi/include/include/coin/BonAuxInfos.hpp +110 -0
- casadi/include/include/coin/BonBabInfos.hpp +57 -0
- casadi/include/include/coin/BonBabSetupBase.hpp +386 -0
- casadi/include/include/coin/BonBonminSetup.hpp +95 -0
- casadi/include/include/coin/BonBranchingTQP.hpp +197 -0
- casadi/include/include/coin/BonCbc.hpp +127 -0
- casadi/include/include/coin/BonCbcLpStrategy.hpp +45 -0
- casadi/include/include/coin/BonCbcNlpStrategy.hpp +98 -0
- casadi/include/include/coin/BonCbcNode.hpp +133 -0
- casadi/include/include/coin/BonChooseVariable.hpp +345 -0
- casadi/include/include/coin/BonCurvBranchingSolver.hpp +77 -0
- casadi/include/include/coin/BonCutStrengthener.hpp +244 -0
- casadi/include/include/coin/BonDiver.hpp +424 -0
- casadi/include/include/coin/BonDummyHeuristic.hpp +53 -0
- casadi/include/include/coin/BonDummyPump.hpp +43 -0
- casadi/include/include/coin/BonEcpCuts.hpp +97 -0
- casadi/include/include/coin/BonExitCodes.hpp +12 -0
- casadi/include/include/coin/BonFixAndSolveHeuristic.hpp +43 -0
- casadi/include/include/coin/BonGuessHeuristic.hpp +46 -0
- casadi/include/include/coin/BonHeuristicDive.hpp +88 -0
- casadi/include/include/coin/BonHeuristicDiveFractional.hpp +67 -0
- casadi/include/include/coin/BonHeuristicDiveMIP.hpp +83 -0
- casadi/include/include/coin/BonHeuristicDiveMIPFractional.hpp +67 -0
- casadi/include/include/coin/BonHeuristicDiveMIPVectorLength.hpp +74 -0
- casadi/include/include/coin/BonHeuristicDiveVectorLength.hpp +74 -0
- casadi/include/include/coin/BonHeuristicFPump.hpp +111 -0
- casadi/include/include/coin/BonHeuristicLocalBranching.hpp +59 -0
- casadi/include/include/coin/BonHeuristicRINS.hpp +55 -0
- casadi/include/include/coin/BonIpoptInteriorWarmStarter.hpp +103 -0
- casadi/include/include/coin/BonIpoptSolver.hpp +188 -0
- casadi/include/include/coin/BonIpoptWarmStart.hpp +148 -0
- casadi/include/include/coin/BonLinearCutsGenerator.hpp +75 -0
- casadi/include/include/coin/BonLocalSolverBasedHeuristic.hpp +102 -0
- casadi/include/include/coin/BonLpBranchingSolver.hpp +80 -0
- casadi/include/include/coin/BonMilpRounding.hpp +74 -0
- casadi/include/include/coin/BonOACutGenerator2.hpp +56 -0
- casadi/include/include/coin/BonOAMessages.hpp +44 -0
- casadi/include/include/coin/BonOaDecBase.hpp +297 -0
- casadi/include/include/coin/BonOaFeasChecker.hpp +73 -0
- casadi/include/include/coin/BonOaNlpOptim.hpp +116 -0
- casadi/include/include/coin/BonOsiTMINLPInterface.hpp +1342 -0
- casadi/include/include/coin/BonOuterApprox.hpp +123 -0
- casadi/include/include/coin/BonPseudoCosts.hpp +91 -0
- casadi/include/include/coin/BonPumpForMinlp.hpp +45 -0
- casadi/include/include/coin/BonQuadCut.hpp +217 -0
- casadi/include/include/coin/BonQuadRow.hpp +122 -0
- casadi/include/include/coin/BonRegisteredOptions.hpp +225 -0
- casadi/include/include/coin/BonStrongBranchingSolver.hpp +69 -0
- casadi/include/include/coin/BonSubMipSolver.hpp +143 -0
- casadi/include/include/coin/BonTMINLP.hpp +420 -0
- casadi/include/include/coin/BonTMINLP2OsiLP.hpp +164 -0
- casadi/include/include/coin/BonTMINLP2Quad.hpp +191 -0
- casadi/include/include/coin/BonTMINLP2TNLP.hpp +509 -0
- casadi/include/include/coin/BonTMINLPLinObj.hpp +216 -0
- casadi/include/include/coin/BonTMatrix.hpp +167 -0
- casadi/include/include/coin/BonTNLP2FPNLP.hpp +264 -0
- casadi/include/include/coin/BonTNLPSolver.hpp +241 -0
- casadi/include/include/coin/BonTypes.hpp +95 -0
- casadi/include/include/coin/BonminConfig.h +19 -0
- casadi/include/include/coin/CbcBranchActual.hpp +26 -0
- casadi/include/include/coin/CbcBranchAllDifferent.hpp +61 -0
- casadi/include/include/coin/CbcBranchBase.hpp +79 -0
- casadi/include/include/coin/CbcBranchCut.hpp +182 -0
- casadi/include/include/coin/CbcBranchDecision.hpp +135 -0
- casadi/include/include/coin/CbcBranchDefaultDecision.hpp +101 -0
- casadi/include/include/coin/CbcBranchDynamic.hpp +210 -0
- casadi/include/include/coin/CbcBranchLotsize.hpp +249 -0
- casadi/include/include/coin/CbcBranchToFixLots.hpp +94 -0
- casadi/include/include/coin/CbcBranchingObject.hpp +245 -0
- casadi/include/include/coin/CbcClique.hpp +309 -0
- casadi/include/include/coin/CbcCompare.hpp +46 -0
- casadi/include/include/coin/CbcCompareActual.hpp +16 -0
- casadi/include/include/coin/CbcCompareBase.hpp +155 -0
- casadi/include/include/coin/CbcCompareDefault.hpp +129 -0
- casadi/include/include/coin/CbcCompareDepth.hpp +48 -0
- casadi/include/include/coin/CbcCompareEstimate.hpp +48 -0
- casadi/include/include/coin/CbcCompareObjective.hpp +50 -0
- casadi/include/include/coin/CbcConfig.h +18 -0
- casadi/include/include/coin/CbcConsequence.hpp +50 -0
- casadi/include/include/coin/CbcCountRowCut.hpp +176 -0
- casadi/include/include/coin/CbcCutGenerator.hpp +550 -0
- casadi/include/include/coin/CbcCutModifier.hpp +59 -0
- casadi/include/include/coin/CbcCutSubsetModifier.hpp +69 -0
- casadi/include/include/coin/CbcDummyBranchingObject.hpp +83 -0
- casadi/include/include/coin/CbcEventHandler.hpp +250 -0
- casadi/include/include/coin/CbcFathom.hpp +136 -0
- casadi/include/include/coin/CbcFathomDynamicProgramming.hpp +177 -0
- casadi/include/include/coin/CbcFeasibilityBase.hpp +60 -0
- casadi/include/include/coin/CbcFixVariable.hpp +68 -0
- casadi/include/include/coin/CbcFollowOn.hpp +207 -0
- casadi/include/include/coin/CbcFullNodeInfo.hpp +171 -0
- casadi/include/include/coin/CbcGeneral.hpp +60 -0
- casadi/include/include/coin/CbcGeneralDepth.hpp +289 -0
- casadi/include/include/coin/CbcHeuristic.hpp +735 -0
- casadi/include/include/coin/CbcHeuristicDINS.hpp +98 -0
- casadi/include/include/coin/CbcHeuristicDW.hpp +374 -0
- casadi/include/include/coin/CbcHeuristicDive.hpp +198 -0
- casadi/include/include/coin/CbcHeuristicDiveCoefficient.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDiveFractional.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDiveGuided.hpp +55 -0
- casadi/include/include/coin/CbcHeuristicDiveLineSearch.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicDivePseudoCost.hpp +60 -0
- casadi/include/include/coin/CbcHeuristicDiveVectorLength.hpp +52 -0
- casadi/include/include/coin/CbcHeuristicFPump.hpp +375 -0
- casadi/include/include/coin/CbcHeuristicGreedy.hpp +289 -0
- casadi/include/include/coin/CbcHeuristicLocal.hpp +276 -0
- casadi/include/include/coin/CbcHeuristicPivotAndFix.hpp +58 -0
- casadi/include/include/coin/CbcHeuristicRENS.hpp +79 -0
- casadi/include/include/coin/CbcHeuristicRINS.hpp +106 -0
- casadi/include/include/coin/CbcHeuristicRandRound.hpp +58 -0
- casadi/include/include/coin/CbcHeuristicVND.hpp +95 -0
- casadi/include/include/coin/CbcLinked.hpp +1443 -0
- casadi/include/include/coin/CbcMessage.hpp +94 -0
- casadi/include/include/coin/CbcMipStartIO.hpp +29 -0
- casadi/include/include/coin/CbcModel.hpp +3296 -0
- casadi/include/include/coin/CbcNWay.hpp +171 -0
- casadi/include/include/coin/CbcNode.hpp +380 -0
- casadi/include/include/coin/CbcNodeInfo.hpp +377 -0
- casadi/include/include/coin/CbcObject.hpp +288 -0
- casadi/include/include/coin/CbcObjectUpdateData.hpp +63 -0
- casadi/include/include/coin/CbcOrClpParam.cpp +4321 -0
- casadi/include/include/coin/CbcOrClpParam.hpp +585 -0
- casadi/include/include/coin/CbcParam.hpp +338 -0
- casadi/include/include/coin/CbcPartialNodeInfo.hpp +116 -0
- casadi/include/include/coin/CbcSOS.hpp +290 -0
- casadi/include/include/coin/CbcSimpleInteger.hpp +299 -0
- casadi/include/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +619 -0
- casadi/include/include/coin/CbcSimpleIntegerPseudoCost.hpp +122 -0
- casadi/include/include/coin/CbcSolver.hpp +460 -0
- casadi/include/include/coin/CbcStrategy.hpp +269 -0
- casadi/include/include/coin/CbcSubProblem.hpp +84 -0
- casadi/include/include/coin/CbcTree.hpp +493 -0
- casadi/include/include/coin/CbcTreeLocal.hpp +393 -0
- casadi/include/include/coin/Cbc_C_Interface.h +904 -0
- casadi/include/include/coin/Cgl012cut.hpp +464 -0
- casadi/include/include/coin/CglAllDifferent.hpp +115 -0
- casadi/include/include/coin/CglClique.hpp +312 -0
- casadi/include/include/coin/CglConfig.h +19 -0
- casadi/include/include/coin/CglCutGenerator.hpp +133 -0
- casadi/include/include/coin/CglDuplicateRow.hpp +189 -0
- casadi/include/include/coin/CglFlowCover.hpp +371 -0
- casadi/include/include/coin/CglGMI.hpp +364 -0
- casadi/include/include/coin/CglGMIParam.hpp +313 -0
- casadi/include/include/coin/CglGomory.hpp +204 -0
- casadi/include/include/coin/CglKnapsackCover.hpp +310 -0
- casadi/include/include/coin/CglLandP.hpp +306 -0
- casadi/include/include/coin/CglLandPValidator.hpp +130 -0
- casadi/include/include/coin/CglLiftAndProject.hpp +104 -0
- casadi/include/include/coin/CglMessage.hpp +49 -0
- casadi/include/include/coin/CglMixedIntegerRounding.hpp +429 -0
- casadi/include/include/coin/CglMixedIntegerRounding2.hpp +427 -0
- casadi/include/include/coin/CglOddHole.hpp +160 -0
- casadi/include/include/coin/CglParam.hpp +93 -0
- casadi/include/include/coin/CglPreProcess.hpp +600 -0
- casadi/include/include/coin/CglProbing.hpp +543 -0
- casadi/include/include/coin/CglRedSplit.hpp +448 -0
- casadi/include/include/coin/CglRedSplit2.hpp +494 -0
- casadi/include/include/coin/CglRedSplit2Param.hpp +495 -0
- casadi/include/include/coin/CglRedSplitParam.hpp +272 -0
- casadi/include/include/coin/CglResidualCapacity.hpp +240 -0
- casadi/include/include/coin/CglSimpleRounding.hpp +174 -0
- casadi/include/include/coin/CglStored.hpp +140 -0
- casadi/include/include/coin/CglTreeInfo.hpp +216 -0
- casadi/include/include/coin/CglTwomir.hpp +562 -0
- casadi/include/include/coin/CglZeroHalf.hpp +133 -0
- casadi/include/include/coin/ClpAmplObjective.hpp +113 -0
- casadi/include/include/coin/ClpCholeskyBase.hpp +321 -0
- casadi/include/include/coin/ClpCholeskyDense.hpp +157 -0
- casadi/include/include/coin/ClpCholeskyMumps.hpp +65 -0
- casadi/include/include/coin/ClpCholeskyPardiso.hpp +67 -0
- casadi/include/include/coin/ClpConfig.h +17 -0
- casadi/include/include/coin/ClpConstraint.hpp +129 -0
- casadi/include/include/coin/ClpConstraintAmpl.hpp +109 -0
- casadi/include/include/coin/ClpConstraintLinear.hpp +113 -0
- casadi/include/include/coin/ClpConstraintQuadratic.hpp +123 -0
- casadi/include/include/coin/ClpDualRowDantzig.hpp +72 -0
- casadi/include/include/coin/ClpDualRowPivot.hpp +136 -0
- casadi/include/include/coin/ClpDualRowSteepest.hpp +160 -0
- casadi/include/include/coin/ClpDummyMatrix.hpp +186 -0
- casadi/include/include/coin/ClpDynamicExampleMatrix.hpp +199 -0
- casadi/include/include/coin/ClpDynamicMatrix.hpp +420 -0
- casadi/include/include/coin/ClpEventHandler.hpp +193 -0
- casadi/include/include/coin/ClpFactorization.hpp +556 -0
- casadi/include/include/coin/ClpGubDynamicMatrix.hpp +270 -0
- casadi/include/include/coin/ClpGubMatrix.hpp +373 -0
- casadi/include/include/coin/ClpInterior.hpp +622 -0
- casadi/include/include/coin/ClpLinearObjective.hpp +104 -0
- casadi/include/include/coin/ClpMatrixBase.hpp +561 -0
- casadi/include/include/coin/ClpMessage.hpp +131 -0
- casadi/include/include/coin/ClpModel.hpp +1442 -0
- casadi/include/include/coin/ClpNetworkMatrix.hpp +235 -0
- casadi/include/include/coin/ClpNode.hpp +364 -0
- casadi/include/include/coin/ClpNonLinearCost.hpp +432 -0
- casadi/include/include/coin/ClpObjective.hpp +142 -0
- casadi/include/include/coin/ClpPEDualRowDantzig.hpp +84 -0
- casadi/include/include/coin/ClpPEDualRowSteepest.hpp +100 -0
- casadi/include/include/coin/ClpPEPrimalColumnDantzig.hpp +71 -0
- casadi/include/include/coin/ClpPEPrimalColumnSteepest.hpp +107 -0
- casadi/include/include/coin/ClpPESimplex.hpp +231 -0
- casadi/include/include/coin/ClpPackedMatrix.hpp +778 -0
- casadi/include/include/coin/ClpParameters.hpp +132 -0
- casadi/include/include/coin/ClpPdcoBase.hpp +110 -0
- casadi/include/include/coin/ClpPlusMinusOneMatrix.hpp +565 -0
- casadi/include/include/coin/ClpPresolve.hpp +379 -0
- casadi/include/include/coin/ClpPrimalColumnDantzig.hpp +74 -0
- casadi/include/include/coin/ClpPrimalColumnPivot.hpp +163 -0
- casadi/include/include/coin/ClpPrimalColumnSteepest.hpp +281 -0
- casadi/include/include/coin/ClpQuadraticObjective.hpp +161 -0
- casadi/include/include/coin/ClpSimplex.hpp +2137 -0
- casadi/include/include/coin/ClpSimplexDual.hpp +304 -0
- casadi/include/include/coin/ClpSimplexNonlinear.hpp +117 -0
- casadi/include/include/coin/ClpSimplexOther.hpp +282 -0
- casadi/include/include/coin/ClpSimplexPrimal.hpp +244 -0
- casadi/include/include/coin/ClpSolve.hpp +505 -0
- casadi/include/include/coin/Clp_C_Interface.h +554 -0
- casadi/include/include/coin/CoinAlloc.hpp +179 -0
- casadi/include/include/coin/CoinBuild.hpp +159 -0
- casadi/include/include/coin/CoinDenseFactorization.hpp +452 -0
- casadi/include/include/coin/CoinDenseVector.hpp +401 -0
- casadi/include/include/coin/CoinDistance.hpp +51 -0
- casadi/include/include/coin/CoinError.hpp +274 -0
- casadi/include/include/coin/CoinFactorization.hpp +2178 -0
- casadi/include/include/coin/CoinFileIO.hpp +185 -0
- casadi/include/include/coin/CoinFinite.hpp +37 -0
- casadi/include/include/coin/CoinFloatEqual.hpp +204 -0
- casadi/include/include/coin/CoinHelperFunctions.hpp +1270 -0
- casadi/include/include/coin/CoinIndexedVector.hpp +1437 -0
- casadi/include/include/coin/CoinLpIO.hpp +836 -0
- casadi/include/include/coin/CoinMessage.hpp +95 -0
- casadi/include/include/coin/CoinMessageHandler.hpp +717 -0
- casadi/include/include/coin/CoinModel.hpp +1214 -0
- casadi/include/include/coin/CoinModelUseful.hpp +518 -0
- casadi/include/include/coin/CoinMpsIO.hpp +1142 -0
- casadi/include/include/coin/CoinOslFactorization.hpp +287 -0
- casadi/include/include/coin/CoinPackedMatrix.hpp +956 -0
- casadi/include/include/coin/CoinPackedVector.hpp +670 -0
- casadi/include/include/coin/CoinPackedVectorBase.hpp +274 -0
- casadi/include/include/coin/CoinParam.hpp +644 -0
- casadi/include/include/coin/CoinPragma.hpp +29 -0
- casadi/include/include/coin/CoinPresolveDoubleton.hpp +76 -0
- casadi/include/include/coin/CoinPresolveDual.hpp +84 -0
- casadi/include/include/coin/CoinPresolveDupcol.hpp +259 -0
- casadi/include/include/coin/CoinPresolveEmpty.hpp +120 -0
- casadi/include/include/coin/CoinPresolveFixed.hpp +185 -0
- casadi/include/include/coin/CoinPresolveForcing.hpp +69 -0
- casadi/include/include/coin/CoinPresolveImpliedFree.hpp +66 -0
- casadi/include/include/coin/CoinPresolveIsolated.hpp +59 -0
- casadi/include/include/coin/CoinPresolveMatrix.hpp +1996 -0
- casadi/include/include/coin/CoinPresolveMonitor.hpp +105 -0
- casadi/include/include/coin/CoinPresolvePsdebug.hpp +169 -0
- casadi/include/include/coin/CoinPresolveSingleton.hpp +115 -0
- casadi/include/include/coin/CoinPresolveSubst.hpp +103 -0
- casadi/include/include/coin/CoinPresolveTighten.hpp +58 -0
- casadi/include/include/coin/CoinPresolveTripleton.hpp +69 -0
- casadi/include/include/coin/CoinPresolveUseless.hpp +63 -0
- casadi/include/include/coin/CoinPresolveZeros.hpp +65 -0
- casadi/include/include/coin/CoinRational.hpp +43 -0
- casadi/include/include/coin/CoinSearchTree.hpp +523 -0
- casadi/include/include/coin/CoinShallowPackedVector.hpp +149 -0
- casadi/include/include/coin/CoinSignal.hpp +127 -0
- casadi/include/include/coin/CoinSimpFactorization.hpp +432 -0
- casadi/include/include/coin/CoinSmartPtr.hpp +548 -0
- casadi/include/include/coin/CoinSnapshot.hpp +572 -0
- casadi/include/include/coin/CoinSort.hpp +753 -0
- casadi/include/include/coin/CoinStructuredModel.hpp +270 -0
- casadi/include/include/coin/CoinTime.hpp +350 -0
- casadi/include/include/coin/CoinTypes.hpp +67 -0
- casadi/include/include/coin/CoinUtility.hpp +26 -0
- casadi/include/include/coin/CoinUtilsConfig.h +34 -0
- casadi/include/include/coin/CoinWarmStart.hpp +56 -0
- casadi/include/include/coin/CoinWarmStartBasis.hpp +468 -0
- casadi/include/include/coin/CoinWarmStartDual.hpp +180 -0
- casadi/include/include/coin/CoinWarmStartPrimalDual.hpp +233 -0
- casadi/include/include/coin/CoinWarmStartVector.hpp +523 -0
- casadi/include/include/coin/Coin_C_defines.h +149 -0
- casadi/include/include/coin/Idiot.hpp +327 -0
- casadi/include/include/coin/OsiAuxInfo.hpp +261 -0
- casadi/include/include/coin/OsiBranchingObject.hpp +1097 -0
- casadi/include/include/coin/OsiCbcSolverInterface.hpp +791 -0
- casadi/include/include/coin/OsiChooseVariable.hpp +645 -0
- casadi/include/include/coin/OsiClpSolverInterface.hpp +1604 -0
- casadi/include/include/coin/OsiColCut.hpp +322 -0
- casadi/include/include/coin/OsiCollections.hpp +34 -0
- casadi/include/include/coin/OsiConfig.h +19 -0
- casadi/include/include/coin/OsiCut.hpp +251 -0
- casadi/include/include/coin/OsiCuts.hpp +505 -0
- casadi/include/include/coin/OsiPresolve.hpp +272 -0
- casadi/include/include/coin/OsiRowCut.hpp +345 -0
- casadi/include/include/coin/OsiRowCutDebugger.hpp +190 -0
- casadi/include/include/coin/OsiSolverBranch.hpp +169 -0
- casadi/include/include/coin/OsiSolverInterface.hpp +2221 -0
- casadi/include/include/coin/OsiSolverParameters.hpp +144 -0
- casadi/include/include/coin/OsiUnitTests.hpp +390 -0
- casadi/include/include/coin-or/IpAlgBuilder.hpp +417 -0
- casadi/include/include/coin-or/IpAlgStrategy.hpp +201 -0
- casadi/include/include/coin-or/IpAlgTypes.hpp +64 -0
- casadi/include/include/coin-or/IpAugSystemSolver.hpp +212 -0
- casadi/include/include/coin-or/IpBlas.hpp +426 -0
- casadi/include/include/coin-or/IpCachedResults.hpp +897 -0
- casadi/include/include/coin-or/IpCompoundMatrix.hpp +423 -0
- casadi/include/include/coin-or/IpCompoundSymMatrix.hpp +348 -0
- casadi/include/include/coin-or/IpCompoundVector.hpp +395 -0
- casadi/include/include/coin-or/IpConvCheck.hpp +97 -0
- casadi/include/include/coin-or/IpDebug.hpp +167 -0
- casadi/include/include/coin-or/IpDenseVector.hpp +626 -0
- casadi/include/include/coin-or/IpDiagMatrix.hpp +158 -0
- casadi/include/include/coin-or/IpEqMultCalculator.hpp +76 -0
- casadi/include/include/coin-or/IpException.hpp +156 -0
- casadi/include/include/coin-or/IpExpansionMatrix.hpp +245 -0
- casadi/include/include/coin-or/IpGenTMatrix.hpp +290 -0
- casadi/include/include/coin-or/IpHessianUpdater.hpp +73 -0
- casadi/include/include/coin-or/IpIdentityMatrix.hpp +167 -0
- casadi/include/include/coin-or/IpIpoptAlg.hpp +257 -0
- casadi/include/include/coin-or/IpIpoptApplication.hpp +367 -0
- casadi/include/include/coin-or/IpIpoptCalculatedQuantities.hpp +1009 -0
- casadi/include/include/coin-or/IpIpoptData.hpp +966 -0
- casadi/include/include/coin-or/IpIpoptNLP.hpp +328 -0
- casadi/include/include/coin-or/IpIterateInitializer.hpp +68 -0
- casadi/include/include/coin-or/IpIteratesVector.hpp +840 -0
- casadi/include/include/coin-or/IpIterationOutput.hpp +78 -0
- casadi/include/include/coin-or/IpJournalist.hpp +573 -0
- casadi/include/include/coin-or/IpLapack.hpp +227 -0
- casadi/include/include/coin-or/IpLibraryLoader.hpp +76 -0
- casadi/include/include/coin-or/IpLineSearch.hpp +106 -0
- casadi/include/include/coin-or/IpLinearSolvers.h +46 -0
- casadi/include/include/coin-or/IpMatrix.hpp +434 -0
- casadi/include/include/coin-or/IpMuUpdate.hpp +77 -0
- casadi/include/include/coin-or/IpNLP.hpp +306 -0
- casadi/include/include/coin-or/IpNLPScaling.hpp +582 -0
- casadi/include/include/coin-or/IpObserver.hpp +422 -0
- casadi/include/include/coin-or/IpOptionsList.hpp +412 -0
- casadi/include/include/coin-or/IpOrigIpoptNLP.hpp +603 -0
- casadi/include/include/coin-or/IpPDSystemSolver.hpp +137 -0
- casadi/include/include/coin-or/IpReferenced.hpp +262 -0
- casadi/include/include/coin-or/IpRegOptions.hpp +1152 -0
- casadi/include/include/coin-or/IpReturnCodes.h +23 -0
- casadi/include/include/coin-or/IpReturnCodes.hpp +18 -0
- casadi/include/include/coin-or/IpReturnCodes.inc +71 -0
- casadi/include/include/coin-or/IpReturnCodes_inc.h +45 -0
- casadi/include/include/coin-or/IpScaledMatrix.hpp +291 -0
- casadi/include/include/coin-or/IpSearchDirCalculator.hpp +72 -0
- casadi/include/include/coin-or/IpSmartPtr.hpp +865 -0
- casadi/include/include/coin-or/IpSolveStatistics.hpp +210 -0
- casadi/include/include/coin-or/IpSparseSymLinearSolverInterface.hpp +260 -0
- casadi/include/include/coin-or/IpStdAugSystemSolver.cpp +555 -0
- casadi/include/include/coin-or/IpStdCInterface.h +428 -0
- casadi/include/include/coin-or/IpSumSymMatrix.hpp +186 -0
- casadi/include/include/coin-or/IpSymLinearSolver.hpp +141 -0
- casadi/include/include/coin-or/IpSymMatrix.hpp +167 -0
- casadi/include/include/coin-or/IpSymScaledMatrix.hpp +255 -0
- casadi/include/include/coin-or/IpSymTMatrix.hpp +275 -0
- casadi/include/include/coin-or/IpTNLP.hpp +820 -0
- casadi/include/include/coin-or/IpTNLPAdapter.hpp +648 -0
- casadi/include/include/coin-or/IpTNLPReducer.hpp +274 -0
- casadi/include/include/coin-or/IpTaggedObject.hpp +128 -0
- casadi/include/include/coin-or/IpTimedTask.hpp +218 -0
- casadi/include/include/coin-or/IpTimingStatistics.hpp +323 -0
- casadi/include/include/coin-or/IpTripletHelper.hpp +308 -0
- casadi/include/include/coin-or/IpTypes.h +81 -0
- casadi/include/include/coin-or/IpTypes.hpp +30 -0
- casadi/include/include/coin-or/IpUtils.hpp +166 -0
- casadi/include/include/coin-or/IpVector.hpp +892 -0
- casadi/include/include/coin-or/IpZeroSymMatrix.hpp +155 -0
- casadi/include/include/coin-or/IpoptConfig.h +45 -0
- casadi/include/include/coin-or/SensAlgorithm.hpp +114 -0
- casadi/include/include/coin-or/SensApplication.hpp +188 -0
- casadi/include/include/coin-or/SensBacksolver.hpp +36 -0
- casadi/include/include/coin-or/SensMeasurement.hpp +56 -0
- casadi/include/include/coin-or/SensPCalculator.hpp +137 -0
- casadi/include/include/coin-or/SensRegOp.hpp +21 -0
- casadi/include/include/coin-or/SensSchurData.hpp +182 -0
- casadi/include/include/coin-or/SensSchurDriver.hpp +118 -0
- casadi/include/include/coin-or/SensSimpleBacksolver.hpp +49 -0
- casadi/include/include/coin-or/SensStepCalc.hpp +85 -0
- casadi/include/include/coin-or/SensUtils.hpp +63 -0
- casadi/include/include/coin-or/metis/defs.h +161 -0
- casadi/include/include/coin-or/metis/macros.h +143 -0
- casadi/include/include/coin-or/metis/metis.h +37 -0
- casadi/include/include/coin-or/metis/proto.h +505 -0
- casadi/include/include/coin-or/metis/rename.h +418 -0
- casadi/include/include/coin-or/metis/struct.h +251 -0
- casadi/include/include/coin-or/mumps/dmumps_c.h +142 -0
- casadi/include/include/coin-or/mumps/mumps_c_types.h +72 -0
- casadi/include/include/coin-or/mumps/mumps_compat.h +27 -0
- casadi/include/include/coin-or/mumps/mumps_int_def.h +11 -0
- casadi/include/include/coin-or/mumps/mumps_mpi.h +67 -0
- casadi/include/include/d_blas.h +78 -0
- casadi/include/include/d_blas_64.h +73 -0
- casadi/include/include/eigen3/Eigen/Cholesky +45 -0
- casadi/include/include/eigen3/Eigen/CholmodSupport +48 -0
- casadi/include/include/eigen3/Eigen/Core +384 -0
- casadi/include/include/eigen3/Eigen/Dense +7 -0
- casadi/include/include/eigen3/Eigen/Eigen +2 -0
- casadi/include/include/eigen3/Eigen/Eigenvalues +60 -0
- casadi/include/include/eigen3/Eigen/Geometry +59 -0
- casadi/include/include/eigen3/Eigen/Householder +29 -0
- casadi/include/include/eigen3/Eigen/IterativeLinearSolvers +48 -0
- casadi/include/include/eigen3/Eigen/Jacobi +32 -0
- casadi/include/include/eigen3/Eigen/KLUSupport +41 -0
- casadi/include/include/eigen3/Eigen/LU +47 -0
- casadi/include/include/eigen3/Eigen/MetisSupport +35 -0
- casadi/include/include/eigen3/Eigen/OrderingMethods +70 -0
- casadi/include/include/eigen3/Eigen/PaStiXSupport +49 -0
- casadi/include/include/eigen3/Eigen/PardisoSupport +35 -0
- casadi/include/include/eigen3/Eigen/QR +50 -0
- casadi/include/include/eigen3/Eigen/QtAlignedMalloc +39 -0
- casadi/include/include/eigen3/Eigen/SPQRSupport +34 -0
- casadi/include/include/eigen3/Eigen/SVD +50 -0
- casadi/include/include/eigen3/Eigen/Sparse +34 -0
- casadi/include/include/eigen3/Eigen/SparseCholesky +37 -0
- casadi/include/include/eigen3/Eigen/SparseCore +69 -0
- casadi/include/include/eigen3/Eigen/SparseLU +50 -0
- casadi/include/include/eigen3/Eigen/SparseQR +36 -0
- casadi/include/include/eigen3/Eigen/StdDeque +27 -0
- casadi/include/include/eigen3/Eigen/StdList +26 -0
- casadi/include/include/eigen3/Eigen/StdVector +27 -0
- casadi/include/include/eigen3/Eigen/SuperLUSupport +64 -0
- casadi/include/include/eigen3/Eigen/UmfPackSupport +40 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LDLT.h +688 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LLT.h +558 -0
- casadi/include/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
- casadi/include/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +413 -0
- casadi/include/include/eigen3/Eigen/src/Core/Array.h +417 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArrayBase.h +226 -0
- casadi/include/include/eigen3/Eigen/src/Core/ArrayWrapper.h +209 -0
- casadi/include/include/eigen3/Eigen/src/Core/Assign.h +90 -0
- casadi/include/include/eigen3/Eigen/src/Core/AssignEvaluator.h +1010 -0
- casadi/include/include/eigen3/Eigen/src/Core/Assign_MKL.h +178 -0
- casadi/include/include/eigen3/Eigen/src/Core/BandMatrix.h +353 -0
- casadi/include/include/eigen3/Eigen/src/Core/Block.h +448 -0
- casadi/include/include/eigen3/Eigen/src/Core/BooleanRedux.h +162 -0
- casadi/include/include/eigen3/Eigen/src/Core/CommaInitializer.h +164 -0
- casadi/include/include/eigen3/Eigen/src/Core/ConditionEstimator.h +175 -0
- casadi/include/include/eigen3/Eigen/src/Core/CoreEvaluators.h +1741 -0
- casadi/include/include/eigen3/Eigen/src/Core/CoreIterators.h +132 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +183 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +197 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +103 -0
- casadi/include/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +132 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseBase.h +701 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +685 -0
- casadi/include/include/eigen3/Eigen/src/Core/DenseStorage.h +652 -0
- casadi/include/include/eigen3/Eigen/src/Core/Diagonal.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +391 -0
- casadi/include/include/eigen3/Eigen/src/Core/DiagonalProduct.h +28 -0
- casadi/include/include/eigen3/Eigen/src/Core/Dot.h +318 -0
- casadi/include/include/eigen3/Eigen/src/Core/EigenBase.h +160 -0
- casadi/include/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +150 -0
- casadi/include/include/eigen3/Eigen/src/Core/Fuzzy.h +155 -0
- casadi/include/include/eigen3/Eigen/src/Core/GeneralProduct.h +465 -0
- casadi/include/include/eigen3/Eigen/src/Core/GenericPacketMath.h +1040 -0
- casadi/include/include/eigen3/Eigen/src/Core/GlobalFunctions.h +194 -0
- casadi/include/include/eigen3/Eigen/src/Core/IO.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/IndexedView.h +237 -0
- casadi/include/include/eigen3/Eigen/src/Core/Inverse.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Core/Map.h +171 -0
- casadi/include/include/eigen3/Eigen/src/Core/MapBase.h +310 -0
- casadi/include/include/eigen3/Eigen/src/Core/MathFunctions.h +2057 -0
- casadi/include/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +200 -0
- casadi/include/include/eigen3/Eigen/src/Core/Matrix.h +565 -0
- casadi/include/include/eigen3/Eigen/src/Core/MatrixBase.h +547 -0
- casadi/include/include/eigen3/Eigen/src/Core/NestByValue.h +85 -0
- casadi/include/include/eigen3/Eigen/src/Core/NoAlias.h +109 -0
- casadi/include/include/eigen3/Eigen/src/Core/NumTraits.h +335 -0
- casadi/include/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Core/PermutationMatrix.h +605 -0
- casadi/include/include/eigen3/Eigen/src/Core/PlainObjectBase.h +1128 -0
- casadi/include/include/eigen3/Eigen/src/Core/Product.h +191 -0
- casadi/include/include/eigen3/Eigen/src/Core/ProductEvaluators.h +1179 -0
- casadi/include/include/eigen3/Eigen/src/Core/Random.h +218 -0
- casadi/include/include/eigen3/Eigen/src/Core/Redux.h +515 -0
- casadi/include/include/eigen3/Eigen/src/Core/Ref.h +381 -0
- casadi/include/include/eigen3/Eigen/src/Core/Replicate.h +142 -0
- casadi/include/include/eigen3/Eigen/src/Core/Reshaped.h +454 -0
- casadi/include/include/eigen3/Eigen/src/Core/ReturnByValue.h +119 -0
- casadi/include/include/eigen3/Eigen/src/Core/Reverse.h +217 -0
- casadi/include/include/eigen3/Eigen/src/Core/Select.h +164 -0
- casadi/include/include/eigen3/Eigen/src/Core/SelfAdjointView.h +365 -0
- casadi/include/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
- casadi/include/include/eigen3/Eigen/src/Core/Solve.h +188 -0
- casadi/include/include/eigen3/Eigen/src/Core/SolveTriangular.h +235 -0
- casadi/include/include/eigen3/Eigen/src/Core/SolverBase.h +168 -0
- casadi/include/include/eigen3/Eigen/src/Core/StableNorm.h +251 -0
- casadi/include/include/eigen3/Eigen/src/Core/StlIterators.h +463 -0
- casadi/include/include/eigen3/Eigen/src/Core/Stride.h +116 -0
- casadi/include/include/eigen3/Eigen/src/Core/Swap.h +68 -0
- casadi/include/include/eigen3/Eigen/src/Core/Transpose.h +464 -0
- casadi/include/include/eigen3/Eigen/src/Core/Transpositions.h +386 -0
- casadi/include/include/eigen3/Eigen/src/Core/TriangularMatrix.h +1001 -0
- casadi/include/include/eigen3/Eigen/src/Core/VectorBlock.h +96 -0
- casadi/include/include/eigen3/Eigen/src/Core/VectorwiseOp.h +784 -0
- casadi/include/include/eigen3/Eigen/src/Core/Visitor.h +381 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +372 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Half.h +942 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +49 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +648 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +584 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +351 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
- casadi/include/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +166 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
- casadi/include/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/Parallelizer.h +180 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
- casadi/include/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/BlasUtil.h +583 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Constants.h +563 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +272 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/MKL_support.h +137 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Macros.h +1464 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Memory.h +1163 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/Meta.h +812 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/NonMPL2.h +3 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +51 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/StaticAssert.h +221 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +293 -0
- casadi/include/include/eigen3/Eigen/src/Core/util/XprHelper.h +856 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +657 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +558 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
- casadi/include/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/AlignedBox.h +486 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/AngleAxis.h +247 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/EulerAngles.h +114 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Homogeneous.h +501 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Hyperplane.h +282 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +235 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +232 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Quaternion.h +870 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Rotation2D.h +199 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/RotationBase.h +206 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Scaling.h +188 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Transform.h +1563 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Translation.h +202 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/Umeyama.h +166 -0
- casadi/include/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
- casadi/include/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +110 -0
- casadi/include/include/eigen3/Eigen/src/Householder/Householder.h +176 -0
- casadi/include/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +545 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
- casadi/include/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
- casadi/include/include/eigen3/Eigen/src/Jacobi/Jacobi.h +483 -0
- casadi/include/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +358 -0
- casadi/include/include/eigen3/Eigen/src/LU/Determinant.h +117 -0
- casadi/include/include/eigen3/Eigen/src/LU/FullPivLU.h +877 -0
- casadi/include/include/eigen3/Eigen/src/LU/InverseImpl.h +432 -0
- casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU.h +624 -0
- casadi/include/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
- casadi/include/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +351 -0
- casadi/include/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +137 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Amd.h +435 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
- casadi/include/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +153 -0
- casadi/include/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
- casadi/include/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
- casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
- casadi/include/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
- casadi/include/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
- casadi/include/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
- casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR.h +434 -0
- casadi/include/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
- casadi/include/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
- casadi/include/include/eigen3/Eigen/src/SVD/BDCSVD.h +1366 -0
- casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD.h +812 -0
- casadi/include/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
- casadi/include/include/eigen3/Eigen/src/SVD/SVDBase.h +376 -0
- casadi/include/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
- casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
- casadi/include/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +378 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +274 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +270 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +571 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +206 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseDot.h +98 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMap.h +305 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +178 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +181 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +49 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseRef.h +397 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +92 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +186 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseVector.h +478 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/SparseView.h +254 -0
- casadi/include/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +315 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU.h +923 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
- casadi/include/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
- casadi/include/include/eigen3/Eigen/src/SparseQR/SparseQR.h +758 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdDeque.h +116 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdList.h +106 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/StdVector.h +131 -0
- casadi/include/include/eigen3/Eigen/src/StlSupport/details.h +84 -0
- casadi/include/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
- casadi/include/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
- casadi/include/include/eigen3/Eigen/src/misc/Image.h +82 -0
- casadi/include/include/eigen3/Eigen/src/misc/Kernel.h +79 -0
- casadi/include/include/eigen3/Eigen/src/misc/RealSvd2x2.h +55 -0
- casadi/include/include/eigen3/Eigen/src/misc/blas.h +440 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapack.h +152 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapacke.h +16292 -0
- casadi/include/include/eigen3/Eigen/src/misc/lapacke_mangling.h +17 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
- casadi/include/include/eigen3/Eigen/src/plugins/BlockMethods.h +1442 -0
- casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
- casadi/include/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
- casadi/include/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +262 -0
- casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
- casadi/include/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
- casadi/include/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +149 -0
- casadi/include/include/eigen3/signature_of_eigen3_matrix_library +1 -0
- casadi/include/include/eigen3/unsupported/Eigen/AdolcForward +159 -0
- casadi/include/include/eigen3/unsupported/Eigen/AlignedVector3 +234 -0
- casadi/include/include/eigen3/unsupported/Eigen/ArpackSupport +30 -0
- casadi/include/include/eigen3/unsupported/Eigen/AutoDiff +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/BVH +95 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/Tensor +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +42 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +74 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +554 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +329 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +1176 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +1559 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +1093 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +518 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +377 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +1023 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +73 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +1413 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +575 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +1650 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +1679 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +456 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +1132 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +544 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +214 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +347 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +104 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +389 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +1048 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +409 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +490 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +983 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +703 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +388 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +669 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +379 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +237 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +191 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +488 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +302 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +33 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +99 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +44 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +603 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +738 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +82 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +263 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +216 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +98 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +327 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +311 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +1102 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +708 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +291 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +322 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +998 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +6 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +966 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +582 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +454 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +465 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +528 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +513 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +471 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +161 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +346 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +303 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +264 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +249 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +629 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +293 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +338 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +669 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +67 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +249 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +486 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +236 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +23 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +40 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +301 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +48 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +20 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +537 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +88 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +261 -0
- casadi/include/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +158 -0
- casadi/include/include/eigen3/unsupported/Eigen/EulerAngles +43 -0
- casadi/include/include/eigen3/unsupported/Eigen/FFT +419 -0
- casadi/include/include/eigen3/unsupported/Eigen/IterativeSolvers +51 -0
- casadi/include/include/eigen3/unsupported/Eigen/KroneckerProduct +36 -0
- casadi/include/include/eigen3/unsupported/Eigen/LevenbergMarquardt +49 -0
- casadi/include/include/eigen3/unsupported/Eigen/MPRealSupport +213 -0
- casadi/include/include/eigen3/unsupported/Eigen/MatrixFunctions +504 -0
- casadi/include/include/eigen3/unsupported/Eigen/MoreVectorization +24 -0
- casadi/include/include/eigen3/unsupported/Eigen/NonLinearOptimization +140 -0
- casadi/include/include/eigen3/unsupported/Eigen/NumericalDiff +56 -0
- casadi/include/include/eigen3/unsupported/Eigen/OpenGLSupport +322 -0
- casadi/include/include/eigen3/unsupported/Eigen/Polynomials +137 -0
- casadi/include/include/eigen3/unsupported/Eigen/Skyline +39 -0
- casadi/include/include/eigen3/unsupported/Eigen/SparseExtra +54 -0
- casadi/include/include/eigen3/unsupported/Eigen/SpecialFunctions +103 -0
- casadi/include/include/eigen3/unsupported/Eigen/Splines +35 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +108 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +730 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +220 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +293 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +223 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +790 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +355 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +305 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +261 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +449 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +187 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +511 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +335 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +436 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +90 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +154 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +267 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +193 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +305 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +84 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +202 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +160 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +188 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +396 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +441 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +569 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +373 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +705 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +368 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +117 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +95 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +601 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +657 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +66 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +70 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +107 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +298 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +91 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +30 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +99 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +49 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +130 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +280 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +428 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +143 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +352 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +862 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +212 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +295 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +259 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +89 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +122 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +1079 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +404 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +282 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +247 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +349 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +286 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +68 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +357 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +66 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +1959 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +118 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +67 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +167 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +58 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +330 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +58 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +2045 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +79 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +16 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +46 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +16 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +369 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +54 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +34 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +507 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +431 -0
- casadi/include/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +93 -0
- casadi/include/include/highs/HConfig.h +20 -0
- casadi/include/include/highs/Highs.h +1459 -0
- casadi/include/include/highs/filereaderlp/builder.hpp +25 -0
- casadi/include/include/highs/filereaderlp/model.hpp +68 -0
- casadi/include/include/highs/filereaderlp/reader.hpp +10 -0
- casadi/include/include/highs/fortran/highs_fortran_api.mod +0 -0
- casadi/include/include/highs/interfaces/highs_c_api.h +2107 -0
- casadi/include/include/highs/io/Filereader.h +47 -0
- casadi/include/include/highs/io/FilereaderEms.h +33 -0
- casadi/include/include/highs/io/FilereaderLp.h +54 -0
- casadi/include/include/highs/io/FilereaderMps.h +30 -0
- casadi/include/include/highs/io/HMPSIO.h +81 -0
- casadi/include/include/highs/io/HMpsFF.h +233 -0
- casadi/include/include/highs/io/HighsIO.h +99 -0
- casadi/include/include/highs/io/LoadOptions.h +27 -0
- casadi/include/include/highs/ipm/IpxWrapper.h +73 -0
- casadi/include/include/highs/lp_data/HConst.h +295 -0
- casadi/include/include/highs/lp_data/HStruct.h +124 -0
- casadi/include/include/highs/lp_data/HighsAnalysis.h +26 -0
- casadi/include/include/highs/lp_data/HighsCallback.h +33 -0
- casadi/include/include/highs/lp_data/HighsCallbackStruct.h +36 -0
- casadi/include/include/highs/lp_data/HighsDebug.h +37 -0
- casadi/include/include/highs/lp_data/HighsInfo.h +304 -0
- casadi/include/include/highs/lp_data/HighsInfoDebug.h +30 -0
- casadi/include/include/highs/lp_data/HighsLp.h +85 -0
- casadi/include/include/highs/lp_data/HighsLpSolverObject.h +48 -0
- casadi/include/include/highs/lp_data/HighsLpUtils.h +266 -0
- casadi/include/include/highs/lp_data/HighsModelUtils.h +109 -0
- casadi/include/include/highs/lp_data/HighsOptions.h +1130 -0
- casadi/include/include/highs/lp_data/HighsRanging.h +46 -0
- casadi/include/include/highs/lp_data/HighsRuntimeOptions.h +276 -0
- casadi/include/include/highs/lp_data/HighsSolution.h +137 -0
- casadi/include/include/highs/lp_data/HighsSolutionDebug.h +90 -0
- casadi/include/include/highs/lp_data/HighsSolve.h +24 -0
- casadi/include/include/highs/lp_data/HighsStatus.h +32 -0
- casadi/include/include/highs/mip/HighsCliqueTable.h +318 -0
- casadi/include/include/highs/mip/HighsConflictPool.h +112 -0
- casadi/include/include/highs/mip/HighsCutGeneration.h +96 -0
- casadi/include/include/highs/mip/HighsCutPool.h +171 -0
- casadi/include/include/highs/mip/HighsDebugSol.h +142 -0
- casadi/include/include/highs/mip/HighsDomain.h +633 -0
- casadi/include/include/highs/mip/HighsDomainChange.h +51 -0
- casadi/include/include/highs/mip/HighsDynamicRowMatrix.h +105 -0
- casadi/include/include/highs/mip/HighsGFkSolve.h +441 -0
- casadi/include/include/highs/mip/HighsImplications.h +146 -0
- casadi/include/include/highs/mip/HighsLpAggregator.h +53 -0
- casadi/include/include/highs/mip/HighsLpRelaxation.h +355 -0
- casadi/include/include/highs/mip/HighsMipSolver.h +103 -0
- casadi/include/include/highs/mip/HighsMipSolverData.h +193 -0
- casadi/include/include/highs/mip/HighsModkSeparator.h +63 -0
- casadi/include/include/highs/mip/HighsNodeQueue.h +312 -0
- casadi/include/include/highs/mip/HighsObjectiveFunction.h +74 -0
- casadi/include/include/highs/mip/HighsPathSeparator.h +42 -0
- casadi/include/include/highs/mip/HighsPrimalHeuristics.h +68 -0
- casadi/include/include/highs/mip/HighsPseudocost.h +351 -0
- casadi/include/include/highs/mip/HighsRedcostFixing.h +45 -0
- casadi/include/include/highs/mip/HighsSearch.h +243 -0
- casadi/include/include/highs/mip/HighsSeparation.h +44 -0
- casadi/include/include/highs/mip/HighsSeparator.h +56 -0
- casadi/include/include/highs/mip/HighsTableauSeparator.h +37 -0
- casadi/include/include/highs/mip/HighsTransformedLp.h +66 -0
- casadi/include/include/highs/model/HighsHessian.h +49 -0
- casadi/include/include/highs/model/HighsHessianUtils.h +47 -0
- casadi/include/include/highs/model/HighsModel.h +43 -0
- casadi/include/include/highs/parallel/HighsBinarySemaphore.h +113 -0
- casadi/include/include/highs/parallel/HighsCacheAlign.h +87 -0
- casadi/include/include/highs/parallel/HighsCombinable.h +121 -0
- casadi/include/include/highs/parallel/HighsMutex.h +128 -0
- casadi/include/include/highs/parallel/HighsParallel.h +128 -0
- casadi/include/include/highs/parallel/HighsRaceTimer.h +43 -0
- casadi/include/include/highs/parallel/HighsSchedulerConstants.h +24 -0
- casadi/include/include/highs/parallel/HighsSpinMutex.h +53 -0
- casadi/include/include/highs/parallel/HighsSplitDeque.h +583 -0
- casadi/include/include/highs/parallel/HighsTask.h +176 -0
- casadi/include/include/highs/parallel/HighsTaskExecutor.h +209 -0
- casadi/include/include/highs/presolve/HPresolve.h +352 -0
- casadi/include/include/highs/presolve/HPresolveAnalysis.h +54 -0
- casadi/include/include/highs/presolve/HighsPostsolveStack.h +883 -0
- casadi/include/include/highs/presolve/HighsSymmetry.h +283 -0
- casadi/include/include/highs/presolve/ICrash.h +121 -0
- casadi/include/include/highs/presolve/ICrashUtil.h +65 -0
- casadi/include/include/highs/presolve/ICrashX.h +26 -0
- casadi/include/include/highs/presolve/PresolveComponent.h +93 -0
- casadi/include/include/highs/qpsolver/a_asm.hpp +56 -0
- casadi/include/include/highs/qpsolver/a_quass.hpp +12 -0
- casadi/include/include/highs/qpsolver/perturbation.hpp +8 -0
- casadi/include/include/highs/qpsolver/quass.hpp +20 -0
- casadi/include/include/highs/qpsolver/scaling.hpp +8 -0
- casadi/include/include/highs/qpsolver/vector.hpp +235 -0
- casadi/include/include/highs/simplex/HApp.h +422 -0
- casadi/include/include/highs/simplex/HEkk.h +369 -0
- casadi/include/include/highs/simplex/HEkkDual.h +515 -0
- casadi/include/include/highs/simplex/HEkkDualRHS.h +138 -0
- casadi/include/include/highs/simplex/HEkkDualRow.h +204 -0
- casadi/include/include/highs/simplex/HEkkPrimal.h +190 -0
- casadi/include/include/highs/simplex/HSimplex.h +47 -0
- casadi/include/include/highs/simplex/HSimplexDebug.h +51 -0
- casadi/include/include/highs/simplex/HSimplexNla.h +184 -0
- casadi/include/include/highs/simplex/HSimplexReport.h +24 -0
- casadi/include/include/highs/simplex/HighsSimplexAnalysis.h +375 -0
- casadi/include/include/highs/simplex/SimplexConst.h +274 -0
- casadi/include/include/highs/simplex/SimplexStruct.h +264 -0
- casadi/include/include/highs/simplex/SimplexTimer.h +427 -0
- casadi/include/include/highs/test/DevKkt.h +146 -0
- casadi/include/include/highs/test/KktCh2.h +82 -0
- casadi/include/include/highs/util/FactorTimer.h +224 -0
- casadi/include/include/highs/util/HFactor.h +558 -0
- casadi/include/include/highs/util/HFactorConst.h +84 -0
- casadi/include/include/highs/util/HFactorDebug.h +58 -0
- casadi/include/include/highs/util/HSet.h +92 -0
- casadi/include/include/highs/util/HVector.h +25 -0
- casadi/include/include/highs/util/HVectorBase.h +105 -0
- casadi/include/include/highs/util/HighsCDouble.h +310 -0
- casadi/include/include/highs/util/HighsComponent.h +56 -0
- casadi/include/include/highs/util/HighsDataStack.h +86 -0
- casadi/include/include/highs/util/HighsDisjointSets.h +110 -0
- casadi/include/include/highs/util/HighsHash.h +1270 -0
- casadi/include/include/highs/util/HighsHashTree.h +1443 -0
- casadi/include/include/highs/util/HighsInt.h +39 -0
- casadi/include/include/highs/util/HighsIntegers.h +216 -0
- casadi/include/include/highs/util/HighsLinearSumBounds.h +160 -0
- casadi/include/include/highs/util/HighsMatrixPic.h +40 -0
- casadi/include/include/highs/util/HighsMatrixSlice.h +561 -0
- casadi/include/include/highs/util/HighsMatrixUtils.h +57 -0
- casadi/include/include/highs/util/HighsRandom.h +233 -0
- casadi/include/include/highs/util/HighsRbTree.h +455 -0
- casadi/include/include/highs/util/HighsSort.h +134 -0
- casadi/include/include/highs/util/HighsSparseMatrix.h +144 -0
- casadi/include/include/highs/util/HighsSparseVectorSum.h +98 -0
- casadi/include/include/highs/util/HighsSplay.h +138 -0
- casadi/include/include/highs/util/HighsTimer.h +334 -0
- casadi/include/include/highs/util/HighsUtils.h +203 -0
- casadi/include/include/highs/util/stringutil.h +39 -0
- casadi/include/include/highs_export.h +42 -0
- casadi/include/include/openblas/cblas.h +411 -0
- casadi/include/include/openblas/f77blas.h +796 -0
- casadi/include/include/openblas/lapack.h +22997 -0
- casadi/include/include/openblas/lapacke.h +12665 -0
- casadi/include/include/openblas/lapacke_config.h +119 -0
- casadi/include/include/openblas/lapacke_example_aux.h +9 -0
- casadi/include/include/openblas/lapacke_mangling.h +17 -0
- casadi/include/include/openblas/lapacke_utils.h +582 -0
- casadi/include/include/openblas/openblas/lapacke_mangling.h +17 -0
- casadi/include/include/openblas/openblas_config.h +139 -0
- casadi/include/include/osqp/auxil.h +181 -0
- casadi/include/include/osqp/constants.h +129 -0
- casadi/include/include/osqp/cs.h +180 -0
- casadi/include/include/osqp/ctrlc.h +56 -0
- casadi/include/include/osqp/error.h +38 -0
- casadi/include/include/osqp/glob_opts.h +167 -0
- casadi/include/include/osqp/lin_alg.h +216 -0
- casadi/include/include/osqp/lin_sys.h +54 -0
- casadi/include/include/osqp/osqp.h +430 -0
- casadi/include/include/osqp/osqp_configure.h +49 -0
- casadi/include/include/osqp/polish.h +25 -0
- casadi/include/include/osqp/proj.h +37 -0
- casadi/include/include/osqp/scaling.h +44 -0
- casadi/include/include/osqp/types.h +326 -0
- casadi/include/include/osqp/util.h +222 -0
- casadi/include/include/proxsuite/config.hpp +68 -0
- casadi/include/include/proxsuite/deprecated.hpp +56 -0
- casadi/include/include/proxsuite/fwd.hpp +52 -0
- casadi/include/include/proxsuite/helpers/common.hpp +70 -0
- casadi/include/include/proxsuite/helpers/instruction-set.hpp +275 -0
- casadi/include/include/proxsuite/helpers/optional.hpp +46 -0
- casadi/include/include/proxsuite/helpers/tl-optional.hpp +2472 -0
- casadi/include/include/proxsuite/helpers/version.hpp +39 -0
- casadi/include/include/proxsuite/linalg/dense/core.hpp +863 -0
- casadi/include/include/proxsuite/linalg/dense/factorize.hpp +375 -0
- casadi/include/include/proxsuite/linalg/dense/ldlt.hpp +817 -0
- casadi/include/include/proxsuite/linalg/dense/modify.hpp +333 -0
- casadi/include/include/proxsuite/linalg/dense/solve.hpp +38 -0
- casadi/include/include/proxsuite/linalg/dense/update.hpp +330 -0
- casadi/include/include/proxsuite/linalg/sparse/core.hpp +531 -0
- casadi/include/include/proxsuite/linalg/sparse/factorize.hpp +1303 -0
- casadi/include/include/proxsuite/linalg/sparse/rowmod.hpp +443 -0
- casadi/include/include/proxsuite/linalg/sparse/update.hpp +348 -0
- casadi/include/include/proxsuite/linalg/veg/internal/assert_impl.hpp +20 -0
- casadi/include/include/proxsuite/linalg/veg/internal/collection_algo.hpp +93 -0
- casadi/include/include/proxsuite/linalg/veg/internal/dbg.hpp +15 -0
- casadi/include/include/proxsuite/linalg/veg/internal/delete_special_members.hpp +77 -0
- casadi/include/include/proxsuite/linalg/veg/internal/dyn_index.hpp +292 -0
- casadi/include/include/proxsuite/linalg/veg/internal/epilogue.hpp +31 -0
- casadi/include/include/proxsuite/linalg/veg/internal/external/hedley.ext.hpp +2074 -0
- casadi/include/include/proxsuite/linalg/veg/internal/external/unhedley.ext.hpp +148 -0
- casadi/include/include/proxsuite/linalg/veg/internal/fix_index.hpp +339 -0
- casadi/include/include/proxsuite/linalg/veg/internal/has_asan.hpp +17 -0
- casadi/include/include/proxsuite/linalg/veg/internal/integer_seq.hpp +248 -0
- casadi/include/include/proxsuite/linalg/veg/internal/macros.hpp +1312 -0
- casadi/include/include/proxsuite/linalg/veg/internal/narrow.hpp +46 -0
- casadi/include/include/proxsuite/linalg/veg/internal/preprocessor.hpp +434 -0
- casadi/include/include/proxsuite/linalg/veg/internal/prologue.hpp +157 -0
- casadi/include/include/proxsuite/linalg/veg/internal/std.hpp +13 -0
- casadi/include/include/proxsuite/linalg/veg/internal/terminate.hpp +22 -0
- casadi/include/include/proxsuite/linalg/veg/internal/typedefs.hpp +58 -0
- casadi/include/include/proxsuite/linalg/veg/memory/address.hpp +97 -0
- casadi/include/include/proxsuite/linalg/veg/memory/alloc.hpp +352 -0
- casadi/include/include/proxsuite/linalg/veg/memory/dynamic_stack.hpp +504 -0
- casadi/include/include/proxsuite/linalg/veg/memory/placement.hpp +202 -0
- casadi/include/include/proxsuite/linalg/veg/memory/stack_alloc.hpp +239 -0
- casadi/include/include/proxsuite/linalg/veg/ref.hpp +148 -0
- casadi/include/include/proxsuite/linalg/veg/slice.hpp +240 -0
- casadi/include/include/proxsuite/linalg/veg/tuple.hpp +876 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/alloc.hpp +169 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/assignable.hpp +53 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/constructible.hpp +217 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/core.hpp +298 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/invocable.hpp +47 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/primitives.hpp +43 -0
- casadi/include/include/proxsuite/linalg/veg/type_traits/tags.hpp +47 -0
- casadi/include/include/proxsuite/linalg/veg/util/assert.hpp +48 -0
- casadi/include/include/proxsuite/linalg/veg/util/dbg.hpp +6 -0
- casadi/include/include/proxsuite/linalg/veg/util/defer.hpp +57 -0
- casadi/include/include/proxsuite/linalg/veg/util/dynstack_alloc.hpp +19 -0
- casadi/include/include/proxsuite/linalg/veg/util/get.hpp +153 -0
- casadi/include/include/proxsuite/linalg/veg/util/index.hpp +6 -0
- casadi/include/include/proxsuite/linalg/veg/util/unreachable.hpp +41 -0
- casadi/include/include/proxsuite/linalg/veg/vec.hpp +1034 -0
- casadi/include/include/proxsuite/proxqp/dense/dense.hpp +10 -0
- casadi/include/include/proxsuite/proxqp/dense/fwd.hpp +55 -0
- casadi/include/include/proxsuite/proxqp/dense/helpers.hpp +520 -0
- casadi/include/include/proxsuite/proxqp/dense/linesearch.hpp +517 -0
- casadi/include/include/proxsuite/proxqp/dense/model.hpp +147 -0
- casadi/include/include/proxsuite/proxqp/dense/preconditioner/identity.hpp +113 -0
- casadi/include/include/proxsuite/proxqp/dense/preconditioner/ruiz.hpp +571 -0
- casadi/include/include/proxsuite/proxqp/dense/solver.hpp +1330 -0
- casadi/include/include/proxsuite/proxqp/dense/utils.hpp +415 -0
- casadi/include/include/proxsuite/proxqp/dense/views.hpp +1466 -0
- casadi/include/include/proxsuite/proxqp/dense/workspace.hpp +264 -0
- casadi/include/include/proxsuite/proxqp/dense/wrapper.hpp +491 -0
- casadi/include/include/proxsuite/proxqp/results.hpp +212 -0
- casadi/include/include/proxsuite/proxqp/settings.hpp +302 -0
- casadi/include/include/proxsuite/proxqp/sparse/fwd.hpp +58 -0
- casadi/include/include/proxsuite/proxqp/sparse/helpers.hpp +309 -0
- casadi/include/include/proxsuite/proxqp/sparse/model.hpp +228 -0
- casadi/include/include/proxsuite/proxqp/sparse/preconditioner/identity.hpp +64 -0
- casadi/include/include/proxsuite/proxqp/sparse/preconditioner/ruiz.hpp +569 -0
- casadi/include/include/proxsuite/proxqp/sparse/solver.hpp +1441 -0
- casadi/include/include/proxsuite/proxqp/sparse/sparse.hpp +10 -0
- casadi/include/include/proxsuite/proxqp/sparse/utils.hpp +815 -0
- casadi/include/include/proxsuite/proxqp/sparse/views.hpp +63 -0
- casadi/include/include/proxsuite/proxqp/sparse/workspace.hpp +790 -0
- casadi/include/include/proxsuite/proxqp/sparse/wrapper.hpp +772 -0
- casadi/include/include/proxsuite/proxqp/status.hpp +46 -0
- casadi/include/include/proxsuite/proxqp/timings.hpp +101 -0
- casadi/include/include/proxsuite/proxqp/utils/prints.hpp +47 -0
- casadi/include/include/proxsuite/proxqp/utils/random_qp_problems.hpp +669 -0
- casadi/include/include/proxsuite/serialization/archive.hpp +231 -0
- casadi/include/include/proxsuite/serialization/eigen.hpp +107 -0
- casadi/include/include/proxsuite/serialization/model.hpp +34 -0
- casadi/include/include/proxsuite/serialization/results.hpp +74 -0
- casadi/include/include/proxsuite/serialization/settings.hpp +60 -0
- casadi/include/include/proxsuite/serialization/wrapper.hpp +24 -0
- casadi/include/include/proxsuite/warning.hpp +35 -0
- casadi/include/include/qdldl/qdldl.h +169 -0
- casadi/include/include/qdldl/qdldl_types.h +23 -0
- casadi/include/include/s_blas.h +78 -0
- casadi/include/include/s_blas_64.h +73 -0
- casadi/include/include/simde/arm/neon/aba.h +208 -0
- casadi/include/include/simde/arm/neon/abd.h +384 -0
- casadi/include/include/simde/arm/neon/abdl.h +147 -0
- casadi/include/include/simde/arm/neon/abs.h +408 -0
- casadi/include/include/simde/arm/neon/add.h +681 -0
- casadi/include/include/simde/arm/neon/addl.h +127 -0
- casadi/include/include/simde/arm/neon/addl_high.h +127 -0
- casadi/include/include/simde/arm/neon/addlv.h +317 -0
- casadi/include/include/simde/arm/neon/addv.h +447 -0
- casadi/include/include/simde/arm/neon/addw.h +222 -0
- casadi/include/include/simde/arm/neon/addw_high.h +193 -0
- casadi/include/include/simde/arm/neon/and.h +552 -0
- casadi/include/include/simde/arm/neon/bic.h +472 -0
- casadi/include/include/simde/arm/neon/bsl.h +448 -0
- casadi/include/include/simde/arm/neon/cagt.h +168 -0
- casadi/include/include/simde/arm/neon/ceq.h +711 -0
- casadi/include/include/simde/arm/neon/ceqz.h +335 -0
- casadi/include/include/simde/arm/neon/cge.h +677 -0
- casadi/include/include/simde/arm/neon/cgez.h +378 -0
- casadi/include/include/simde/arm/neon/cgt.h +686 -0
- casadi/include/include/simde/arm/neon/cgtz.h +380 -0
- casadi/include/include/simde/arm/neon/cle.h +677 -0
- casadi/include/include/simde/arm/neon/clez.h +378 -0
- casadi/include/include/simde/arm/neon/cls.h +148 -0
- casadi/include/include/simde/arm/neon/clt.h +679 -0
- casadi/include/include/simde/arm/neon/cltz.h +263 -0
- casadi/include/include/simde/arm/neon/clz.h +423 -0
- casadi/include/include/simde/arm/neon/cnt.h +145 -0
- casadi/include/include/simde/arm/neon/combine.h +343 -0
- casadi/include/include/simde/arm/neon/create.h +186 -0
- casadi/include/include/simde/arm/neon/cvt.h +492 -0
- casadi/include/include/simde/arm/neon/dot.h +171 -0
- casadi/include/include/simde/arm/neon/dot_lane.h +196 -0
- casadi/include/include/simde/arm/neon/dup_lane.h +702 -0
- casadi/include/include/simde/arm/neon/dup_n.h +534 -0
- casadi/include/include/simde/arm/neon/eor.h +552 -0
- casadi/include/include/simde/arm/neon/ext.h +887 -0
- casadi/include/include/simde/arm/neon/get_high.h +260 -0
- casadi/include/include/simde/arm/neon/get_lane.h +499 -0
- casadi/include/include/simde/arm/neon/get_low.h +276 -0
- casadi/include/include/simde/arm/neon/hadd.h +287 -0
- casadi/include/include/simde/arm/neon/hsub.h +287 -0
- casadi/include/include/simde/arm/neon/ld1.h +399 -0
- casadi/include/include/simde/arm/neon/ld3.h +609 -0
- casadi/include/include/simde/arm/neon/ld4.h +448 -0
- casadi/include/include/simde/arm/neon/max.h +614 -0
- casadi/include/include/simde/arm/neon/maxnm.h +215 -0
- casadi/include/include/simde/arm/neon/maxv.h +400 -0
- casadi/include/include/simde/arm/neon/min.h +660 -0
- casadi/include/include/simde/arm/neon/minnm.h +215 -0
- casadi/include/include/simde/arm/neon/minv.h +424 -0
- casadi/include/include/simde/arm/neon/mla.h +530 -0
- casadi/include/include/simde/arm/neon/mla_n.h +333 -0
- casadi/include/include/simde/arm/neon/mlal.h +156 -0
- casadi/include/include/simde/arm/neon/mlal_high.h +156 -0
- casadi/include/include/simde/arm/neon/mlal_n.h +128 -0
- casadi/include/include/simde/arm/neon/mls.h +264 -0
- casadi/include/include/simde/arm/neon/mlsl.h +124 -0
- casadi/include/include/simde/arm/neon/mlsl_high.h +124 -0
- casadi/include/include/simde/arm/neon/mlsl_n.h +96 -0
- casadi/include/include/simde/arm/neon/movl.h +208 -0
- casadi/include/include/simde/arm/neon/movl_high.h +126 -0
- casadi/include/include/simde/arm/neon/movn.h +195 -0
- casadi/include/include/simde/arm/neon/movn_high.h +125 -0
- casadi/include/include/simde/arm/neon/mul.h +594 -0
- casadi/include/include/simde/arm/neon/mul_lane.h +472 -0
- casadi/include/include/simde/arm/neon/mul_n.h +383 -0
- casadi/include/include/simde/arm/neon/mull.h +236 -0
- casadi/include/include/simde/arm/neon/mull_high.h +125 -0
- casadi/include/include/simde/arm/neon/mull_n.h +158 -0
- casadi/include/include/simde/arm/neon/mvn.h +426 -0
- casadi/include/include/simde/arm/neon/neg.h +393 -0
- casadi/include/include/simde/arm/neon/orn.h +505 -0
- casadi/include/include/simde/arm/neon/orr.h +552 -0
- casadi/include/include/simde/arm/neon/padal.h +211 -0
- casadi/include/include/simde/arm/neon/padd.h +293 -0
- casadi/include/include/simde/arm/neon/paddl.h +239 -0
- casadi/include/include/simde/arm/neon/pmax.h +253 -0
- casadi/include/include/simde/arm/neon/pmin.h +260 -0
- casadi/include/include/simde/arm/neon/qabs.h +281 -0
- casadi/include/include/simde/arm/neon/qadd.h +553 -0
- casadi/include/include/simde/arm/neon/qdmulh.h +125 -0
- casadi/include/include/simde/arm/neon/qdmull.h +125 -0
- casadi/include/include/simde/arm/neon/qmovn.h +273 -0
- casadi/include/include/simde/arm/neon/qmovn_high.h +127 -0
- casadi/include/include/simde/arm/neon/qmovun.h +159 -0
- casadi/include/include/simde/arm/neon/qneg.h +301 -0
- casadi/include/include/simde/arm/neon/qrdmulh.h +165 -0
- casadi/include/include/simde/arm/neon/qrdmulh_n.h +136 -0
- casadi/include/include/simde/arm/neon/qshl.h +732 -0
- casadi/include/include/simde/arm/neon/qsub.h +549 -0
- casadi/include/include/simde/arm/neon/qtbl.h +455 -0
- casadi/include/include/simde/arm/neon/qtbx.h +470 -0
- casadi/include/include/simde/arm/neon/rbit.h +165 -0
- casadi/include/include/simde/arm/neon/reinterpret.h +3101 -0
- casadi/include/include/simde/arm/neon/rev16.h +137 -0
- casadi/include/include/simde/arm/neon/rev32.h +235 -0
- casadi/include/include/simde/arm/neon/rev64.h +358 -0
- casadi/include/include/simde/arm/neon/rhadd.h +406 -0
- casadi/include/include/simde/arm/neon/rnd.h +143 -0
- casadi/include/include/simde/arm/neon/rndi.h +135 -0
- casadi/include/include/simde/arm/neon/rndm.h +143 -0
- casadi/include/include/simde/arm/neon/rndn.h +135 -0
- casadi/include/include/simde/arm/neon/rndp.h +143 -0
- casadi/include/include/simde/arm/neon/rshl.h +903 -0
- casadi/include/include/simde/arm/neon/rshr_n.h +471 -0
- casadi/include/include/simde/arm/neon/rsra_n.h +209 -0
- casadi/include/include/simde/arm/neon/set_lane.h +422 -0
- casadi/include/include/simde/arm/neon/shl.h +805 -0
- casadi/include/include/simde/arm/neon/shl_n.h +560 -0
- casadi/include/include/simde/arm/neon/shr_n.h +612 -0
- casadi/include/include/simde/arm/neon/sra_n.h +202 -0
- casadi/include/include/simde/arm/neon/st1.h +353 -0
- casadi/include/include/simde/arm/neon/st1_lane.h +363 -0
- casadi/include/include/simde/arm/neon/st3.h +426 -0
- casadi/include/include/simde/arm/neon/st4.h +445 -0
- casadi/include/include/simde/arm/neon/sub.h +659 -0
- casadi/include/include/simde/arm/neon/subl.h +127 -0
- casadi/include/include/simde/arm/neon/subw.h +221 -0
- casadi/include/include/simde/arm/neon/subw_high.h +222 -0
- casadi/include/include/simde/arm/neon/tbl.h +224 -0
- casadi/include/include/simde/arm/neon/tbx.h +247 -0
- casadi/include/include/simde/arm/neon/trn.h +252 -0
- casadi/include/include/simde/arm/neon/trn1.h +500 -0
- casadi/include/include/simde/arm/neon/trn2.h +499 -0
- casadi/include/include/simde/arm/neon/tst.h +540 -0
- casadi/include/include/simde/arm/neon/types.h +683 -0
- casadi/include/include/simde/arm/neon/uqadd.h +325 -0
- casadi/include/include/simde/arm/neon/uzp.h +252 -0
- casadi/include/include/simde/arm/neon/uzp1.h +643 -0
- casadi/include/include/simde/arm/neon/uzp2.h +647 -0
- casadi/include/include/simde/arm/neon/zip.h +252 -0
- casadi/include/include/simde/arm/neon/zip1.h +625 -0
- casadi/include/include/simde/arm/neon/zip2.h +625 -0
- casadi/include/include/simde/arm/neon.h +166 -0
- casadi/include/include/simde/check.h +276 -0
- casadi/include/include/simde/debug-trap.h +85 -0
- casadi/include/include/simde/hedley.h +1971 -0
- casadi/include/include/simde/simde-align.h +449 -0
- casadi/include/include/simde/simde-arch.h +532 -0
- casadi/include/include/simde/simde-common.h +890 -0
- casadi/include/include/simde/simde-complex.h +148 -0
- casadi/include/include/simde/simde-constify.h +397 -0
- casadi/include/include/simde/simde-detect-clang.h +109 -0
- casadi/include/include/simde/simde-diagnostic.h +428 -0
- casadi/include/include/simde/simde-features.h +522 -0
- casadi/include/include/simde/simde-math.h +1805 -0
- casadi/include/include/simde/x86/avx.h +6193 -0
- casadi/include/include/simde/x86/avx2.h +5660 -0
- casadi/include/include/simde/x86/avx512/2intersect.h +250 -0
- casadi/include/include/simde/x86/avx512/abs.h +562 -0
- casadi/include/include/simde/x86/avx512/add.h +641 -0
- casadi/include/include/simde/x86/avx512/adds.h +390 -0
- casadi/include/include/simde/x86/avx512/and.h +305 -0
- casadi/include/include/simde/x86/avx512/andnot.h +193 -0
- casadi/include/include/simde/x86/avx512/avg.h +258 -0
- casadi/include/include/simde/x86/avx512/blend.h +293 -0
- casadi/include/include/simde/x86/avx512/broadcast.h +897 -0
- casadi/include/include/simde/x86/avx512/cast.h +324 -0
- casadi/include/include/simde/x86/avx512/cmp.h +587 -0
- casadi/include/include/simde/x86/avx512/cmpeq.h +179 -0
- casadi/include/include/simde/x86/avx512/cmpge.h +104 -0
- casadi/include/include/simde/x86/avx512/cmpgt.h +189 -0
- casadi/include/include/simde/x86/avx512/cmple.h +103 -0
- casadi/include/include/simde/x86/avx512/cmplt.h +123 -0
- casadi/include/include/simde/x86/avx512/copysign.h +86 -0
- casadi/include/include/simde/x86/avx512/cvt.h +122 -0
- casadi/include/include/simde/x86/avx512/cvts.h +723 -0
- casadi/include/include/simde/x86/avx512/div.h +162 -0
- casadi/include/include/simde/x86/avx512/extract.h +198 -0
- casadi/include/include/simde/x86/avx512/fmadd.h +136 -0
- casadi/include/include/simde/x86/avx512/fmsub.h +108 -0
- casadi/include/include/simde/x86/avx512/fnmadd.h +108 -0
- casadi/include/include/simde/x86/avx512/fnmsub.h +108 -0
- casadi/include/include/simde/x86/avx512/insert.h +193 -0
- casadi/include/include/simde/x86/avx512/kshift.h +152 -0
- casadi/include/include/simde/x86/avx512/load.h +67 -0
- casadi/include/include/simde/x86/avx512/loadu.h +113 -0
- casadi/include/include/simde/x86/avx512/lzcnt.h +209 -0
- casadi/include/include/simde/x86/avx512/madd.h +155 -0
- casadi/include/include/simde/x86/avx512/maddubs.h +159 -0
- casadi/include/include/simde/x86/avx512/max.h +587 -0
- casadi/include/include/simde/x86/avx512/min.h +587 -0
- casadi/include/include/simde/x86/avx512/mov.h +859 -0
- casadi/include/include/simde/x86/avx512/mov_mask.h +372 -0
- casadi/include/include/simde/x86/avx512/movm.h +460 -0
- casadi/include/include/simde/x86/avx512/mul.h +279 -0
- casadi/include/include/simde/x86/avx512/mulhi.h +65 -0
- casadi/include/include/simde/x86/avx512/mulhrs.h +65 -0
- casadi/include/include/simde/x86/avx512/mullo.h +117 -0
- casadi/include/include/simde/x86/avx512/negate.h +88 -0
- casadi/include/include/simde/x86/avx512/or.h +252 -0
- casadi/include/include/simde/x86/avx512/packs.h +122 -0
- casadi/include/include/simde/x86/avx512/packus.h +122 -0
- casadi/include/include/simde/x86/avx512/permutex2var.h +1645 -0
- casadi/include/include/simde/x86/avx512/permutexvar.h +1180 -0
- casadi/include/include/simde/x86/avx512/sad.h +77 -0
- casadi/include/include/simde/x86/avx512/set.h +477 -0
- casadi/include/include/simde/x86/avx512/set1.h +331 -0
- casadi/include/include/simde/x86/avx512/set4.h +140 -0
- casadi/include/include/simde/x86/avx512/setone.h +66 -0
- casadi/include/include/simde/x86/avx512/setr.h +144 -0
- casadi/include/include/simde/x86/avx512/setr4.h +140 -0
- casadi/include/include/simde/x86/avx512/setzero.h +90 -0
- casadi/include/include/simde/x86/avx512/shuffle.h +176 -0
- casadi/include/include/simde/x86/avx512/sll.h +247 -0
- casadi/include/include/simde/x86/avx512/slli.h +179 -0
- casadi/include/include/simde/x86/avx512/sllv.h +68 -0
- casadi/include/include/simde/x86/avx512/sqrt.h +127 -0
- casadi/include/include/simde/x86/avx512/sra.h +81 -0
- casadi/include/include/simde/x86/avx512/srai.h +70 -0
- casadi/include/include/simde/x86/avx512/srav.h +67 -0
- casadi/include/include/simde/x86/avx512/srl.h +216 -0
- casadi/include/include/simde/x86/avx512/srli.h +180 -0
- casadi/include/include/simde/x86/avx512/srlv.h +282 -0
- casadi/include/include/simde/x86/avx512/store.h +93 -0
- casadi/include/include/simde/x86/avx512/storeu.h +93 -0
- casadi/include/include/simde/x86/avx512/sub.h +351 -0
- casadi/include/include/simde/x86/avx512/subs.h +222 -0
- casadi/include/include/simde/x86/avx512/test.h +193 -0
- casadi/include/include/simde/x86/avx512/types.h +380 -0
- casadi/include/include/simde/x86/avx512/unpackhi.h +380 -0
- casadi/include/include/simde/x86/avx512/unpacklo.h +104 -0
- casadi/include/include/simde/x86/avx512/xor.h +263 -0
- casadi/include/include/simde/x86/avx512/xorsign.h +72 -0
- casadi/include/include/simde/x86/avx512.h +108 -0
- casadi/include/include/simde/x86/clmul.h +414 -0
- casadi/include/include/simde/x86/fma.h +724 -0
- casadi/include/include/simde/x86/gfni.h +802 -0
- casadi/include/include/simde/x86/mmx.h +2399 -0
- casadi/include/include/simde/x86/sse.h +4471 -0
- casadi/include/include/simde/x86/sse2.h +7389 -0
- casadi/include/include/simde/x86/sse3.h +499 -0
- casadi/include/include/simde/x86/sse4.1.h +2216 -0
- casadi/include/include/simde/x86/sse4.2.h +347 -0
- casadi/include/include/simde/x86/ssse3.h +1032 -0
- casadi/include/include/simde/x86/svml.h +12139 -0
- casadi/include/include/simde/x86/xop.h +3644 -0
- casadi/include/include/sleqp/defs.h +58 -0
- casadi/include/include/sleqp/export.h +42 -0
- casadi/include/include/sleqp/pub_cmp.h +18 -0
- casadi/include/include/sleqp/pub_dyn.h +140 -0
- casadi/include/include/sleqp/pub_error.h +50 -0
- casadi/include/include/sleqp/pub_func.h +257 -0
- casadi/include/include/sleqp/pub_hess_struct.h +105 -0
- casadi/include/include/sleqp/pub_iterate.h +88 -0
- casadi/include/include/sleqp/pub_log.h +88 -0
- casadi/include/include/sleqp/pub_lsq.h +158 -0
- casadi/include/include/sleqp/pub_mem.h +52 -0
- casadi/include/include/sleqp/pub_problem.h +213 -0
- casadi/include/include/sleqp/pub_scale.h +150 -0
- casadi/include/include/sleqp/pub_settings.h +162 -0
- casadi/include/include/sleqp/pub_solver.h +155 -0
- casadi/include/include/sleqp/pub_types.h +230 -0
- casadi/include/include/sleqp/pub_working_set.h +135 -0
- casadi/include/include/sleqp/sparse/pub_mat.h +153 -0
- casadi/include/include/sleqp/sparse/pub_vec.h +336 -0
- casadi/include/include/sleqp.h +38 -0
- casadi/include/include/spral.h +13 -0
- casadi/include/include/spral_lsmr.h +57 -0
- casadi/include/include/spral_matrix_util.h +40 -0
- casadi/include/include/spral_random.h +26 -0
- casadi/include/include/spral_random_matrix.h +27 -0
- casadi/include/include/spral_rutherford_boeing.h +51 -0
- casadi/include/include/spral_scaling.h +139 -0
- casadi/include/include/spral_ssids.h +121 -0
- casadi/include/include/spral_ssmfe.h +268 -0
- casadi/include/include/superscs/cones.h +185 -0
- casadi/include/include/superscs/constants.h +144 -0
- casadi/include/include/superscs/cs.h +109 -0
- casadi/include/include/superscs/ctrlc.h +77 -0
- casadi/include/include/superscs/directions.h +125 -0
- casadi/include/include/superscs/glbopts.h +240 -0
- casadi/include/include/superscs/linAlg.h +437 -0
- casadi/include/include/superscs/linSys.h +205 -0
- casadi/include/include/superscs/linsys/amatrix.h +77 -0
- casadi/include/include/superscs/linsys/common.h +49 -0
- casadi/include/include/superscs/normalize.h +138 -0
- casadi/include/include/superscs/scs.h +656 -0
- casadi/include/include/superscs/scs_blas.h +79 -0
- casadi/include/include/superscs/scs_parser.h +187 -0
- casadi/include/include/superscs/unit_test_util.h +210 -0
- casadi/include/include/superscs/util.h +354 -0
- casadi/include/include/trlib/trlib_eigen_inverse.h +118 -0
- casadi/include/include/trlib/trlib_krylov.h +493 -0
- casadi/include/include/trlib/trlib_leftmost.h +181 -0
- casadi/include/include/trlib/trlib_private.h +109 -0
- casadi/include/include/trlib/trlib_quadratic_zero.h +57 -0
- casadi/include/include/trlib/trlib_tri_factor.h +409 -0
- casadi/include/include/trlib/trlib_types.h +36 -0
- casadi/include/include/trlib.h +44 -0
- casadi/include/licenses/alpaqa-external/LICENSE +165 -0
- casadi/include/licenses/highs-external/LICENSE +1 -1
- casadi/include/licenses/sleqp-external/LICENSE +165 -0
- casadi/include/licenses/trlib-external/LICENSE +21 -0
- casadi/include/trlib/trlib_eigen_inverse.h +118 -0
- casadi/include/trlib/trlib_krylov.h +493 -0
- casadi/include/trlib/trlib_leftmost.h +181 -0
- casadi/include/trlib/trlib_private.h +109 -0
- casadi/include/trlib/trlib_quadratic_zero.h +57 -0
- casadi/include/trlib/trlib_tri_factor.h +409 -0
- casadi/include/trlib/trlib_types.h +36 -0
- casadi/lib64/libtinyxml2.a +0 -0
- casadi/libCbc.la +3 -3
- casadi/libCbc.so +0 -0
- casadi/libCbc.so.3 +0 -0
- casadi/libCbc.so.3.10.11 +0 -0
- casadi/libCbcSolver.la +3 -3
- casadi/libCbcSolver.so +0 -0
- casadi/libCbcSolver.so.3 +0 -0
- casadi/libCbcSolver.so.3.10.11 +0 -0
- casadi/libCgl.la +2 -2
- casadi/libCgl.so +0 -0
- casadi/libCgl.so.1 +0 -0
- casadi/libCgl.so.1.10.8 +0 -0
- casadi/libClp.la +2 -2
- casadi/libClp.so +0 -0
- casadi/libClp.so.1 +0 -0
- casadi/libClp.so.1.14.9 +0 -0
- casadi/libClpSolver.la +2 -2
- casadi/libClpSolver.so +0 -0
- casadi/libClpSolver.so.1 +0 -0
- casadi/libClpSolver.so.1.14.9 +0 -0
- casadi/libCoinUtils.la +2 -2
- casadi/libCoinUtils.so +0 -0
- casadi/libCoinUtils.so.3 +0 -0
- casadi/libCoinUtils.so.3.11.10 +0 -0
- casadi/libFortranHighs.so +0 -0
- casadi/libOsi.la +2 -2
- casadi/libOsiCbc.la +3 -3
- casadi/libOsiCbc.so +0 -0
- casadi/libOsiCbc.so.3 +0 -0
- casadi/libOsiCbc.so.3.10.11 +0 -0
- casadi/libOsiClp.la +2 -2
- casadi/libOsiClp.so +0 -0
- casadi/libOsiClp.so.1 +0 -0
- casadi/libOsiClp.so.1.14.9 +0 -0
- casadi/libOsiCommonTests.la +2 -2
- casadi/libOsiCommonTests.so +0 -0
- casadi/libOsiCommonTests.so.1 +0 -0
- casadi/libOsiCommonTests.so.1.13.9 +0 -0
- casadi/libalpaqa-dl-loader.so +0 -0
- casadi/libalpaqa-dl-loader.so.1.0.0 +0 -0
- casadi/libalpaqa.so +0 -0
- casadi/libalpaqa.so.1.0.0 +0 -0
- casadi/libbonmin.la +3 -3
- casadi/libbonmin.so +0 -0
- casadi/libbonmin.so.4 +0 -0
- casadi/libbonmin.so.4.8.9 +0 -0
- casadi/libcasadi.so +0 -0
- casadi/libcasadi.so.3.7 +0 -0
- casadi/libcasadi_conic_cbc.so +0 -0
- casadi/libcasadi_conic_cbc.so.3.7 +0 -0
- casadi/libcasadi_conic_clp.so +0 -0
- casadi/libcasadi_conic_clp.so.3.7 +0 -0
- casadi/libcasadi_conic_cplex.so +0 -0
- casadi/libcasadi_conic_cplex.so.3.7 +0 -0
- casadi/libcasadi_conic_gurobi.so +0 -0
- casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
- casadi/libcasadi_conic_highs.so +0 -0
- casadi/libcasadi_conic_highs.so.3.7 +0 -0
- casadi/libcasadi_conic_hpipm.so +0 -0
- casadi/libcasadi_conic_hpipm.so.3.7 +0 -0
- casadi/libcasadi_conic_ipqp.so +0 -0
- casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
- casadi/libcasadi_conic_nlpsol.so +0 -0
- casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
- casadi/libcasadi_conic_osqp.so +0 -0
- casadi/libcasadi_conic_osqp.so.3.7 +0 -0
- casadi/libcasadi_conic_proxqp.so +0 -0
- casadi/libcasadi_conic_proxqp.so.3.7 +0 -0
- casadi/libcasadi_conic_qpoases.so +0 -0
- casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
- casadi/libcasadi_conic_qrqp.so +0 -0
- casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
- casadi/libcasadi_conic_superscs.so +0 -0
- casadi/libcasadi_conic_superscs.so.3.7 +0 -0
- casadi/libcasadi_integrator_collocation.so +0 -0
- casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
- casadi/libcasadi_integrator_cvodes.so +0 -0
- casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
- casadi/libcasadi_integrator_idas.so +0 -0
- casadi/libcasadi_integrator_idas.so.3.7 +0 -0
- casadi/libcasadi_interpolant_bspline.so +0 -0
- casadi/libcasadi_interpolant_bspline.so.3.7 +0 -0
- casadi/libcasadi_interpolant_linear.so +0 -0
- casadi/libcasadi_interpolant_linear.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapacklu.so +0 -0
- casadi/libcasadi_linsol_lapacklu.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapackqr.so +0 -0
- casadi/libcasadi_linsol_lapackqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_ldl.so +0 -0
- casadi/libcasadi_linsol_ldl.so.3.7 +0 -0
- casadi/libcasadi_linsol_mumps.so +0 -0
- casadi/libcasadi_linsol_mumps.so.3.7 +0 -0
- casadi/libcasadi_linsol_qr.so +0 -0
- casadi/libcasadi_linsol_qr.so.3.7 +0 -0
- casadi/libcasadi_linsol_symbolicqr.so +0 -0
- casadi/libcasadi_linsol_symbolicqr.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ampl.so +0 -0
- casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_bonmin.so +0 -0
- casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ipopt.so +0 -0
- casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_knitro.so +0 -0
- casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sleqp.so +0 -0
- casadi/libcasadi_nlpsol_sleqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_snopt.so +0 -0
- casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_worhp.so +0 -0
- casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_newton.so +0 -0
- casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
- casadi/libcasadi_sundials_common.so +0 -0
- casadi/libcasadi_sundials_common.so.3.7 +0 -0
- casadi/libhighs.so +0 -0
- casadi/libhighs.so.1.6 +0 -0
- casadi/libhighs.so.1.6.0 +0 -0
- casadi/libindirect.a +0 -0
- casadi/liblinsys.a +0 -0
- casadi/libosqp.a +0 -0
- casadi/libqdldl.a +0 -0
- casadi/libsleqp.so +0 -0
- casadi/libsleqp.so.1.0.1 +0 -0
- casadi/libspral.a +0 -0
- casadi/libsuperscs.a +0 -0
- casadi/libtrlib.so +0 -0
- casadi/libtrlib.so.0.4 +0 -0
- casadi/pkgconfig/blas.pc +11 -0
- casadi/pkgconfig/bonmin.pc +1 -1
- casadi/pkgconfig/casadi.pc +1 -1
- casadi/pkgconfig/cbc.pc +2 -2
- casadi/pkgconfig/cgl.pc +2 -2
- casadi/pkgconfig/clp.pc +1 -1
- casadi/pkgconfig/coinutils.pc +1 -1
- casadi/pkgconfig/highs.pc +3 -3
- casadi/pkgconfig/lapack.pc +11 -0
- casadi/pkgconfig/openblas.pc +1 -1
- casadi/pkgconfig/osi-cbc.pc +1 -1
- casadi/pkgconfig/osi-clp.pc +1 -1
- casadi/pkgconfig/osi-unittests.pc +1 -1
- casadi/pkgconfig/osi.pc +1 -1
- casadi/pkgconfig/proxsuite.pc +22 -0
- casadi/pkgconfig/sleqp.pc +10 -0
- casadi-3.6.4.dist-info/METADATA +37 -0
- casadi-3.6.4.dist-info/RECORD +3209 -0
- casadi/libCbc.so.3.10.6 +0 -0
- casadi/libCbcSolver.so.3.10.6 +0 -0
- casadi/libCgl.so.1.10.4 +0 -0
- casadi/libClp.so.1.14.7 +0 -0
- casadi/libClpSolver.so.1.14.7 +0 -0
- casadi/libCoinUtils.so.3.11.6 +0 -0
- casadi/libOsiCbc.so.3.10.6 +0 -0
- casadi/libOsiClp.so.1.14.7 +0 -0
- casadi/libOsiCommonTests.so.1.13.7 +0 -0
- casadi/libbonmin.so.4.8.8 +0 -0
- casadi/libhighs.so.1.4 +0 -0
- casadi/libhighs.so.1.4.0 +0 -0
- casadi-3.6.3.dist-info/METADATA +0 -37
- casadi-3.6.3.dist-info/RECORD +0 -1598
- /casadi/include/{blasfeo.h → include/blasfeo.h} +0 -0
- /casadi/include/{blasfeo_block_size.h → include/blasfeo_block_size.h} +0 -0
- /casadi/include/{blasfeo_common.h → include/blasfeo_common.h} +0 -0
- /casadi/include/{blasfeo_d_aux.h → include/blasfeo_d_aux.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ext_dep.h → include/blasfeo_d_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ext_dep_ref.h → include/blasfeo_d_aux_ext_dep_ref.h} +0 -0
- /casadi/include/{blasfeo_d_aux_old.h → include/blasfeo_d_aux_old.h} +0 -0
- /casadi/include/{blasfeo_d_aux_ref.h → include/blasfeo_d_aux_ref.h} +0 -0
- /casadi/include/{blasfeo_d_aux_test.h → include/blasfeo_d_aux_test.h} +0 -0
- /casadi/include/{blasfeo_d_blas.h → include/blasfeo_d_blas.h} +0 -0
- /casadi/include/{blasfeo_d_blas_api.h → include/blasfeo_d_blas_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_api.h → include/blasfeo_d_blasfeo_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_api_ref.h → include/blasfeo_d_blasfeo_api_ref.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_hp_api.h → include/blasfeo_d_blasfeo_hp_api.h} +0 -0
- /casadi/include/{blasfeo_d_blasfeo_ref_api.h → include/blasfeo_d_blasfeo_ref_api.h} +0 -0
- /casadi/include/{blasfeo_d_kernel.h → include/blasfeo_d_kernel.h} +0 -0
- /casadi/include/{blasfeo_i_aux_ext_dep.h → include/blasfeo_i_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_m_aux.h → include/blasfeo_m_aux.h} +0 -0
- /casadi/include/{blasfeo_memory.h → include/blasfeo_memory.h} +0 -0
- /casadi/include/{blasfeo_naming.h → include/blasfeo_naming.h} +0 -0
- /casadi/include/{blasfeo_processor_features.h → include/blasfeo_processor_features.h} +0 -0
- /casadi/include/{blasfeo_s_aux.h → include/blasfeo_s_aux.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ext_dep.h → include/blasfeo_s_aux_ext_dep.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ext_dep_ref.h → include/blasfeo_s_aux_ext_dep_ref.h} +0 -0
- /casadi/include/{blasfeo_s_aux_old.h → include/blasfeo_s_aux_old.h} +0 -0
- /casadi/include/{blasfeo_s_aux_ref.h → include/blasfeo_s_aux_ref.h} +0 -0
- /casadi/include/{blasfeo_s_aux_test.h → include/blasfeo_s_aux_test.h} +0 -0
- /casadi/include/{blasfeo_s_blas.h → include/blasfeo_s_blas.h} +0 -0
- /casadi/include/{blasfeo_s_blas_api.h → include/blasfeo_s_blas_api.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_api.h → include/blasfeo_s_blasfeo_api.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_api_ref.h → include/blasfeo_s_blasfeo_api_ref.h} +0 -0
- /casadi/include/{blasfeo_s_blasfeo_ref_api.h → include/blasfeo_s_blasfeo_ref_api.h} +0 -0
- /casadi/include/{blasfeo_s_kernel.h → include/blasfeo_s_kernel.h} +0 -0
- /casadi/include/{blasfeo_stdlib.h → include/blasfeo_stdlib.h} +0 -0
- /casadi/include/{blasfeo_target.h → include/blasfeo_target.h} +0 -0
- /casadi/include/{blasfeo_timing.h → include/blasfeo_timing.h} +0 -0
- /casadi/include/{blasfeo_v_aux_ext_dep.h → include/blasfeo_v_aux_ext_dep.h} +0 -0
- /casadi/include/{hpipm_aux_mem.h → include/hpipm_aux_mem.h} +0 -0
- /casadi/include/{hpipm_aux_string.h → include/hpipm_aux_string.h} +0 -0
- /casadi/include/{hpipm_common.h → include/hpipm_common.h} +0 -0
- /casadi/include/{hpipm_d_cast_qcqp.h → include/hpipm_d_cast_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_cond.h → include/hpipm_d_cond.h} +0 -0
- /casadi/include/{hpipm_d_cond_aux.h → include/hpipm_d_cond_aux.h} +0 -0
- /casadi/include/{hpipm_d_cond_qcqp.h → include/hpipm_d_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_core_qp_ipm.h → include/hpipm_d_core_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_core_qp_ipm_aux.h → include/hpipm_d_core_qp_ipm_aux.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp.h → include/hpipm_d_dense_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_dim.h → include/hpipm_d_dense_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_ipm.h → include/hpipm_d_dense_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_res.h → include/hpipm_d_dense_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_sol.h → include/hpipm_d_dense_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_dense_qcqp_utils.h → include/hpipm_d_dense_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp.h → include/hpipm_d_dense_qp.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_dim.h → include/hpipm_d_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_ipm.h → include/hpipm_d_dense_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_kkt.h → include/hpipm_d_dense_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_res.h → include/hpipm_d_dense_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_sol.h → include/hpipm_d_dense_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_dense_qp_utils.h → include/hpipm_d_dense_qp_utils.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp.h → include/hpipm_d_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_dim.h → include/hpipm_d_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_ipm.h → include/hpipm_d_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_red.h → include/hpipm_d_ocp_qcqp_red.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_res.h → include/hpipm_d_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_sol.h → include/hpipm_d_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qcqp_utils.h → include/hpipm_d_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp.h → include/hpipm_d_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_dim.h → include/hpipm_d_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_ipm.h → include/hpipm_d_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_kkt.h → include/hpipm_d_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_red.h → include/hpipm_d_ocp_qp_red.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_res.h → include/hpipm_d_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_sol.h → include/hpipm_d_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_ocp_qp_utils.h → include/hpipm_d_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_d_part_cond.h → include/hpipm_d_part_cond.h} +0 -0
- /casadi/include/{hpipm_d_part_cond_qcqp.h → include/hpipm_d_part_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_sim_erk.h → include/hpipm_d_sim_erk.h} +0 -0
- /casadi/include/{hpipm_d_sim_rk.h → include/hpipm_d_sim_rk.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp.h → include/hpipm_d_tree_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_dim.h → include/hpipm_d_tree_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_ipm.h → include/hpipm_d_tree_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_res.h → include/hpipm_d_tree_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_sol.h → include/hpipm_d_tree_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qcqp_utils.h → include/hpipm_d_tree_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp.h → include/hpipm_d_tree_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_dim.h → include/hpipm_d_tree_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_ipm.h → include/hpipm_d_tree_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_kkt.h → include/hpipm_d_tree_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_res.h → include/hpipm_d_tree_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_sol.h → include/hpipm_d_tree_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_d_tree_ocp_qp_utils.h → include/hpipm_d_tree_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_m_dense_qp.h → include/hpipm_m_dense_qp.h} +0 -0
- /casadi/include/{hpipm_m_dense_qp_dim.h → include/hpipm_m_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp.h → include/hpipm_m_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp_ipm_hard.h → include/hpipm_m_ocp_qp_ipm_hard.h} +0 -0
- /casadi/include/{hpipm_m_ocp_qp_kkt.h → include/hpipm_m_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_cast_qcqp.h → include/hpipm_s_cast_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_cond.h → include/hpipm_s_cond.h} +0 -0
- /casadi/include/{hpipm_s_cond_aux.h → include/hpipm_s_cond_aux.h} +0 -0
- /casadi/include/{hpipm_s_cond_qcqp.h → include/hpipm_s_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_core_qp_ipm.h → include/hpipm_s_core_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_core_qp_ipm_aux.h → include/hpipm_s_core_qp_ipm_aux.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp.h → include/hpipm_s_dense_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_dim.h → include/hpipm_s_dense_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_ipm.h → include/hpipm_s_dense_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_res.h → include/hpipm_s_dense_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_sol.h → include/hpipm_s_dense_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_dense_qcqp_utils.h → include/hpipm_s_dense_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp.h → include/hpipm_s_dense_qp.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_dim.h → include/hpipm_s_dense_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_ipm.h → include/hpipm_s_dense_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_kkt.h → include/hpipm_s_dense_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_res.h → include/hpipm_s_dense_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_sol.h → include/hpipm_s_dense_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_dense_qp_utils.h → include/hpipm_s_dense_qp_utils.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp.h → include/hpipm_s_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_dim.h → include/hpipm_s_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_ipm.h → include/hpipm_s_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_red.h → include/hpipm_s_ocp_qcqp_red.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_res.h → include/hpipm_s_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_sol.h → include/hpipm_s_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qcqp_utils.h → include/hpipm_s_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp.h → include/hpipm_s_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_dim.h → include/hpipm_s_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_ipm.h → include/hpipm_s_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_kkt.h → include/hpipm_s_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_red.h → include/hpipm_s_ocp_qp_red.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_res.h → include/hpipm_s_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_sol.h → include/hpipm_s_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_ocp_qp_utils.h → include/hpipm_s_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_s_part_cond.h → include/hpipm_s_part_cond.h} +0 -0
- /casadi/include/{hpipm_s_part_cond_qcqp.h → include/hpipm_s_part_cond_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_sim_erk.h → include/hpipm_s_sim_erk.h} +0 -0
- /casadi/include/{hpipm_s_sim_rk.h → include/hpipm_s_sim_rk.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp.h → include/hpipm_s_tree_ocp_qcqp.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_dim.h → include/hpipm_s_tree_ocp_qcqp_dim.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_ipm.h → include/hpipm_s_tree_ocp_qcqp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_res.h → include/hpipm_s_tree_ocp_qcqp_res.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_sol.h → include/hpipm_s_tree_ocp_qcqp_sol.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qcqp_utils.h → include/hpipm_s_tree_ocp_qcqp_utils.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp.h → include/hpipm_s_tree_ocp_qp.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_dim.h → include/hpipm_s_tree_ocp_qp_dim.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_ipm.h → include/hpipm_s_tree_ocp_qp_ipm.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_kkt.h → include/hpipm_s_tree_ocp_qp_kkt.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_res.h → include/hpipm_s_tree_ocp_qp_res.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_sol.h → include/hpipm_s_tree_ocp_qp_sol.h} +0 -0
- /casadi/include/{hpipm_s_tree_ocp_qp_utils.h → include/hpipm_s_tree_ocp_qp_utils.h} +0 -0
- /casadi/include/{hpipm_scenario_tree.h → include/hpipm_scenario_tree.h} +0 -0
- /casadi/include/{hpipm_timing.h → include/hpipm_timing.h} +0 -0
- /casadi/include/{hpipm_tree.h → include/hpipm_tree.h} +0 -0
- /casadi/{libOsi.so.1.13.7 → libOsi.so.1.13.9} +0 -0
- {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-
|
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
|
-
|
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
|
94
|
-
* @param num_row
|
95
|
-
* @param num_nz
|
96
|
-
* @param a_format
|
97
|
-
* `kHighsMatrixFormat` constant
|
98
|
-
* @param sense
|
99
|
-
* @param offset
|
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
|
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
|
118
|
-
* column solution
|
119
|
-
* @param col_dual array of length [num_col], filled with the
|
120
|
-
* solution
|
121
|
-
* @param row_value array of length [num_row], filled with the
|
122
|
-
* solution
|
123
|
-
* @param row_dual array of length [num_row], filled with the
|
124
|
-
* solution
|
125
|
-
* @param col_basis_status array of length [num_col], filled with the
|
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
|
129
|
-
* status of the rows in the form of a
|
130
|
-
* `kHighsBasisStatus` constant
|
131
|
-
* @param model_status
|
132
|
-
* the form of a
|
133
|
-
*
|
134
|
-
*
|
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
|
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
|
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
|
176
|
-
* @param q_format
|
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
|
-
|
179
|
-
* @param q_start
|
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
|
183
|
-
*
|
184
|
-
|
185
|
-
*
|
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
|
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
|
221
|
-
* @param filename
|
274
|
+
* @param highs A pointer to the Highs instance.
|
275
|
+
* @param filename The filename to read.
|
222
276
|
*
|
223
|
-
* @returns
|
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
|
231
|
-
* @param filename
|
284
|
+
* @param highs A pointer to the Highs instance.
|
285
|
+
* @param filename The filename to write.
|
232
286
|
*
|
233
|
-
* @returns
|
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
|
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
|
296
|
+
* @param highs A pointer to the Highs instance.
|
243
297
|
*
|
244
|
-
* @returns
|
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
|
307
|
+
* @param highs A pointer to the Highs instance.
|
254
308
|
*
|
255
|
-
* @returns
|
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
|
318
|
+
* @param highs A pointer to the Highs instance.
|
265
319
|
*
|
266
|
-
* @returns
|
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
|
328
|
+
* @param highs A pointer to the Highs instance.
|
275
329
|
*
|
276
|
-
* @returns
|
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
|
287
|
-
* @param filename
|
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
|
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
|
301
|
-
* @param filename
|
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
|
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
|
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
|
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
|
348
|
-
* @param num_col
|
349
|
-
* @param num_row
|
350
|
-
* @param num_nz
|
351
|
-
* @param q_num_nz
|
352
|
-
* @param a_format
|
353
|
-
* `kHighsMatrixFormat` constant
|
354
|
-
* @param q_format
|
355
|
-
* `kHighsHessianFormat` constant
|
356
|
-
* @param sense
|
357
|
-
* constant
|
358
|
-
* @param offset
|
359
|
-
* @param col_cost array of length [num_col] with the objective
|
360
|
-
*
|
361
|
-
* @param
|
362
|
-
* @param
|
363
|
-
* @param
|
364
|
-
* @param
|
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
|
374
|
-
*
|
375
|
-
* @param
|
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
|
380
|
-
* If the model is linear, pass NULL.
|
381
|
-
* @param q_value array of length [q_num_nz] with values of matrix
|
382
|
-
*
|
383
|
-
* @param integrality
|
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
|
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
|
404
|
-
* @param dim
|
405
|
-
* @param num_nz
|
406
|
-
* @param format
|
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
|
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
|
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
|
427
|
-
* @param option
|
428
|
-
* @param value
|
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
|
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
|
439
|
-
* @param option
|
440
|
-
* @param value
|
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
|
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
|
451
|
-
* @param option
|
452
|
-
* @param value
|
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
|
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
|
463
|
-
* @param option
|
464
|
-
* @param value
|
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
|
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
|
475
|
-
* @param option
|
476
|
-
* @param value
|
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
|
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
|
487
|
-
* @param option
|
488
|
-
* @param value
|
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
|
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
|
499
|
-
* @param option
|
500
|
-
* @param value
|
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
|
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
|
511
|
-
* @param option
|
512
|
-
* @param value pointer to allocated memory
|
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
|
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
|
523
|
-
* @param option
|
524
|
-
* @param type int in which the corresponding `kHighsOptionType`
|
525
|
-
*
|
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
|
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
|
630
|
+
* @param highs A pointer to the Highs instance.
|
536
631
|
*
|
537
|
-
* @returns
|
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
|
545
|
-
* @param filename
|
639
|
+
* @param highs A pointer to the Highs instance.
|
640
|
+
* @param filename The filename to write the options to.
|
546
641
|
*
|
547
|
-
* @returns
|
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
|
558
|
-
* @param filename
|
652
|
+
* @param highs A pointer to the Highs instance.
|
653
|
+
* @param filename The filename to write the options to.
|
559
654
|
*
|
560
|
-
* @returns
|
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
|
568
|
-
* @param info
|
569
|
-
* @param value
|
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
|
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
|
580
|
-
* @param info
|
581
|
-
* @param value
|
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
|
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
|
592
|
-
* @param info
|
593
|
-
* @param value
|
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
|
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
|
604
|
-
* @param col_value array of length [num_col], filled with primal
|
605
|
-
*
|
606
|
-
* @param
|
607
|
-
*
|
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
|
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
|
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
|
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
|
820
|
+
* @param highs A pointer to the Highs instance.
|
637
821
|
*
|
638
|
-
* @returns
|
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
|
646
|
-
* @param has_dual_ray
|
647
|
-
* exists
|
648
|
-
* @param dual_ray_value
|
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
|
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
|
660
|
-
* @param has_primal_ray
|
661
|
-
* exists
|
662
|
-
* @param primal_ray_value
|
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
|
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
|
857
|
+
* @param highs A pointer to the Highs instance.
|
674
858
|
*
|
675
|
-
* @returns
|
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
|
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
|
696
|
-
* @param basic_variables array of size [num_rows], filled with the indices
|
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
|
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
|
889
|
+
* Get a row of the inverse basis matrix ``B^{-1}``.
|
705
890
|
*
|
706
|
-
* See `Highs_getBasicVariables` for a description of the
|
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
|
713
|
-
* @param row index of the row to compute
|
714
|
-
* @param row_vector
|
715
|
-
*
|
716
|
-
* @param
|
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
|
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
|
912
|
+
* Get a column of the inverse basis matrix ``B^{-1}``.
|
726
913
|
*
|
727
|
-
* See `Highs_getBasicVariables` for a description of the
|
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
|
734
|
-
* @param col index of the column to compute
|
735
|
-
* @param col_vector
|
736
|
-
*
|
737
|
-
* @param
|
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
|
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
|
747
|
-
*
|
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
|
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
|
756
|
-
* @param rhs
|
757
|
-
* @param solution_vector
|
758
|
-
*
|
759
|
-
* @param
|
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
|
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
|
769
|
-
*
|
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
|
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
|
778
|
-
* @param rhs
|
779
|
-
* @param solution_vector
|
780
|
-
*
|
781
|
-
* @param
|
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
|
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
|
984
|
+
* Compute a row of ``B^{-1}A``.
|
792
985
|
*
|
793
|
-
* See `Highs_getBasicVariables` for a description of the
|
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
|
800
|
-
* @param row index of the row to compute
|
801
|
-
* @param row_vector
|
802
|
-
*
|
803
|
-
* @param
|
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
|
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
|
1007
|
+
* Compute a column of ``B^{-1}A``.
|
813
1008
|
*
|
814
|
-
* See `Highs_getBasicVariables` for a description of the
|
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
|
821
|
-
* @param col index of the column to compute
|
822
|
-
* @param col_vector
|
823
|
-
|
824
|
-
* @param
|
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
|
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
|
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
|
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
|
1047
|
+
* @param highs A pointer to the Highs instance.
|
851
1048
|
*
|
852
|
-
* @returns
|
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
|
-
*
|
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
|
-
* @
|
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
|
1111
|
+
* @param highs A pointer to the Highs instance.
|
878
1112
|
*
|
879
|
-
* @returns
|
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
|
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
|
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
|
904
|
-
* @param num_new_col number of new columns to add
|
905
|
-
* @param costs array of size [num_new_col] with objective
|
906
|
-
*
|
907
|
-
* @param
|
908
|
-
* @param
|
909
|
-
* @param
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
969
|
-
* @param num_new_row
|
970
|
-
* @param lower array of size [num_new_row] with the lower bounds of
|
971
|
-
* rows
|
972
|
-
* @param upper array of size [num_new_row] with the upper bounds of
|
973
|
-
* rows
|
974
|
-
* @param num_new_nz number of non-zeros in the rows
|
975
|
-
* @param starts
|
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
|
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
|
994
|
-
* @param sense
|
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
|
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
|
1005
|
-
* @param offset
|
1257
|
+
* @param highs A pointer to the Highs instance.
|
1258
|
+
* @param offset The new objective offset.
|
1006
1259
|
*
|
1007
|
-
* @returns
|
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
|
1015
|
-
* @param col
|
1016
|
-
* @param integrality
|
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
|
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
|
1028
|
-
* @param from_col
|
1029
|
-
* @param to_col
|
1030
|
-
* changes
|
1031
|
-
* @param integrality
|
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
|
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
|
1046
|
-
* @param num_set_entries
|
1047
|
-
* @param set
|
1048
|
-
* of the columns to change
|
1049
|
-
* @param integrality
|
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
|
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
|
1064
|
-
* @param mask
|
1065
|
-
* integrality should be changed and 0 otherwise
|
1066
|
-
* @param integrality
|
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
|
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
|
1079
|
-
* @param col
|
1080
|
-
* @param cost
|
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
|
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
|
1091
|
-
* @param from_col
|
1092
|
-
* @param to_col
|
1093
|
-
* @param cost
|
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
|
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
|
1105
|
-
* @param num_set_entries
|
1106
|
-
* @param set
|
1107
|
-
* of the columns to change
|
1108
|
-
* @param cost
|
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
|
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
|
1120
|
-
* @param mask
|
1121
|
-
* cost should be changed and 0 otherwise
|
1122
|
-
* @param cost
|
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
|
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
|
1133
|
-
* @param col
|
1134
|
-
* @param lower
|
1135
|
-
* @param upper
|
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
|
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
|
1146
|
-
* @param from_col
|
1147
|
-
* @param to_col
|
1148
|
-
* @param lower
|
1149
|
-
* lower bounds
|
1150
|
-
* @param upper
|
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
|
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
|
1164
|
-
* @param num_set_entries
|
1165
|
-
* @param set
|
1166
|
-
* of the columns to change
|
1167
|
-
* @param lower
|
1168
|
-
* lower bounds
|
1169
|
-
* @param upper
|
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
|
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
|
1183
|
-
* @param mask
|
1184
|
-
* bounds should be changed and 0 otherwise
|
1185
|
-
* @param lower
|
1186
|
-
* @param upper
|
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
|
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
|
1197
|
-
* @param row
|
1198
|
-
* @param lower
|
1199
|
-
* @param upper
|
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
|
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
|
1210
|
-
* @param num_set_entries
|
1211
|
-
* @param set
|
1212
|
-
* of the rows to change
|
1213
|
-
* @param lower
|
1214
|
-
* lower bounds
|
1215
|
-
* @param upper
|
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
|
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
|
1229
|
-
* @param mask
|
1230
|
-
* bounds should be changed and 0 otherwise
|
1231
|
-
* @param lower
|
1232
|
-
* @param upper
|
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
|
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
|
1243
|
-
* @param row
|
1244
|
-
* @param col
|
1245
|
-
* @param value
|
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
|
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
|
1256
|
-
* @param sense
|
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
|
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
|
1267
|
-
* @param 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
|
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
|
-
*
|
1278
|
-
*
|
1279
|
-
*
|
1280
|
-
*
|
1281
|
-
*
|
1282
|
-
*
|
1283
|
-
*
|
1284
|
-
*
|
1285
|
-
*
|
1286
|
-
* @param
|
1287
|
-
* @param
|
1288
|
-
* @param
|
1289
|
-
*
|
1290
|
-
*
|
1291
|
-
*
|
1292
|
-
*
|
1293
|
-
*
|
1294
|
-
*
|
1295
|
-
*
|
1296
|
-
*
|
1297
|
-
*
|
1298
|
-
*
|
1299
|
-
*
|
1300
|
-
* column in `matrix_index` and
|
1301
|
-
*
|
1302
|
-
*
|
1303
|
-
*
|
1304
|
-
*
|
1305
|
-
*
|
1306
|
-
*
|
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
|
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
|
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
|
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
|
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
|
-
*
|
1354
|
-
*
|
1355
|
-
*
|
1356
|
-
*
|
1357
|
-
*
|
1358
|
-
*
|
1359
|
-
*
|
1360
|
-
*
|
1361
|
-
*
|
1362
|
-
* @param
|
1363
|
-
* @param
|
1364
|
-
* @param
|
1365
|
-
*
|
1366
|
-
*
|
1367
|
-
*
|
1368
|
-
*
|
1369
|
-
*
|
1370
|
-
*
|
1371
|
-
*
|
1372
|
-
*
|
1373
|
-
*
|
1374
|
-
*
|
1375
|
-
*
|
1376
|
-
* @param
|
1377
|
-
* constraint matrix.
|
1378
|
-
*
|
1379
|
-
*
|
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
|
1394
|
-
* @param set array of size [num_set_entries]
|
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
|
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
|
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
|
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
|
1425
|
-
* @param from_col
|
1426
|
-
* @param to_col
|
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
|
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
|
1437
|
-
* @param num_set_entries
|
1438
|
-
* @param set
|
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
|
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
|
1450
|
-
* @param mask
|
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
|
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
|
1461
|
-
* @param from_row
|
1462
|
-
* @param to_row
|
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
|
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
|
1473
|
-
* @param num_set_entries
|
1474
|
-
* @param set
|
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
|
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
|
1486
|
-
* @param mask
|
1487
|
-
* deleted and 0 otherwise.
|
1488
|
-
* deleted is
|
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
|
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
|
-
*
|
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
|
-
* @
|
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
|
-
*
|
1514
|
-
*
|
1515
|
-
* @param
|
1516
|
-
*
|
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
|
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
|
1841
|
+
* @param highs A pointer to the Highs instance.
|
1527
1842
|
*
|
1528
|
-
* @returns
|
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
|
1850
|
+
* @param highs A pointer to the Highs instance.
|
1536
1851
|
*
|
1537
|
-
* @returns
|
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
|
1859
|
+
* @param highs A pointer to the Highs instance.
|
1545
1860
|
*
|
1546
|
-
* @returns
|
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
|
1868
|
+
* @param highs A pointer to the Highs instance.
|
1554
1869
|
*
|
1555
|
-
* @returns
|
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
|
1877
|
+
* @param highs A pointer to the Highs instance.
|
1563
1878
|
*
|
1564
|
-
* @returns
|
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
|
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.
|
1597
|
-
*
|
1598
|
-
*
|
1599
|
-
* @param
|
1600
|
-
* @param
|
1601
|
-
* @param
|
1602
|
-
*
|
1603
|
-
*
|
1604
|
-
*
|
1605
|
-
*
|
1606
|
-
* @param row_dual array of length [num_row] with optimal dual solution for
|
1607
|
-
* each row
|
1608
|
-
*
|
1609
|
-
*
|
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
|
-
*
|
1617
|
-
*
|
1618
|
-
*
|
1619
|
-
*
|
1620
|
-
*
|
1621
|
-
*
|
1622
|
-
*
|
1623
|
-
*
|
1624
|
-
*
|
1625
|
-
*
|
1626
|
-
*
|
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
|