casadi 3.7.2__cp314-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/__init__.py +92 -0
- casadi/_casadi.so +0 -0
- casadi/casadi-cli +0 -0
- casadi/casadi.py +54468 -0
- casadi/cbc +0 -0
- casadi/clp +0 -0
- casadi/cmake/alpaqa/alpaqaConfig.cmake +24 -0
- casadi/cmake/alpaqa/alpaqaConfigVersion.cmake +65 -0
- casadi/cmake/alpaqa/alpaqaTargets-release.cmake +29 -0
- casadi/cmake/alpaqa/alpaqaTargets.cmake +131 -0
- casadi/cmake/casadi-config-version.cmake +11 -0
- casadi/cmake/casadi-config.cmake +8 -0
- casadi/cmake/casadi-targets-release.cmake +19 -0
- casadi/cmake/casadi-targets.cmake +107 -0
- casadi/cmake/highs/highs-config.cmake +17 -0
- casadi/cmake/highs/highs-targets-release.cmake +28 -0
- casadi/cmake/highs/highs-targets.cmake +117 -0
- casadi/cmake/libzip/libzip-config-version.cmake +43 -0
- casadi/cmake/libzip/libzip-config.cmake +69 -0
- casadi/cmake/libzip/libzip-targets-release.cmake +19 -0
- casadi/cmake/libzip/libzip-targets.cmake +107 -0
- casadi/cmake/libzip/modules/FindMbedTLS.cmake +141 -0
- casadi/cmake/libzip/modules/FindNettle.cmake +141 -0
- casadi/cmake/libzip/modules/Findzstd.cmake +186 -0
- casadi/cmake/osqp/osqp-config.cmake +1 -0
- casadi/cmake/osqp/osqp-targets-noconfig.cmake +29 -0
- casadi/cmake/osqp/osqp-targets.cmake +113 -0
- casadi/cmake/qdldl/qdldl-config.cmake +1 -0
- casadi/cmake/qdldl/qdldl-targets-noconfig.cmake +29 -0
- casadi/cmake/qdldl/qdldl-targets.cmake +113 -0
- casadi/cmake/sleqp/sleqp-config-version.cmake +65 -0
- casadi/cmake/sleqp/sleqp-config.cmake +1 -0
- casadi/cmake/sleqp/sleqp-targets-release.cmake +20 -0
- casadi/cmake/sleqp/sleqp-targets.cmake +106 -0
- casadi/highs +0 -0
- casadi/include/alpaqa/accelerators/anderson.hpp +133 -0
- casadi/include/alpaqa/accelerators/internal/anderson-helpers.hpp +92 -0
- casadi/include/alpaqa/accelerators/internal/limited-memory-qr.hpp +295 -0
- casadi/include/alpaqa/accelerators/lbfgs.hpp +244 -0
- casadi/include/alpaqa/accelerators/steihaugcg.hpp +143 -0
- casadi/include/alpaqa/alpaqa.hpp +3 -0
- casadi/include/alpaqa/casadi/CasADiControlProblem.hpp +185 -0
- casadi/include/alpaqa/casadi/CasADiFunctionWrapper.hpp +104 -0
- casadi/include/alpaqa/casadi/CasADiProblem.hpp +102 -0
- casadi/include/alpaqa/casadi-loader-export.hpp +15 -0
- casadi/include/alpaqa/casadi-ocp-loader-export.hpp +15 -0
- casadi/include/alpaqa/config/config.hpp +165 -0
- casadi/include/alpaqa/dl/dl-problem.h +476 -0
- casadi/include/alpaqa/dl/dl-problem.hpp +301 -0
- casadi/include/alpaqa/export.h +43 -0
- casadi/include/alpaqa/export.hpp +30 -0
- casadi/include/alpaqa/implementation/accelerators/lbfgs.tpp +240 -0
- casadi/include/alpaqa/implementation/casadi/CasADiControlProblem.tpp +594 -0
- casadi/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp +50 -0
- casadi/include/alpaqa/implementation/casadi/CasADiProblem.tpp +425 -0
- casadi/include/alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp +164 -0
- casadi/include/alpaqa/implementation/inner/panoc-helpers.tpp +389 -0
- casadi/include/alpaqa/implementation/inner/panoc-ocp.tpp +798 -0
- casadi/include/alpaqa/implementation/inner/panoc.tpp +448 -0
- casadi/include/alpaqa/implementation/inner/pantr.tpp +474 -0
- casadi/include/alpaqa/implementation/inner/zerofpr.tpp +482 -0
- casadi/include/alpaqa/implementation/outer/alm.tpp +228 -0
- casadi/include/alpaqa/implementation/outer/internal/alm-helpers.tpp +80 -0
- casadi/include/alpaqa/implementation/params/params.tpp +158 -0
- casadi/include/alpaqa/implementation/problem/ocproblem.tpp +56 -0
- casadi/include/alpaqa/implementation/problem/type-erased-problem.tpp +211 -0
- casadi/include/alpaqa/implementation/util/io/csv.tpp +120 -0
- casadi/include/alpaqa/implementation/util/print.tpp +151 -0
- casadi/include/alpaqa/inner/directions/panoc/anderson.hpp +98 -0
- casadi/include/alpaqa/inner/directions/panoc/lbfgs.hpp +94 -0
- casadi/include/alpaqa/inner/directions/panoc/structured-lbfgs.hpp +146 -0
- casadi/include/alpaqa/inner/directions/panoc/structured-newton.hpp +264 -0
- casadi/include/alpaqa/inner/directions/panoc-direction-update.hpp +96 -0
- casadi/include/alpaqa/inner/directions/panoc-ocp/lqr.hpp +181 -0
- casadi/include/alpaqa/inner/directions/panoc-ocp/ocp-vars.hpp +492 -0
- casadi/include/alpaqa/inner/directions/pantr/newton-tr.hpp +192 -0
- casadi/include/alpaqa/inner/directions/pantr/pantr-direction.hpp +99 -0
- casadi/include/alpaqa/inner/inner-solve-options.hpp +30 -0
- casadi/include/alpaqa/inner/internal/lipschitz.hpp +27 -0
- casadi/include/alpaqa/inner/internal/panoc-helpers.hpp +10 -0
- casadi/include/alpaqa/inner/internal/panoc-stop-crit.hpp +124 -0
- casadi/include/alpaqa/inner/internal/solverstatus.hpp +42 -0
- casadi/include/alpaqa/inner/panoc-ocp.hpp +302 -0
- casadi/include/alpaqa/inner/panoc.hpp +274 -0
- casadi/include/alpaqa/inner/pantr.hpp +284 -0
- casadi/include/alpaqa/inner/zerofpr.hpp +274 -0
- casadi/include/alpaqa/ipopt/ipopt-adapter.hpp +81 -0
- casadi/include/alpaqa/ipopt/ipopt-enums.hpp +35 -0
- casadi/include/alpaqa/lbfgsb/lbfgsb-adapter.hpp +111 -0
- casadi/include/alpaqa/newton-tr-pantr-alm.hpp +27 -0
- casadi/include/alpaqa/outer/alm.hpp +190 -0
- casadi/include/alpaqa/outer/internal/alm-helpers.hpp +10 -0
- casadi/include/alpaqa/panoc-alm.hpp +27 -0
- casadi/include/alpaqa/panoc-anderson-alm.hpp +27 -0
- casadi/include/alpaqa/params/params.hpp +60 -0
- casadi/include/alpaqa/problem/box-constr-problem.hpp +220 -0
- casadi/include/alpaqa/problem/box.hpp +82 -0
- casadi/include/alpaqa/problem/functional-problem.hpp +73 -0
- casadi/include/alpaqa/problem/kkt-error.hpp +43 -0
- casadi/include/alpaqa/problem/ocproblem-counters.hpp +116 -0
- casadi/include/alpaqa/problem/ocproblem.hpp +662 -0
- casadi/include/alpaqa/problem/problem-counters.hpp +116 -0
- casadi/include/alpaqa/problem/problem-with-counters.hpp +141 -0
- casadi/include/alpaqa/problem/type-erased-problem.hpp +874 -0
- casadi/include/alpaqa/problem/unconstr-problem.hpp +37 -0
- casadi/include/alpaqa/structured-panoc-alm.hpp +27 -0
- casadi/include/alpaqa/structured-zerofpr-alm.hpp +27 -0
- casadi/include/alpaqa/util/alloc-check.hpp +23 -0
- casadi/include/alpaqa/util/atomic-stop-signal.hpp +24 -0
- casadi/include/alpaqa/util/check-dim.hpp +64 -0
- casadi/include/alpaqa/util/copyable_unique_ptr.hpp +32 -0
- casadi/include/alpaqa/util/demangled-typename.hpp +9 -0
- casadi/include/alpaqa/util/enumerate.hpp +70 -0
- casadi/include/alpaqa/util/float.hpp +25 -0
- casadi/include/alpaqa/util/index-set.hpp +97 -0
- casadi/include/alpaqa/util/io/csv.hpp +43 -0
- casadi/include/alpaqa/util/iter-adapter.hpp +68 -0
- casadi/include/alpaqa/util/max-history.hpp +47 -0
- casadi/include/alpaqa/util/noop-delete.hpp +15 -0
- casadi/include/alpaqa/util/not-implemented.hpp +12 -0
- casadi/include/alpaqa/util/print.hpp +78 -0
- casadi/include/alpaqa/util/quadmath/quadmath-print.hpp +20 -0
- casadi/include/alpaqa/util/quadmath/quadmath.hpp +137 -0
- casadi/include/alpaqa/util/required-method.hpp +29 -0
- casadi/include/alpaqa/util/ringbuffer.hpp +212 -0
- casadi/include/alpaqa/util/set-intersection.hpp +129 -0
- casadi/include/alpaqa/util/sparse-ops.hpp +164 -0
- casadi/include/alpaqa/util/timed.hpp +22 -0
- casadi/include/alpaqa/util/type-erasure.hpp +568 -0
- casadi/include/alpaqa/util/type-traits.hpp +58 -0
- casadi/include/alpaqa/zerofpr-alm.hpp +27 -0
- casadi/include/alpaqa/zerofpr-anderson-alm.hpp +27 -0
- casadi/include/alpaqa-version.h +8 -0
- casadi/include/blasfeo.h +52 -0
- casadi/include/blasfeo_block_size.h +447 -0
- casadi/include/blasfeo_common.h +274 -0
- casadi/include/blasfeo_d_aux.h +255 -0
- casadi/include/blasfeo_d_aux_ext_dep.h +145 -0
- casadi/include/blasfeo_d_aux_ext_dep_ref.h +84 -0
- casadi/include/blasfeo_d_aux_old.h +75 -0
- casadi/include/blasfeo_d_aux_ref.h +208 -0
- casadi/include/blasfeo_d_aux_test.h +226 -0
- casadi/include/blasfeo_d_blas.h +46 -0
- casadi/include/blasfeo_d_blas_api.h +281 -0
- casadi/include/blasfeo_d_blasfeo_api.h +364 -0
- casadi/include/blasfeo_d_blasfeo_api_ref.h +147 -0
- casadi/include/blasfeo_d_blasfeo_hp_api.h +84 -0
- casadi/include/blasfeo_d_blasfeo_ref_api.h +283 -0
- casadi/include/blasfeo_d_kernel.h +1321 -0
- casadi/include/blasfeo_i_aux_ext_dep.h +69 -0
- casadi/include/blasfeo_m_aux.h +57 -0
- casadi/include/blasfeo_memory.h +62 -0
- casadi/include/blasfeo_naming.h +77 -0
- casadi/include/blasfeo_processor_features.h +88 -0
- casadi/include/blasfeo_s_aux.h +168 -0
- casadi/include/blasfeo_s_aux_ext_dep.h +141 -0
- casadi/include/blasfeo_s_aux_ext_dep_ref.h +82 -0
- casadi/include/blasfeo_s_aux_old.h +64 -0
- casadi/include/blasfeo_s_aux_ref.h +147 -0
- casadi/include/blasfeo_s_aux_test.h +177 -0
- casadi/include/blasfeo_s_blas.h +46 -0
- casadi/include/blasfeo_s_blas_api.h +182 -0
- casadi/include/blasfeo_s_blasfeo_api.h +284 -0
- casadi/include/blasfeo_s_blasfeo_api_ref.h +135 -0
- casadi/include/blasfeo_s_blasfeo_ref_api.h +252 -0
- casadi/include/blasfeo_s_kernel.h +692 -0
- casadi/include/blasfeo_stdlib.h +62 -0
- casadi/include/blasfeo_target.h +73 -0
- casadi/include/blasfeo_timing.h +114 -0
- casadi/include/blasfeo_v_aux_ext_dep.h +83 -0
- casadi/include/casadi/casadi.hpp +31 -0
- casadi/include/casadi/casadi.i +4920 -0
- casadi/include/casadi/casadi_c.h +138 -0
- casadi/include/casadi/casadi_numpy.hpp +97 -0
- casadi/include/casadi/config.h +46 -0
- casadi/include/casadi/core/archiver.hpp +58 -0
- casadi/include/casadi/core/blazing_spline.hpp +47 -0
- casadi/include/casadi/core/calculus.hpp +1805 -0
- casadi/include/casadi/core/callback.hpp +235 -0
- casadi/include/casadi/core/casadi_common.hpp +355 -0
- casadi/include/casadi/core/casadi_enum.hpp +90 -0
- casadi/include/casadi/core/casadi_export.h +43 -0
- casadi/include/casadi/core/casadi_interrupt.hpp +83 -0
- casadi/include/casadi/core/casadi_limits.hpp +104 -0
- casadi/include/casadi/core/casadi_logger.hpp +134 -0
- casadi/include/casadi/core/casadi_meta.hpp +122 -0
- casadi/include/casadi/core/casadi_misc.hpp +1022 -0
- casadi/include/casadi/core/casadi_types.hpp +66 -0
- casadi/include/casadi/core/code_generator.hpp +1071 -0
- casadi/include/casadi/core/conic.hpp +213 -0
- casadi/include/casadi/core/core.hpp +75 -0
- casadi/include/casadi/core/dae_builder.hpp +885 -0
- casadi/include/casadi/core/dm.hpp +90 -0
- casadi/include/casadi/core/dm_fwd.hpp +39 -0
- casadi/include/casadi/core/dple.hpp +138 -0
- casadi/include/casadi/core/exception.hpp +167 -0
- casadi/include/casadi/core/expm.hpp +84 -0
- casadi/include/casadi/core/external.hpp +70 -0
- casadi/include/casadi/core/filesystem.hpp +58 -0
- casadi/include/casadi/core/fmu.hpp +270 -0
- casadi/include/casadi/core/function.hpp +1389 -0
- casadi/include/casadi/core/generic_expression.hpp +760 -0
- casadi/include/casadi/core/generic_matrix.hpp +1805 -0
- casadi/include/casadi/core/generic_shared.hpp +395 -0
- casadi/include/casadi/core/generic_shared_impl.hpp +218 -0
- casadi/include/casadi/core/generic_shared_internal.hpp +215 -0
- casadi/include/casadi/core/generic_type.hpp +314 -0
- casadi/include/casadi/core/global_options.hpp +107 -0
- casadi/include/casadi/core/im.hpp +52 -0
- casadi/include/casadi/core/im_fwd.hpp +35 -0
- casadi/include/casadi/core/importer.hpp +221 -0
- casadi/include/casadi/core/integration_tools.hpp +292 -0
- casadi/include/casadi/core/integrator.hpp +290 -0
- casadi/include/casadi/core/interpolant.hpp +163 -0
- casadi/include/casadi/core/linsol.hpp +171 -0
- casadi/include/casadi/core/matrix_decl.hpp +1423 -0
- casadi/include/casadi/core/matrix_fwd.hpp +37 -0
- casadi/include/casadi/core/mx.hpp +1014 -0
- casadi/include/casadi/core/nlp_builder.hpp +163 -0
- casadi/include/casadi/core/nlp_tools.hpp +124 -0
- casadi/include/casadi/core/nlpsol.hpp +234 -0
- casadi/include/casadi/core/nonzeros.hpp +111 -0
- casadi/include/casadi/core/options.hpp +122 -0
- casadi/include/casadi/core/optistack.hpp +704 -0
- casadi/include/casadi/core/polynomial.hpp +126 -0
- casadi/include/casadi/core/printable.hpp +81 -0
- casadi/include/casadi/core/resource.hpp +107 -0
- casadi/include/casadi/core/rootfinder.hpp +176 -0
- casadi/include/casadi/core/runtime/casadi_axpy.hpp +8 -0
- casadi/include/casadi/core/runtime/casadi_bfgs.hpp +49 -0
- casadi/include/casadi/core/runtime/casadi_bilin.hpp +42 -0
- casadi/include/casadi/core/runtime/casadi_blazing_1d_boor_eval.hpp +112 -0
- casadi/include/casadi/core/runtime/casadi_blazing_2d_boor_eval.hpp +311 -0
- casadi/include/casadi/core/runtime/casadi_blazing_3d_boor_eval.hpp +645 -0
- casadi/include/casadi/core/runtime/casadi_blazing_de_boor.hpp +101 -0
- casadi/include/casadi/core/runtime/casadi_bound_consistency.hpp +51 -0
- casadi/include/casadi/core/runtime/casadi_cache.hpp +59 -0
- casadi/include/casadi/core/runtime/casadi_clear.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_clip_max.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_clip_min.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_convexify.hpp +182 -0
- casadi/include/casadi/core/runtime/casadi_copy.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_cvx.hpp +463 -0
- casadi/include/casadi/core/runtime/casadi_de_boor.hpp +36 -0
- casadi/include/casadi/core/runtime/casadi_dense_lsqr.hpp +247 -0
- casadi/include/casadi/core/runtime/casadi_densify.hpp +48 -0
- casadi/include/casadi/core/runtime/casadi_dot.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_feasiblesqpmethod.hpp +208 -0
- casadi/include/casadi/core/runtime/casadi_file_slurp.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_fill.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_finite_diff.hpp +345 -0
- casadi/include/casadi/core/runtime/casadi_flip.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_getu.hpp +35 -0
- casadi/include/casadi/core/runtime/casadi_iamax.hpp +36 -0
- casadi/include/casadi/core/runtime/casadi_interpn.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_interpn_grad.hpp +72 -0
- casadi/include/casadi/core/runtime/casadi_interpn_interpolate.hpp +43 -0
- casadi/include/casadi/core/runtime/casadi_interpn_weights.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_ipqp.hpp +868 -0
- casadi/include/casadi/core/runtime/casadi_jac.hpp +186 -0
- casadi/include/casadi/core/runtime/casadi_kkt.hpp +67 -0
- casadi/include/casadi/core/runtime/casadi_kron.hpp +50 -0
- casadi/include/casadi/core/runtime/casadi_ldl.hpp +109 -0
- casadi/include/casadi/core/runtime/casadi_logsumexp.hpp +41 -0
- casadi/include/casadi/core/runtime/casadi_low.hpp +65 -0
- casadi/include/casadi/core/runtime/casadi_lsqr.hpp +247 -0
- casadi/include/casadi/core/runtime/casadi_masked_norm_inf.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_max_viol.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_mmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_mmin.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_mtimes.hpp +75 -0
- casadi/include/casadi/core/runtime/casadi_mv.hpp +46 -0
- casadi/include/casadi/core/runtime/casadi_mv_dense.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_nd_boor_dual_eval.hpp +127 -0
- casadi/include/casadi/core/runtime/casadi_nd_boor_eval.hpp +120 -0
- casadi/include/casadi/core/runtime/casadi_newton.hpp +66 -0
- casadi/include/casadi/core/runtime/casadi_nlp.hpp +295 -0
- casadi/include/casadi/core/runtime/casadi_norm_1.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_norm_2.hpp +24 -0
- casadi/include/casadi/core/runtime/casadi_norm_inf.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_norm_inf_mul.hpp +105 -0
- casadi/include/casadi/core/runtime/casadi_ocp_block.hpp +55 -0
- casadi/include/casadi/core/runtime/casadi_oracle.hpp +44 -0
- casadi/include/casadi/core/runtime/casadi_oracle_callback.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_polyval.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_print_canonical.hpp +55 -0
- casadi/include/casadi/core/runtime/casadi_print_scalar.hpp +25 -0
- casadi/include/casadi/core/runtime/casadi_print_vector.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_printme.hpp +26 -0
- casadi/include/casadi/core/runtime/casadi_project.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_qp.hpp +86 -0
- casadi/include/casadi/core/runtime/casadi_qr.hpp +272 -0
- casadi/include/casadi/core/runtime/casadi_qrqp.hpp +1239 -0
- casadi/include/casadi/core/runtime/casadi_rank1.hpp +40 -0
- casadi/include/casadi/core/runtime/casadi_regularize.hpp +73 -0
- casadi/include/casadi/core/runtime/casadi_runtime.hpp +318 -0
- casadi/include/casadi/core/runtime/casadi_scal.hpp +26 -0
- casadi/include/casadi/core/runtime/casadi_scaled_copy.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_sparsify.hpp +42 -0
- casadi/include/casadi/core/runtime/casadi_sparsity.hpp +24 -0
- casadi/include/casadi/core/runtime/casadi_sqpmethod.hpp +178 -0
- casadi/include/casadi/core/runtime/casadi_sum.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_sum_viol.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_swap.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_trans.hpp +35 -0
- casadi/include/casadi/core/runtime/casadi_tri_project.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_trilsolve.hpp +81 -0
- casadi/include/casadi/core/runtime/casadi_triusolve.hpp +81 -0
- casadi/include/casadi/core/runtime/casadi_vector_fmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vector_fmin.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vfmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vfmin.hpp +28 -0
- casadi/include/casadi/core/runtime/shared.hpp +261 -0
- casadi/include/casadi/core/serializer.hpp +264 -0
- casadi/include/casadi/core/serializing_stream.hpp +336 -0
- casadi/include/casadi/core/shared_object.hpp +182 -0
- casadi/include/casadi/core/slice.hpp +149 -0
- casadi/include/casadi/core/sparsity.hpp +1507 -0
- casadi/include/casadi/core/sparsity_interface.hpp +763 -0
- casadi/include/casadi/core/submatrix.hpp +156 -0
- casadi/include/casadi/core/sx.hpp +244 -0
- casadi/include/casadi/core/sx_elem.hpp +376 -0
- casadi/include/casadi/core/sx_fwd.hpp +45 -0
- casadi/include/casadi/core/timing.hpp +98 -0
- casadi/include/casadi/core/tools.hpp +67 -0
- casadi/include/casadi/core/xml_file.hpp +93 -0
- casadi/include/casadi/core/xml_node.hpp +212 -0
- casadi/include/casadi/doc.i +62244 -0
- casadi/include/casadi/doc_merged.i +38499 -0
- casadi/include/casadi/mem.h +311 -0
- casadi/include/casadi/valgrind-casadi.supp +649 -0
- casadi/include/casadi/valgrind-python.supp +3886 -0
- casadi/include/coin/BonArraysHelpers.hpp +52 -0
- casadi/include/coin/BonAuxInfos.hpp +110 -0
- casadi/include/coin/BonBabInfos.hpp +57 -0
- casadi/include/coin/BonBabSetupBase.hpp +386 -0
- casadi/include/coin/BonBonminSetup.hpp +95 -0
- casadi/include/coin/BonBranchingTQP.hpp +197 -0
- casadi/include/coin/BonCbc.hpp +127 -0
- casadi/include/coin/BonCbcLpStrategy.hpp +45 -0
- casadi/include/coin/BonCbcNlpStrategy.hpp +98 -0
- casadi/include/coin/BonCbcNode.hpp +133 -0
- casadi/include/coin/BonChooseVariable.hpp +345 -0
- casadi/include/coin/BonCurvBranchingSolver.hpp +77 -0
- casadi/include/coin/BonCutStrengthener.hpp +244 -0
- casadi/include/coin/BonDiver.hpp +424 -0
- casadi/include/coin/BonDummyHeuristic.hpp +53 -0
- casadi/include/coin/BonDummyPump.hpp +43 -0
- casadi/include/coin/BonEcpCuts.hpp +97 -0
- casadi/include/coin/BonExitCodes.hpp +12 -0
- casadi/include/coin/BonFixAndSolveHeuristic.hpp +43 -0
- casadi/include/coin/BonGuessHeuristic.hpp +46 -0
- casadi/include/coin/BonHeuristicDive.hpp +88 -0
- casadi/include/coin/BonHeuristicDiveFractional.hpp +67 -0
- casadi/include/coin/BonHeuristicDiveMIP.hpp +83 -0
- casadi/include/coin/BonHeuristicDiveMIPFractional.hpp +67 -0
- casadi/include/coin/BonHeuristicDiveMIPVectorLength.hpp +74 -0
- casadi/include/coin/BonHeuristicDiveVectorLength.hpp +74 -0
- casadi/include/coin/BonHeuristicFPump.hpp +111 -0
- casadi/include/coin/BonHeuristicLocalBranching.hpp +59 -0
- casadi/include/coin/BonHeuristicRINS.hpp +55 -0
- casadi/include/coin/BonIpoptInteriorWarmStarter.hpp +103 -0
- casadi/include/coin/BonIpoptSolver.hpp +188 -0
- casadi/include/coin/BonIpoptWarmStart.hpp +148 -0
- casadi/include/coin/BonLinearCutsGenerator.hpp +75 -0
- casadi/include/coin/BonLocalSolverBasedHeuristic.hpp +102 -0
- casadi/include/coin/BonLpBranchingSolver.hpp +80 -0
- casadi/include/coin/BonMilpRounding.hpp +74 -0
- casadi/include/coin/BonOACutGenerator2.hpp +56 -0
- casadi/include/coin/BonOAMessages.hpp +44 -0
- casadi/include/coin/BonOaDecBase.hpp +297 -0
- casadi/include/coin/BonOaFeasChecker.hpp +73 -0
- casadi/include/coin/BonOaNlpOptim.hpp +116 -0
- casadi/include/coin/BonOsiTMINLPInterface.hpp +1342 -0
- casadi/include/coin/BonOuterApprox.hpp +123 -0
- casadi/include/coin/BonPseudoCosts.hpp +91 -0
- casadi/include/coin/BonPumpForMinlp.hpp +45 -0
- casadi/include/coin/BonQuadCut.hpp +217 -0
- casadi/include/coin/BonQuadRow.hpp +122 -0
- casadi/include/coin/BonRegisteredOptions.hpp +225 -0
- casadi/include/coin/BonStrongBranchingSolver.hpp +69 -0
- casadi/include/coin/BonSubMipSolver.hpp +143 -0
- casadi/include/coin/BonTMINLP.hpp +420 -0
- casadi/include/coin/BonTMINLP2OsiLP.hpp +164 -0
- casadi/include/coin/BonTMINLP2Quad.hpp +191 -0
- casadi/include/coin/BonTMINLP2TNLP.hpp +509 -0
- casadi/include/coin/BonTMINLPLinObj.hpp +216 -0
- casadi/include/coin/BonTMatrix.hpp +167 -0
- casadi/include/coin/BonTNLP2FPNLP.hpp +264 -0
- casadi/include/coin/BonTNLPSolver.hpp +241 -0
- casadi/include/coin/BonTypes.hpp +95 -0
- casadi/include/coin/BonminConfig.h +19 -0
- casadi/include/coin/CbcBranchActual.hpp +26 -0
- casadi/include/coin/CbcBranchAllDifferent.hpp +61 -0
- casadi/include/coin/CbcBranchBase.hpp +79 -0
- casadi/include/coin/CbcBranchCut.hpp +182 -0
- casadi/include/coin/CbcBranchDecision.hpp +135 -0
- casadi/include/coin/CbcBranchDefaultDecision.hpp +101 -0
- casadi/include/coin/CbcBranchDynamic.hpp +210 -0
- casadi/include/coin/CbcBranchLotsize.hpp +249 -0
- casadi/include/coin/CbcBranchToFixLots.hpp +94 -0
- casadi/include/coin/CbcBranchingObject.hpp +245 -0
- casadi/include/coin/CbcClique.hpp +309 -0
- casadi/include/coin/CbcCompare.hpp +46 -0
- casadi/include/coin/CbcCompareActual.hpp +16 -0
- casadi/include/coin/CbcCompareBase.hpp +155 -0
- casadi/include/coin/CbcCompareDefault.hpp +129 -0
- casadi/include/coin/CbcCompareDepth.hpp +48 -0
- casadi/include/coin/CbcCompareEstimate.hpp +48 -0
- casadi/include/coin/CbcCompareObjective.hpp +50 -0
- casadi/include/coin/CbcConfig.h +18 -0
- casadi/include/coin/CbcConsequence.hpp +50 -0
- casadi/include/coin/CbcCountRowCut.hpp +176 -0
- casadi/include/coin/CbcCutGenerator.hpp +550 -0
- casadi/include/coin/CbcCutModifier.hpp +59 -0
- casadi/include/coin/CbcCutSubsetModifier.hpp +69 -0
- casadi/include/coin/CbcDummyBranchingObject.hpp +83 -0
- casadi/include/coin/CbcEventHandler.hpp +250 -0
- casadi/include/coin/CbcFathom.hpp +136 -0
- casadi/include/coin/CbcFathomDynamicProgramming.hpp +177 -0
- casadi/include/coin/CbcFeasibilityBase.hpp +60 -0
- casadi/include/coin/CbcFixVariable.hpp +68 -0
- casadi/include/coin/CbcFollowOn.hpp +207 -0
- casadi/include/coin/CbcFullNodeInfo.hpp +171 -0
- casadi/include/coin/CbcGeneral.hpp +60 -0
- casadi/include/coin/CbcGeneralDepth.hpp +289 -0
- casadi/include/coin/CbcHeuristic.hpp +735 -0
- casadi/include/coin/CbcHeuristicDINS.hpp +98 -0
- casadi/include/coin/CbcHeuristicDW.hpp +374 -0
- casadi/include/coin/CbcHeuristicDive.hpp +198 -0
- casadi/include/coin/CbcHeuristicDiveCoefficient.hpp +52 -0
- casadi/include/coin/CbcHeuristicDiveFractional.hpp +52 -0
- casadi/include/coin/CbcHeuristicDiveGuided.hpp +55 -0
- casadi/include/coin/CbcHeuristicDiveLineSearch.hpp +52 -0
- casadi/include/coin/CbcHeuristicDivePseudoCost.hpp +60 -0
- casadi/include/coin/CbcHeuristicDiveVectorLength.hpp +52 -0
- casadi/include/coin/CbcHeuristicFPump.hpp +375 -0
- casadi/include/coin/CbcHeuristicGreedy.hpp +289 -0
- casadi/include/coin/CbcHeuristicLocal.hpp +276 -0
- casadi/include/coin/CbcHeuristicPivotAndFix.hpp +58 -0
- casadi/include/coin/CbcHeuristicRENS.hpp +79 -0
- casadi/include/coin/CbcHeuristicRINS.hpp +106 -0
- casadi/include/coin/CbcHeuristicRandRound.hpp +58 -0
- casadi/include/coin/CbcHeuristicVND.hpp +95 -0
- casadi/include/coin/CbcLinked.hpp +1443 -0
- casadi/include/coin/CbcMessage.hpp +94 -0
- casadi/include/coin/CbcMipStartIO.hpp +29 -0
- casadi/include/coin/CbcModel.hpp +3296 -0
- casadi/include/coin/CbcNWay.hpp +171 -0
- casadi/include/coin/CbcNode.hpp +380 -0
- casadi/include/coin/CbcNodeInfo.hpp +377 -0
- casadi/include/coin/CbcObject.hpp +288 -0
- casadi/include/coin/CbcObjectUpdateData.hpp +63 -0
- casadi/include/coin/CbcOrClpParam.cpp +4321 -0
- casadi/include/coin/CbcOrClpParam.hpp +585 -0
- casadi/include/coin/CbcParam.hpp +338 -0
- casadi/include/coin/CbcPartialNodeInfo.hpp +116 -0
- casadi/include/coin/CbcSOS.hpp +290 -0
- casadi/include/coin/CbcSimpleInteger.hpp +299 -0
- casadi/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +619 -0
- casadi/include/coin/CbcSimpleIntegerPseudoCost.hpp +122 -0
- casadi/include/coin/CbcSolver.hpp +460 -0
- casadi/include/coin/CbcStrategy.hpp +269 -0
- casadi/include/coin/CbcSubProblem.hpp +84 -0
- casadi/include/coin/CbcTree.hpp +493 -0
- casadi/include/coin/CbcTreeLocal.hpp +393 -0
- casadi/include/coin/Cbc_C_Interface.h +904 -0
- casadi/include/coin/Cgl012cut.hpp +464 -0
- casadi/include/coin/CglAllDifferent.hpp +115 -0
- casadi/include/coin/CglClique.hpp +312 -0
- casadi/include/coin/CglConfig.h +19 -0
- casadi/include/coin/CglCutGenerator.hpp +133 -0
- casadi/include/coin/CglDuplicateRow.hpp +189 -0
- casadi/include/coin/CglFlowCover.hpp +371 -0
- casadi/include/coin/CglGMI.hpp +364 -0
- casadi/include/coin/CglGMIParam.hpp +313 -0
- casadi/include/coin/CglGomory.hpp +204 -0
- casadi/include/coin/CglKnapsackCover.hpp +310 -0
- casadi/include/coin/CglLandP.hpp +306 -0
- casadi/include/coin/CglLandPValidator.hpp +130 -0
- casadi/include/coin/CglLiftAndProject.hpp +104 -0
- casadi/include/coin/CglMessage.hpp +49 -0
- casadi/include/coin/CglMixedIntegerRounding.hpp +429 -0
- casadi/include/coin/CglMixedIntegerRounding2.hpp +427 -0
- casadi/include/coin/CglOddHole.hpp +160 -0
- casadi/include/coin/CglParam.hpp +93 -0
- casadi/include/coin/CglPreProcess.hpp +600 -0
- casadi/include/coin/CglProbing.hpp +543 -0
- casadi/include/coin/CglRedSplit.hpp +448 -0
- casadi/include/coin/CglRedSplit2.hpp +494 -0
- casadi/include/coin/CglRedSplit2Param.hpp +495 -0
- casadi/include/coin/CglRedSplitParam.hpp +272 -0
- casadi/include/coin/CglResidualCapacity.hpp +240 -0
- casadi/include/coin/CglSimpleRounding.hpp +174 -0
- casadi/include/coin/CglStored.hpp +140 -0
- casadi/include/coin/CglTreeInfo.hpp +216 -0
- casadi/include/coin/CglTwomir.hpp +562 -0
- casadi/include/coin/CglZeroHalf.hpp +133 -0
- casadi/include/coin/ClpAmplObjective.hpp +113 -0
- casadi/include/coin/ClpCholeskyBase.hpp +321 -0
- casadi/include/coin/ClpCholeskyDense.hpp +157 -0
- casadi/include/coin/ClpCholeskyMumps.hpp +65 -0
- casadi/include/coin/ClpCholeskyPardiso.hpp +67 -0
- casadi/include/coin/ClpConfig.h +17 -0
- casadi/include/coin/ClpConstraint.hpp +129 -0
- casadi/include/coin/ClpConstraintAmpl.hpp +109 -0
- casadi/include/coin/ClpConstraintLinear.hpp +113 -0
- casadi/include/coin/ClpConstraintQuadratic.hpp +123 -0
- casadi/include/coin/ClpDualRowDantzig.hpp +72 -0
- casadi/include/coin/ClpDualRowPivot.hpp +136 -0
- casadi/include/coin/ClpDualRowSteepest.hpp +160 -0
- casadi/include/coin/ClpDummyMatrix.hpp +186 -0
- casadi/include/coin/ClpDynamicExampleMatrix.hpp +199 -0
- casadi/include/coin/ClpDynamicMatrix.hpp +420 -0
- casadi/include/coin/ClpEventHandler.hpp +193 -0
- casadi/include/coin/ClpFactorization.hpp +556 -0
- casadi/include/coin/ClpGubDynamicMatrix.hpp +270 -0
- casadi/include/coin/ClpGubMatrix.hpp +373 -0
- casadi/include/coin/ClpInterior.hpp +622 -0
- casadi/include/coin/ClpLinearObjective.hpp +104 -0
- casadi/include/coin/ClpMatrixBase.hpp +561 -0
- casadi/include/coin/ClpMessage.hpp +131 -0
- casadi/include/coin/ClpModel.hpp +1442 -0
- casadi/include/coin/ClpNetworkMatrix.hpp +235 -0
- casadi/include/coin/ClpNode.hpp +364 -0
- casadi/include/coin/ClpNonLinearCost.hpp +432 -0
- casadi/include/coin/ClpObjective.hpp +142 -0
- casadi/include/coin/ClpPEDualRowDantzig.hpp +84 -0
- casadi/include/coin/ClpPEDualRowSteepest.hpp +100 -0
- casadi/include/coin/ClpPEPrimalColumnDantzig.hpp +71 -0
- casadi/include/coin/ClpPEPrimalColumnSteepest.hpp +107 -0
- casadi/include/coin/ClpPESimplex.hpp +231 -0
- casadi/include/coin/ClpPackedMatrix.hpp +778 -0
- casadi/include/coin/ClpParameters.hpp +132 -0
- casadi/include/coin/ClpPdcoBase.hpp +110 -0
- casadi/include/coin/ClpPlusMinusOneMatrix.hpp +565 -0
- casadi/include/coin/ClpPresolve.hpp +379 -0
- casadi/include/coin/ClpPrimalColumnDantzig.hpp +74 -0
- casadi/include/coin/ClpPrimalColumnPivot.hpp +163 -0
- casadi/include/coin/ClpPrimalColumnSteepest.hpp +281 -0
- casadi/include/coin/ClpQuadraticObjective.hpp +161 -0
- casadi/include/coin/ClpSimplex.hpp +2137 -0
- casadi/include/coin/ClpSimplexDual.hpp +304 -0
- casadi/include/coin/ClpSimplexNonlinear.hpp +117 -0
- casadi/include/coin/ClpSimplexOther.hpp +282 -0
- casadi/include/coin/ClpSimplexPrimal.hpp +244 -0
- casadi/include/coin/ClpSolve.hpp +505 -0
- casadi/include/coin/Clp_C_Interface.h +554 -0
- casadi/include/coin/CoinAlloc.hpp +179 -0
- casadi/include/coin/CoinBuild.hpp +159 -0
- casadi/include/coin/CoinDenseFactorization.hpp +452 -0
- casadi/include/coin/CoinDenseVector.hpp +401 -0
- casadi/include/coin/CoinDistance.hpp +51 -0
- casadi/include/coin/CoinError.hpp +274 -0
- casadi/include/coin/CoinFactorization.hpp +2178 -0
- casadi/include/coin/CoinFileIO.hpp +185 -0
- casadi/include/coin/CoinFinite.hpp +37 -0
- casadi/include/coin/CoinFloatEqual.hpp +204 -0
- casadi/include/coin/CoinHelperFunctions.hpp +1270 -0
- casadi/include/coin/CoinIndexedVector.hpp +1437 -0
- casadi/include/coin/CoinLpIO.hpp +836 -0
- casadi/include/coin/CoinMessage.hpp +95 -0
- casadi/include/coin/CoinMessageHandler.hpp +717 -0
- casadi/include/coin/CoinModel.hpp +1214 -0
- casadi/include/coin/CoinModelUseful.hpp +518 -0
- casadi/include/coin/CoinMpsIO.hpp +1142 -0
- casadi/include/coin/CoinOslFactorization.hpp +287 -0
- casadi/include/coin/CoinPackedMatrix.hpp +956 -0
- casadi/include/coin/CoinPackedVector.hpp +670 -0
- casadi/include/coin/CoinPackedVectorBase.hpp +274 -0
- casadi/include/coin/CoinParam.hpp +644 -0
- casadi/include/coin/CoinPragma.hpp +29 -0
- casadi/include/coin/CoinPresolveDoubleton.hpp +76 -0
- casadi/include/coin/CoinPresolveDual.hpp +84 -0
- casadi/include/coin/CoinPresolveDupcol.hpp +259 -0
- casadi/include/coin/CoinPresolveEmpty.hpp +120 -0
- casadi/include/coin/CoinPresolveFixed.hpp +185 -0
- casadi/include/coin/CoinPresolveForcing.hpp +69 -0
- casadi/include/coin/CoinPresolveImpliedFree.hpp +66 -0
- casadi/include/coin/CoinPresolveIsolated.hpp +59 -0
- casadi/include/coin/CoinPresolveMatrix.hpp +1996 -0
- casadi/include/coin/CoinPresolveMonitor.hpp +105 -0
- casadi/include/coin/CoinPresolvePsdebug.hpp +169 -0
- casadi/include/coin/CoinPresolveSingleton.hpp +115 -0
- casadi/include/coin/CoinPresolveSubst.hpp +103 -0
- casadi/include/coin/CoinPresolveTighten.hpp +58 -0
- casadi/include/coin/CoinPresolveTripleton.hpp +69 -0
- casadi/include/coin/CoinPresolveUseless.hpp +63 -0
- casadi/include/coin/CoinPresolveZeros.hpp +65 -0
- casadi/include/coin/CoinRational.hpp +43 -0
- casadi/include/coin/CoinSearchTree.hpp +523 -0
- casadi/include/coin/CoinShallowPackedVector.hpp +149 -0
- casadi/include/coin/CoinSignal.hpp +127 -0
- casadi/include/coin/CoinSimpFactorization.hpp +432 -0
- casadi/include/coin/CoinSmartPtr.hpp +548 -0
- casadi/include/coin/CoinSnapshot.hpp +572 -0
- casadi/include/coin/CoinSort.hpp +753 -0
- casadi/include/coin/CoinStructuredModel.hpp +270 -0
- casadi/include/coin/CoinTime.hpp +350 -0
- casadi/include/coin/CoinTypes.hpp +67 -0
- casadi/include/coin/CoinUtility.hpp +26 -0
- casadi/include/coin/CoinUtilsConfig.h +34 -0
- casadi/include/coin/CoinWarmStart.hpp +56 -0
- casadi/include/coin/CoinWarmStartBasis.hpp +468 -0
- casadi/include/coin/CoinWarmStartDual.hpp +180 -0
- casadi/include/coin/CoinWarmStartPrimalDual.hpp +233 -0
- casadi/include/coin/CoinWarmStartVector.hpp +523 -0
- casadi/include/coin/Coin_C_defines.h +149 -0
- casadi/include/coin/Idiot.hpp +327 -0
- casadi/include/coin/OsiAuxInfo.hpp +261 -0
- casadi/include/coin/OsiBranchingObject.hpp +1097 -0
- casadi/include/coin/OsiCbcSolverInterface.hpp +791 -0
- casadi/include/coin/OsiChooseVariable.hpp +645 -0
- casadi/include/coin/OsiClpSolverInterface.hpp +1604 -0
- casadi/include/coin/OsiColCut.hpp +322 -0
- casadi/include/coin/OsiCollections.hpp +34 -0
- casadi/include/coin/OsiConfig.h +19 -0
- casadi/include/coin/OsiCut.hpp +251 -0
- casadi/include/coin/OsiCuts.hpp +505 -0
- casadi/include/coin/OsiPresolve.hpp +272 -0
- casadi/include/coin/OsiRowCut.hpp +345 -0
- casadi/include/coin/OsiRowCutDebugger.hpp +190 -0
- casadi/include/coin/OsiSolverBranch.hpp +169 -0
- casadi/include/coin/OsiSolverInterface.hpp +2221 -0
- casadi/include/coin/OsiSolverParameters.hpp +144 -0
- casadi/include/coin/OsiUnitTests.hpp +390 -0
- casadi/include/coin-or/IpAlgBuilder.hpp +417 -0
- casadi/include/coin-or/IpAlgStrategy.hpp +201 -0
- casadi/include/coin-or/IpAlgTypes.hpp +64 -0
- casadi/include/coin-or/IpAugSystemSolver.hpp +212 -0
- casadi/include/coin-or/IpBlas.hpp +426 -0
- casadi/include/coin-or/IpCachedResults.hpp +897 -0
- casadi/include/coin-or/IpCompoundMatrix.hpp +423 -0
- casadi/include/coin-or/IpCompoundSymMatrix.hpp +348 -0
- casadi/include/coin-or/IpCompoundVector.hpp +395 -0
- casadi/include/coin-or/IpConvCheck.hpp +97 -0
- casadi/include/coin-or/IpDebug.hpp +167 -0
- casadi/include/coin-or/IpDenseVector.hpp +626 -0
- casadi/include/coin-or/IpDiagMatrix.hpp +158 -0
- casadi/include/coin-or/IpEqMultCalculator.hpp +76 -0
- casadi/include/coin-or/IpException.hpp +156 -0
- casadi/include/coin-or/IpExpansionMatrix.hpp +245 -0
- casadi/include/coin-or/IpGenTMatrix.hpp +290 -0
- casadi/include/coin-or/IpHessianUpdater.hpp +73 -0
- casadi/include/coin-or/IpIdentityMatrix.hpp +167 -0
- casadi/include/coin-or/IpIpoptAlg.hpp +257 -0
- casadi/include/coin-or/IpIpoptApplication.hpp +367 -0
- casadi/include/coin-or/IpIpoptCalculatedQuantities.hpp +1009 -0
- casadi/include/coin-or/IpIpoptData.hpp +966 -0
- casadi/include/coin-or/IpIpoptNLP.hpp +328 -0
- casadi/include/coin-or/IpIterateInitializer.hpp +68 -0
- casadi/include/coin-or/IpIteratesVector.hpp +840 -0
- casadi/include/coin-or/IpIterationOutput.hpp +78 -0
- casadi/include/coin-or/IpJournalist.hpp +573 -0
- casadi/include/coin-or/IpLapack.hpp +227 -0
- casadi/include/coin-or/IpLibraryLoader.hpp +76 -0
- casadi/include/coin-or/IpLineSearch.hpp +106 -0
- casadi/include/coin-or/IpLinearSolvers.h +46 -0
- casadi/include/coin-or/IpMatrix.hpp +434 -0
- casadi/include/coin-or/IpMuUpdate.hpp +77 -0
- casadi/include/coin-or/IpNLP.hpp +306 -0
- casadi/include/coin-or/IpNLPScaling.hpp +582 -0
- casadi/include/coin-or/IpObserver.hpp +422 -0
- casadi/include/coin-or/IpOptionsList.hpp +412 -0
- casadi/include/coin-or/IpOrigIpoptNLP.hpp +603 -0
- casadi/include/coin-or/IpPDSystemSolver.hpp +137 -0
- casadi/include/coin-or/IpReferenced.hpp +262 -0
- casadi/include/coin-or/IpRegOptions.hpp +1152 -0
- casadi/include/coin-or/IpReturnCodes.h +23 -0
- casadi/include/coin-or/IpReturnCodes.hpp +18 -0
- casadi/include/coin-or/IpReturnCodes.inc +71 -0
- casadi/include/coin-or/IpReturnCodes_inc.h +45 -0
- casadi/include/coin-or/IpScaledMatrix.hpp +291 -0
- casadi/include/coin-or/IpSearchDirCalculator.hpp +72 -0
- casadi/include/coin-or/IpSmartPtr.hpp +865 -0
- casadi/include/coin-or/IpSolveStatistics.hpp +210 -0
- casadi/include/coin-or/IpSparseSymLinearSolverInterface.hpp +260 -0
- casadi/include/coin-or/IpStdAugSystemSolver.cpp +555 -0
- casadi/include/coin-or/IpStdCInterface.h +428 -0
- casadi/include/coin-or/IpSumSymMatrix.hpp +186 -0
- casadi/include/coin-or/IpSymLinearSolver.hpp +141 -0
- casadi/include/coin-or/IpSymMatrix.hpp +167 -0
- casadi/include/coin-or/IpSymScaledMatrix.hpp +255 -0
- casadi/include/coin-or/IpSymTMatrix.hpp +275 -0
- casadi/include/coin-or/IpTNLP.hpp +820 -0
- casadi/include/coin-or/IpTNLPAdapter.hpp +648 -0
- casadi/include/coin-or/IpTNLPReducer.hpp +274 -0
- casadi/include/coin-or/IpTaggedObject.hpp +128 -0
- casadi/include/coin-or/IpTimedTask.hpp +218 -0
- casadi/include/coin-or/IpTimingStatistics.hpp +323 -0
- casadi/include/coin-or/IpTripletHelper.hpp +308 -0
- casadi/include/coin-or/IpTypes.h +81 -0
- casadi/include/coin-or/IpTypes.hpp +30 -0
- casadi/include/coin-or/IpUtils.hpp +166 -0
- casadi/include/coin-or/IpVector.hpp +892 -0
- casadi/include/coin-or/IpZeroSymMatrix.hpp +155 -0
- casadi/include/coin-or/IpoptConfig.h +45 -0
- casadi/include/coin-or/SensAlgorithm.hpp +114 -0
- casadi/include/coin-or/SensApplication.hpp +188 -0
- casadi/include/coin-or/SensBacksolver.hpp +36 -0
- casadi/include/coin-or/SensMeasurement.hpp +56 -0
- casadi/include/coin-or/SensPCalculator.hpp +137 -0
- casadi/include/coin-or/SensRegOp.hpp +21 -0
- casadi/include/coin-or/SensSchurData.hpp +182 -0
- casadi/include/coin-or/SensSchurDriver.hpp +118 -0
- casadi/include/coin-or/SensSimpleBacksolver.hpp +49 -0
- casadi/include/coin-or/SensStepCalc.hpp +85 -0
- casadi/include/coin-or/SensUtils.hpp +63 -0
- casadi/include/coin-or/metis/defs.h +161 -0
- casadi/include/coin-or/metis/macros.h +143 -0
- casadi/include/coin-or/metis/metis.h +37 -0
- casadi/include/coin-or/metis/proto.h +505 -0
- casadi/include/coin-or/metis/rename.h +418 -0
- casadi/include/coin-or/metis/struct.h +251 -0
- casadi/include/coin-or/mumps/dmumps_c.h +142 -0
- casadi/include/coin-or/mumps/mumps_c_types.h +72 -0
- casadi/include/coin-or/mumps/mumps_compat.h +27 -0
- casadi/include/coin-or/mumps/mumps_int_def.h +11 -0
- casadi/include/coin-or/mumps/mumps_mpi.h +67 -0
- casadi/include/d_blas.h +78 -0
- casadi/include/d_blas_64.h +73 -0
- casadi/include/daqp/api.h +46 -0
- casadi/include/daqp/auxiliary.h +29 -0
- casadi/include/daqp/bnb.h +32 -0
- casadi/include/daqp/codegen.h +18 -0
- casadi/include/daqp/constants.h +92 -0
- casadi/include/daqp/daqp.h +22 -0
- casadi/include/daqp/daqp_prox.h +18 -0
- casadi/include/daqp/factorization.h +18 -0
- casadi/include/daqp/types.h +161 -0
- casadi/include/daqp/utils.h +44 -0
- casadi/include/eigen3/Eigen/Cholesky +45 -0
- casadi/include/eigen3/Eigen/CholmodSupport +48 -0
- casadi/include/eigen3/Eigen/Core +384 -0
- casadi/include/eigen3/Eigen/Dense +7 -0
- casadi/include/eigen3/Eigen/Eigen +2 -0
- casadi/include/eigen3/Eigen/Eigenvalues +60 -0
- casadi/include/eigen3/Eigen/Geometry +59 -0
- casadi/include/eigen3/Eigen/Householder +29 -0
- casadi/include/eigen3/Eigen/IterativeLinearSolvers +48 -0
- casadi/include/eigen3/Eigen/Jacobi +32 -0
- casadi/include/eigen3/Eigen/KLUSupport +41 -0
- casadi/include/eigen3/Eigen/LU +47 -0
- casadi/include/eigen3/Eigen/MetisSupport +35 -0
- casadi/include/eigen3/Eigen/OrderingMethods +70 -0
- casadi/include/eigen3/Eigen/PaStiXSupport +49 -0
- casadi/include/eigen3/Eigen/PardisoSupport +35 -0
- casadi/include/eigen3/Eigen/QR +50 -0
- casadi/include/eigen3/Eigen/QtAlignedMalloc +39 -0
- casadi/include/eigen3/Eigen/SPQRSupport +34 -0
- casadi/include/eigen3/Eigen/SVD +50 -0
- casadi/include/eigen3/Eigen/Sparse +34 -0
- casadi/include/eigen3/Eigen/SparseCholesky +37 -0
- casadi/include/eigen3/Eigen/SparseCore +69 -0
- casadi/include/eigen3/Eigen/SparseLU +50 -0
- casadi/include/eigen3/Eigen/SparseQR +36 -0
- casadi/include/eigen3/Eigen/StdDeque +27 -0
- casadi/include/eigen3/Eigen/StdList +26 -0
- casadi/include/eigen3/Eigen/StdVector +27 -0
- casadi/include/eigen3/Eigen/SuperLUSupport +64 -0
- casadi/include/eigen3/Eigen/UmfPackSupport +40 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LDLT.h +688 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LLT.h +558 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
- casadi/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
- casadi/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +413 -0
- casadi/include/eigen3/Eigen/src/Core/Array.h +417 -0
- casadi/include/eigen3/Eigen/src/Core/ArrayBase.h +226 -0
- casadi/include/eigen3/Eigen/src/Core/ArrayWrapper.h +209 -0
- casadi/include/eigen3/Eigen/src/Core/Assign.h +90 -0
- casadi/include/eigen3/Eigen/src/Core/AssignEvaluator.h +1010 -0
- casadi/include/eigen3/Eigen/src/Core/Assign_MKL.h +178 -0
- casadi/include/eigen3/Eigen/src/Core/BandMatrix.h +353 -0
- casadi/include/eigen3/Eigen/src/Core/Block.h +448 -0
- casadi/include/eigen3/Eigen/src/Core/BooleanRedux.h +162 -0
- casadi/include/eigen3/Eigen/src/Core/CommaInitializer.h +164 -0
- casadi/include/eigen3/Eigen/src/Core/ConditionEstimator.h +175 -0
- casadi/include/eigen3/Eigen/src/Core/CoreEvaluators.h +1741 -0
- casadi/include/eigen3/Eigen/src/Core/CoreIterators.h +132 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +183 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +197 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +103 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +132 -0
- casadi/include/eigen3/Eigen/src/Core/DenseBase.h +701 -0
- casadi/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +685 -0
- casadi/include/eigen3/Eigen/src/Core/DenseStorage.h +652 -0
- casadi/include/eigen3/Eigen/src/Core/Diagonal.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +391 -0
- casadi/include/eigen3/Eigen/src/Core/DiagonalProduct.h +28 -0
- casadi/include/eigen3/Eigen/src/Core/Dot.h +318 -0
- casadi/include/eigen3/Eigen/src/Core/EigenBase.h +160 -0
- casadi/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +150 -0
- casadi/include/eigen3/Eigen/src/Core/Fuzzy.h +155 -0
- casadi/include/eigen3/Eigen/src/Core/GeneralProduct.h +465 -0
- casadi/include/eigen3/Eigen/src/Core/GenericPacketMath.h +1040 -0
- casadi/include/eigen3/Eigen/src/Core/GlobalFunctions.h +194 -0
- casadi/include/eigen3/Eigen/src/Core/IO.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/IndexedView.h +237 -0
- casadi/include/eigen3/Eigen/src/Core/Inverse.h +117 -0
- casadi/include/eigen3/Eigen/src/Core/Map.h +171 -0
- casadi/include/eigen3/Eigen/src/Core/MapBase.h +310 -0
- casadi/include/eigen3/Eigen/src/Core/MathFunctions.h +2057 -0
- casadi/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +200 -0
- casadi/include/eigen3/Eigen/src/Core/Matrix.h +565 -0
- casadi/include/eigen3/Eigen/src/Core/MatrixBase.h +547 -0
- casadi/include/eigen3/Eigen/src/Core/NestByValue.h +85 -0
- casadi/include/eigen3/Eigen/src/Core/NoAlias.h +109 -0
- casadi/include/eigen3/Eigen/src/Core/NumTraits.h +335 -0
- casadi/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
- casadi/include/eigen3/Eigen/src/Core/PermutationMatrix.h +605 -0
- casadi/include/eigen3/Eigen/src/Core/PlainObjectBase.h +1128 -0
- casadi/include/eigen3/Eigen/src/Core/Product.h +191 -0
- casadi/include/eigen3/Eigen/src/Core/ProductEvaluators.h +1179 -0
- casadi/include/eigen3/Eigen/src/Core/Random.h +218 -0
- casadi/include/eigen3/Eigen/src/Core/Redux.h +515 -0
- casadi/include/eigen3/Eigen/src/Core/Ref.h +381 -0
- casadi/include/eigen3/Eigen/src/Core/Replicate.h +142 -0
- casadi/include/eigen3/Eigen/src/Core/Reshaped.h +454 -0
- casadi/include/eigen3/Eigen/src/Core/ReturnByValue.h +119 -0
- casadi/include/eigen3/Eigen/src/Core/Reverse.h +217 -0
- casadi/include/eigen3/Eigen/src/Core/Select.h +164 -0
- casadi/include/eigen3/Eigen/src/Core/SelfAdjointView.h +365 -0
- casadi/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
- casadi/include/eigen3/Eigen/src/Core/Solve.h +188 -0
- casadi/include/eigen3/Eigen/src/Core/SolveTriangular.h +235 -0
- casadi/include/eigen3/Eigen/src/Core/SolverBase.h +168 -0
- casadi/include/eigen3/Eigen/src/Core/StableNorm.h +251 -0
- casadi/include/eigen3/Eigen/src/Core/StlIterators.h +463 -0
- casadi/include/eigen3/Eigen/src/Core/Stride.h +116 -0
- casadi/include/eigen3/Eigen/src/Core/Swap.h +68 -0
- casadi/include/eigen3/Eigen/src/Core/Transpose.h +464 -0
- casadi/include/eigen3/Eigen/src/Core/Transpositions.h +386 -0
- casadi/include/eigen3/Eigen/src/Core/TriangularMatrix.h +1001 -0
- casadi/include/eigen3/Eigen/src/Core/VectorBlock.h +96 -0
- casadi/include/eigen3/Eigen/src/Core/VectorwiseOp.h +784 -0
- casadi/include/eigen3/Eigen/src/Core/Visitor.h +381 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +372 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
- casadi/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/Half.h +942 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +49 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
- casadi/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +648 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +584 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +351 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
- casadi/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
- casadi/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
- casadi/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
- casadi/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +166 -0
- casadi/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
- casadi/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
- casadi/include/eigen3/Eigen/src/Core/products/Parallelizer.h +180 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
- casadi/include/eigen3/Eigen/src/Core/util/BlasUtil.h +583 -0
- casadi/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
- casadi/include/eigen3/Eigen/src/Core/util/Constants.h +563 -0
- casadi/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
- casadi/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
- casadi/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
- casadi/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +272 -0
- casadi/include/eigen3/Eigen/src/Core/util/MKL_support.h +137 -0
- casadi/include/eigen3/Eigen/src/Core/util/Macros.h +1464 -0
- casadi/include/eigen3/Eigen/src/Core/util/Memory.h +1163 -0
- casadi/include/eigen3/Eigen/src/Core/util/Meta.h +812 -0
- casadi/include/eigen3/Eigen/src/Core/util/NonMPL2.h +3 -0
- casadi/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
- casadi/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +51 -0
- casadi/include/eigen3/Eigen/src/Core/util/StaticAssert.h +221 -0
- casadi/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +293 -0
- casadi/include/eigen3/Eigen/src/Core/util/XprHelper.h +856 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +657 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +558 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
- casadi/include/eigen3/Eigen/src/Geometry/AlignedBox.h +486 -0
- casadi/include/eigen3/Eigen/src/Geometry/AngleAxis.h +247 -0
- casadi/include/eigen3/Eigen/src/Geometry/EulerAngles.h +114 -0
- casadi/include/eigen3/Eigen/src/Geometry/Homogeneous.h +501 -0
- casadi/include/eigen3/Eigen/src/Geometry/Hyperplane.h +282 -0
- casadi/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +235 -0
- casadi/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +232 -0
- casadi/include/eigen3/Eigen/src/Geometry/Quaternion.h +870 -0
- casadi/include/eigen3/Eigen/src/Geometry/Rotation2D.h +199 -0
- casadi/include/eigen3/Eigen/src/Geometry/RotationBase.h +206 -0
- casadi/include/eigen3/Eigen/src/Geometry/Scaling.h +188 -0
- casadi/include/eigen3/Eigen/src/Geometry/Transform.h +1563 -0
- casadi/include/eigen3/Eigen/src/Geometry/Translation.h +202 -0
- casadi/include/eigen3/Eigen/src/Geometry/Umeyama.h +166 -0
- casadi/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
- casadi/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +110 -0
- casadi/include/eigen3/Eigen/src/Householder/Householder.h +176 -0
- casadi/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +545 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
- casadi/include/eigen3/Eigen/src/Jacobi/Jacobi.h +483 -0
- casadi/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +358 -0
- casadi/include/eigen3/Eigen/src/LU/Determinant.h +117 -0
- casadi/include/eigen3/Eigen/src/LU/FullPivLU.h +877 -0
- casadi/include/eigen3/Eigen/src/LU/InverseImpl.h +432 -0
- casadi/include/eigen3/Eigen/src/LU/PartialPivLU.h +624 -0
- casadi/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
- casadi/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +351 -0
- casadi/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +137 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Amd.h +435 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +153 -0
- casadi/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
- casadi/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
- casadi/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
- casadi/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
- casadi/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
- casadi/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
- casadi/include/eigen3/Eigen/src/QR/HouseholderQR.h +434 -0
- casadi/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
- casadi/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
- casadi/include/eigen3/Eigen/src/SVD/BDCSVD.h +1366 -0
- casadi/include/eigen3/Eigen/src/SVD/JacobiSVD.h +812 -0
- casadi/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
- casadi/include/eigen3/Eigen/src/SVD/SVDBase.h +376 -0
- casadi/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
- casadi/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
- casadi/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
- casadi/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +378 -0
- casadi/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +274 -0
- casadi/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
- casadi/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +270 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +571 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +206 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDot.h +98 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMap.h +305 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +178 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +181 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +49 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseRef.h +397 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +92 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +186 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseVector.h +478 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseView.h +254 -0
- casadi/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +315 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU.h +923 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
- casadi/include/eigen3/Eigen/src/SparseQR/SparseQR.h +758 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdDeque.h +116 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdList.h +106 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdVector.h +131 -0
- casadi/include/eigen3/Eigen/src/StlSupport/details.h +84 -0
- casadi/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
- casadi/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
- casadi/include/eigen3/Eigen/src/misc/Image.h +82 -0
- casadi/include/eigen3/Eigen/src/misc/Kernel.h +79 -0
- casadi/include/eigen3/Eigen/src/misc/RealSvd2x2.h +55 -0
- casadi/include/eigen3/Eigen/src/misc/blas.h +440 -0
- casadi/include/eigen3/Eigen/src/misc/lapack.h +152 -0
- casadi/include/eigen3/Eigen/src/misc/lapacke.h +16292 -0
- casadi/include/eigen3/Eigen/src/misc/lapacke_mangling.h +17 -0
- casadi/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
- casadi/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
- casadi/include/eigen3/Eigen/src/plugins/BlockMethods.h +1442 -0
- casadi/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
- casadi/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
- casadi/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +262 -0
- casadi/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
- casadi/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
- casadi/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +149 -0
- casadi/include/eigen3/signature_of_eigen3_matrix_library +1 -0
- casadi/include/eigen3/unsupported/Eigen/AdolcForward +159 -0
- casadi/include/eigen3/unsupported/Eigen/AlignedVector3 +234 -0
- casadi/include/eigen3/unsupported/Eigen/ArpackSupport +30 -0
- casadi/include/eigen3/unsupported/Eigen/AutoDiff +46 -0
- casadi/include/eigen3/unsupported/Eigen/BVH +95 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/Tensor +137 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +42 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +74 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +554 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +329 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +1176 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +1559 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +1093 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +518 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +377 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +1023 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +73 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +1413 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +575 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +1650 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +1679 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +456 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +1132 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +544 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +214 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +347 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +137 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +104 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +389 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +1048 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +409 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +490 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +983 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +703 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +388 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +669 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +379 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +237 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +191 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +488 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +302 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +33 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +99 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +44 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +603 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +738 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +82 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +263 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +216 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +98 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +327 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +311 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +1102 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +708 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +291 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +322 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +998 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +966 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +582 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +454 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +465 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +528 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +513 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +471 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +161 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +346 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +303 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +264 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +249 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +629 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +293 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +338 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +669 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +67 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +249 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +486 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +23 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +40 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +301 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +48 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +20 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +537 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +88 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +261 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +158 -0
- casadi/include/eigen3/unsupported/Eigen/EulerAngles +43 -0
- casadi/include/eigen3/unsupported/Eigen/FFT +419 -0
- casadi/include/eigen3/unsupported/Eigen/IterativeSolvers +51 -0
- casadi/include/eigen3/unsupported/Eigen/KroneckerProduct +36 -0
- casadi/include/eigen3/unsupported/Eigen/LevenbergMarquardt +49 -0
- casadi/include/eigen3/unsupported/Eigen/MPRealSupport +213 -0
- casadi/include/eigen3/unsupported/Eigen/MatrixFunctions +504 -0
- casadi/include/eigen3/unsupported/Eigen/MoreVectorization +24 -0
- casadi/include/eigen3/unsupported/Eigen/NonLinearOptimization +140 -0
- casadi/include/eigen3/unsupported/Eigen/NumericalDiff +56 -0
- casadi/include/eigen3/unsupported/Eigen/OpenGLSupport +322 -0
- casadi/include/eigen3/unsupported/Eigen/Polynomials +137 -0
- casadi/include/eigen3/unsupported/Eigen/Skyline +39 -0
- casadi/include/eigen3/unsupported/Eigen/SparseExtra +54 -0
- casadi/include/eigen3/unsupported/Eigen/SpecialFunctions +103 -0
- casadi/include/eigen3/unsupported/Eigen/Splines +35 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +108 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +730 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +220 -0
- casadi/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +293 -0
- casadi/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +223 -0
- casadi/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +790 -0
- casadi/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +355 -0
- casadi/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +305 -0
- casadi/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +261 -0
- casadi/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +449 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +187 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +511 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +335 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +436 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +90 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +154 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +267 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +193 -0
- casadi/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +305 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +84 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +202 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +160 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +188 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +396 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +441 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +569 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +373 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +705 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +368 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +117 -0
- casadi/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +95 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +601 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +657 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +66 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +70 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +107 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +298 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +91 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +30 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +99 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +49 -0
- casadi/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +130 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +280 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +428 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +143 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +352 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +862 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +212 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +295 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +259 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +89 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +122 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +1079 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +404 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +282 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +349 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +286 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +68 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +357 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +66 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +1959 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +118 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +67 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +167 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +58 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +330 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +58 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +2045 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +46 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +16 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +46 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +16 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +369 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +54 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +34 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +507 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +431 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +93 -0
- casadi/include/fatrop/auxiliary/Common.hpp +34 -0
- casadi/include/fatrop/auxiliary/DynamicLib.hpp +34 -0
- casadi/include/fatrop/auxiliary/FatropOptions.hpp +68 -0
- casadi/include/fatrop/auxiliary/FatropVector.hpp +143 -0
- casadi/include/fatrop/auxiliary/LinearAlgebra.hpp +88 -0
- casadi/include/fatrop/auxiliary/VectorUtils.hpp +54 -0
- casadi/include/fatrop/blasfeo_wrapper/LinearAlgebraBlasfeo.hpp +496 -0
- casadi/include/fatrop/fatrop.hpp +39 -0
- casadi/include/fatrop/function_evaluation/CasadiCodegen.hpp +104 -0
- casadi/include/fatrop/function_evaluation/FunctionEvaluation.hpp +60 -0
- casadi/include/fatrop/json/json.h +946 -0
- casadi/include/fatrop/ocp/CasadiCApiUserdataWrap.hpp +87 -0
- casadi/include/fatrop/ocp/DuInfEvaluator.hpp +38 -0
- casadi/include/fatrop/ocp/FatropOCP.hpp +161 -0
- casadi/include/fatrop/ocp/FatropOCPBuilder.hpp +52 -0
- casadi/include/fatrop/ocp/FatropOCPResto.hpp +299 -0
- casadi/include/fatrop/ocp/OCP.hpp +82 -0
- casadi/include/fatrop/ocp/OCPAbstract.hpp +254 -0
- casadi/include/fatrop/ocp/OCPAdapter.hpp +197 -0
- casadi/include/fatrop/ocp/OCPCInterface.h +289 -0
- casadi/include/fatrop/ocp/OCPDims.hpp +60 -0
- casadi/include/fatrop/ocp/OCPInitializer.hpp +41 -0
- casadi/include/fatrop/ocp/OCPKKT.hpp +69 -0
- casadi/include/fatrop/ocp/OCPLSRiccati.hpp +198 -0
- casadi/include/fatrop/ocp/OCPLSScaler.hpp +66 -0
- casadi/include/fatrop/ocp/OCPLinearSolver.hpp +75 -0
- casadi/include/fatrop/ocp/OCPNoScaling.hpp +42 -0
- casadi/include/fatrop/ocp/OCPScalingMethod.hpp +42 -0
- casadi/include/fatrop/ocp/StageOCP.hpp +592 -0
- casadi/include/fatrop/ocp/StageOCPApplication.hpp +242 -0
- casadi/include/fatrop/ocp/StageOCPExpressions.hpp +182 -0
- casadi/include/fatrop/ocp/UStageEvalAbstract.hpp +168 -0
- casadi/include/fatrop/ocp/UStageOCPImpl.hpp +152 -0
- casadi/include/fatrop/quasi_newton/bfgs.hpp +159 -0
- casadi/include/fatrop/solver/AlgBuilder.hpp +76 -0
- casadi/include/fatrop/solver/AlgStrategy.hpp +33 -0
- casadi/include/fatrop/solver/FatropAlg.hpp +121 -0
- casadi/include/fatrop/solver/FatropData.hpp +188 -0
- casadi/include/fatrop/solver/FatropOptions.hpp +95 -0
- casadi/include/fatrop/solver/FatropPrinter.hpp +65 -0
- casadi/include/fatrop/solver/FatropStats.hpp +63 -0
- casadi/include/fatrop/solver/Filter.hpp +54 -0
- casadi/include/fatrop/solver/IterationData.hpp +56 -0
- casadi/include/fatrop/solver/LineSearch.hpp +86 -0
- casadi/include/fatrop/solver/NLPL1.hpp +263 -0
- casadi/include/fatrop/templates/NLPAlg.hpp +104 -0
- casadi/include/ghc/filesystem.hpp +6083 -0
- casadi/include/ghc/fs_fwd.hpp +38 -0
- casadi/include/ghc/fs_impl.hpp +35 -0
- casadi/include/ghc/fs_std.hpp +60 -0
- casadi/include/ghc/fs_std_fwd.hpp +63 -0
- casadi/include/ghc/fs_std_impl.hpp +46 -0
- casadi/include/highs/HConfig.h +23 -0
- casadi/include/highs/Highs.h +1703 -0
- casadi/include/highs/filereaderlp/builder.hpp +25 -0
- casadi/include/highs/filereaderlp/def.hpp +19 -0
- casadi/include/highs/filereaderlp/model.hpp +68 -0
- casadi/include/highs/filereaderlp/reader.hpp +10 -0
- casadi/include/highs/interfaces/highs_c_api.h +2456 -0
- casadi/include/highs/io/Filereader.h +45 -0
- casadi/include/highs/io/FilereaderEms.h +30 -0
- casadi/include/highs/io/FilereaderLp.h +51 -0
- casadi/include/highs/io/FilereaderMps.h +27 -0
- casadi/include/highs/io/HMPSIO.h +78 -0
- casadi/include/highs/io/HMpsFF.h +238 -0
- casadi/include/highs/io/HighsIO.h +114 -0
- casadi/include/highs/io/LoadOptions.h +24 -0
- casadi/include/highs/ipm/IpxSolution.h +32 -0
- casadi/include/highs/ipm/IpxWrapper.h +70 -0
- casadi/include/highs/ipm/basiclu/basiclu.h +161 -0
- casadi/include/highs/ipm/basiclu/basiclu_factorize.h +247 -0
- casadi/include/highs/ipm/basiclu/basiclu_get_factors.h +108 -0
- casadi/include/highs/ipm/basiclu/basiclu_initialize.h +119 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_factorize.h +34 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_free.h +19 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_get_factors.h +34 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_initialize.h +46 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_dense.h +29 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_for_update.h +42 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_sparse.h +32 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_update.h +31 -0
- casadi/include/highs/ipm/basiclu/basiclu_object.h +30 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_dense.h +75 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_for_update.h +169 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_sparse.h +112 -0
- casadi/include/highs/ipm/basiclu/basiclu_update.h +125 -0
- casadi/include/highs/ipm/basiclu/lu_def.h +39 -0
- casadi/include/highs/ipm/basiclu/lu_file.h +21 -0
- casadi/include/highs/ipm/basiclu/lu_internal.h +220 -0
- casadi/include/highs/ipm/basiclu/lu_list.h +168 -0
- casadi/include/highs/ipm/ipx/basiclu_kernel.h +20 -0
- casadi/include/highs/ipm/ipx/basiclu_wrapper.h +47 -0
- casadi/include/highs/ipm/ipx/basis.h +351 -0
- casadi/include/highs/ipm/ipx/conjugate_residuals.h +74 -0
- casadi/include/highs/ipm/ipx/control.h +164 -0
- casadi/include/highs/ipm/ipx/crossover.h +157 -0
- casadi/include/highs/ipm/ipx/diagonal_precond.h +45 -0
- casadi/include/highs/ipm/ipx/forrest_tomlin.h +102 -0
- casadi/include/highs/ipm/ipx/guess_basis.h +21 -0
- casadi/include/highs/ipm/ipx/indexed_vector.h +113 -0
- casadi/include/highs/ipm/ipx/info.h +27 -0
- casadi/include/highs/ipm/ipx/ipm.h +94 -0
- casadi/include/highs/ipm/ipx/ipx_c.h +47 -0
- casadi/include/highs/ipm/ipx/ipx_config.h +9 -0
- casadi/include/highs/ipm/ipx/ipx_info.h +111 -0
- casadi/include/highs/ipm/ipx/ipx_internal.h +88 -0
- casadi/include/highs/ipm/ipx/ipx_parameters.h +76 -0
- casadi/include/highs/ipm/ipx/ipx_status.h +57 -0
- casadi/include/highs/ipm/ipx/iterate.h +328 -0
- casadi/include/highs/ipm/ipx/kkt_solver.h +70 -0
- casadi/include/highs/ipm/ipx/kkt_solver_basis.h +66 -0
- casadi/include/highs/ipm/ipx/kkt_solver_diag.h +48 -0
- casadi/include/highs/ipm/ipx/linear_operator.h +26 -0
- casadi/include/highs/ipm/ipx/lp_solver.h +202 -0
- casadi/include/highs/ipm/ipx/lu_factorization.h +79 -0
- casadi/include/highs/ipm/ipx/lu_update.h +129 -0
- casadi/include/highs/ipm/ipx/maxvolume.h +54 -0
- casadi/include/highs/ipm/ipx/model.h +413 -0
- casadi/include/highs/ipm/ipx/multistream.h +52 -0
- casadi/include/highs/ipm/ipx/normal_matrix.h +44 -0
- casadi/include/highs/ipm/ipx/power_method.h +44 -0
- casadi/include/highs/ipm/ipx/sparse_matrix.h +195 -0
- casadi/include/highs/ipm/ipx/sparse_utils.h +58 -0
- casadi/include/highs/ipm/ipx/splitted_normal_matrix.h +63 -0
- casadi/include/highs/ipm/ipx/starting_basis.h +39 -0
- casadi/include/highs/ipm/ipx/symbolic_invert.h +29 -0
- casadi/include/highs/ipm/ipx/timer.h +24 -0
- casadi/include/highs/ipm/ipx/utils.h +39 -0
- casadi/include/highs/lp_data/HConst.h +320 -0
- casadi/include/highs/lp_data/HStruct.h +182 -0
- casadi/include/highs/lp_data/HighsAnalysis.h +23 -0
- casadi/include/highs/lp_data/HighsCallback.h +47 -0
- casadi/include/highs/lp_data/HighsCallbackStruct.h +62 -0
- casadi/include/highs/lp_data/HighsDebug.h +34 -0
- casadi/include/highs/lp_data/HighsIis.h +62 -0
- casadi/include/highs/lp_data/HighsInfo.h +329 -0
- casadi/include/highs/lp_data/HighsInfoDebug.h +27 -0
- casadi/include/highs/lp_data/HighsLp.h +100 -0
- casadi/include/highs/lp_data/HighsLpSolverObject.h +45 -0
- casadi/include/highs/lp_data/HighsLpUtils.h +298 -0
- casadi/include/highs/lp_data/HighsModelUtils.h +112 -0
- casadi/include/highs/lp_data/HighsOptions.h +1469 -0
- casadi/include/highs/lp_data/HighsRanging.h +43 -0
- casadi/include/highs/lp_data/HighsSolution.h +144 -0
- casadi/include/highs/lp_data/HighsSolutionDebug.h +87 -0
- casadi/include/highs/lp_data/HighsSolve.h +23 -0
- casadi/include/highs/lp_data/HighsStatus.h +29 -0
- casadi/include/highs/mip/HighsCliqueTable.h +318 -0
- casadi/include/highs/mip/HighsConflictPool.h +109 -0
- casadi/include/highs/mip/HighsCutGeneration.h +106 -0
- casadi/include/highs/mip/HighsCutPool.h +168 -0
- casadi/include/highs/mip/HighsDebugSol.h +132 -0
- casadi/include/highs/mip/HighsDomain.h +653 -0
- casadi/include/highs/mip/HighsDomainChange.h +48 -0
- casadi/include/highs/mip/HighsDynamicRowMatrix.h +104 -0
- casadi/include/highs/mip/HighsGFkSolve.h +438 -0
- casadi/include/highs/mip/HighsImplications.h +170 -0
- casadi/include/highs/mip/HighsLpAggregator.h +50 -0
- casadi/include/highs/mip/HighsLpRelaxation.h +357 -0
- casadi/include/highs/mip/HighsMipAnalysis.h +52 -0
- casadi/include/highs/mip/HighsMipSolver.h +112 -0
- casadi/include/highs/mip/HighsMipSolverData.h +297 -0
- casadi/include/highs/mip/HighsModkSeparator.h +60 -0
- casadi/include/highs/mip/HighsNodeQueue.h +311 -0
- casadi/include/highs/mip/HighsObjectiveFunction.h +71 -0
- casadi/include/highs/mip/HighsPathSeparator.h +39 -0
- casadi/include/highs/mip/HighsPrimalHeuristics.h +70 -0
- casadi/include/highs/mip/HighsPseudocost.h +360 -0
- casadi/include/highs/mip/HighsRedcostFixing.h +42 -0
- casadi/include/highs/mip/HighsSearch.h +241 -0
- casadi/include/highs/mip/HighsSeparation.h +41 -0
- casadi/include/highs/mip/HighsSeparator.h +52 -0
- casadi/include/highs/mip/HighsTableauSeparator.h +34 -0
- casadi/include/highs/mip/HighsTransformedLp.h +63 -0
- casadi/include/highs/mip/MipTimer.h +471 -0
- casadi/include/highs/model/HighsHessian.h +54 -0
- casadi/include/highs/model/HighsHessianUtils.h +49 -0
- casadi/include/highs/model/HighsModel.h +52 -0
- casadi/include/highs/parallel/HighsBinarySemaphore.h +113 -0
- casadi/include/highs/parallel/HighsCacheAlign.h +87 -0
- casadi/include/highs/parallel/HighsCombinable.h +121 -0
- casadi/include/highs/parallel/HighsMutex.h +129 -0
- casadi/include/highs/parallel/HighsParallel.h +133 -0
- casadi/include/highs/parallel/HighsRaceTimer.h +43 -0
- casadi/include/highs/parallel/HighsSchedulerConstants.h +24 -0
- casadi/include/highs/parallel/HighsSpinMutex.h +53 -0
- casadi/include/highs/parallel/HighsSplitDeque.h +583 -0
- casadi/include/highs/parallel/HighsTask.h +175 -0
- casadi/include/highs/parallel/HighsTaskExecutor.h +222 -0
- casadi/include/highs/pdlp/CupdlpWrapper.h +104 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_cs.h +40 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_defs.h +433 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_linalg.h +189 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_proj.h +19 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_restart.h +31 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_scaling.h +26 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_solver.h +98 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_step.h +37 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_utils.c +1807 -0
- casadi/include/highs/pdqsort/pdqsort.h +532 -0
- casadi/include/highs/presolve/HPresolve.h +405 -0
- casadi/include/highs/presolve/HPresolveAnalysis.h +51 -0
- casadi/include/highs/presolve/HighsPostsolveStack.h +940 -0
- casadi/include/highs/presolve/HighsSymmetry.h +281 -0
- casadi/include/highs/presolve/ICrash.h +124 -0
- casadi/include/highs/presolve/ICrashUtil.h +62 -0
- casadi/include/highs/presolve/ICrashX.h +23 -0
- casadi/include/highs/presolve/PresolveComponent.h +90 -0
- casadi/include/highs/qpsolver/a_asm.hpp +70 -0
- casadi/include/highs/qpsolver/a_quass.hpp +15 -0
- casadi/include/highs/qpsolver/basis.hpp +152 -0
- casadi/include/highs/qpsolver/crashsolution.hpp +13 -0
- casadi/include/highs/qpsolver/dantzigpricing.hpp +73 -0
- casadi/include/highs/qpsolver/devexpricing.hpp +101 -0
- casadi/include/highs/qpsolver/eventhandler.hpp +23 -0
- casadi/include/highs/qpsolver/factor.hpp +401 -0
- casadi/include/highs/qpsolver/feasibility_bounded.hpp +107 -0
- casadi/include/highs/qpsolver/feasibility_highs.hpp +294 -0
- casadi/include/highs/qpsolver/gradient.hpp +39 -0
- casadi/include/highs/qpsolver/instance.hpp +63 -0
- casadi/include/highs/qpsolver/matrix.hpp +335 -0
- casadi/include/highs/qpsolver/perturbation.hpp +8 -0
- casadi/include/highs/qpsolver/pricing.hpp +15 -0
- casadi/include/highs/qpsolver/qpconst.hpp +27 -0
- casadi/include/highs/qpsolver/qpvector.hpp +235 -0
- casadi/include/highs/qpsolver/quass.hpp +20 -0
- casadi/include/highs/qpsolver/ratiotest.hpp +19 -0
- casadi/include/highs/qpsolver/runtime.hpp +38 -0
- casadi/include/highs/qpsolver/scaling.hpp +8 -0
- casadi/include/highs/qpsolver/settings.hpp +69 -0
- casadi/include/highs/qpsolver/snippets.hpp +29 -0
- casadi/include/highs/qpsolver/statistics.hpp +23 -0
- casadi/include/highs/qpsolver/steepestedgepricing.hpp +166 -0
- casadi/include/highs/simplex/HApp.h +476 -0
- casadi/include/highs/simplex/HEkk.h +416 -0
- casadi/include/highs/simplex/HEkkDual.h +513 -0
- casadi/include/highs/simplex/HEkkDualRHS.h +134 -0
- casadi/include/highs/simplex/HEkkDualRow.h +201 -0
- casadi/include/highs/simplex/HEkkPrimal.h +191 -0
- casadi/include/highs/simplex/HSimplex.h +42 -0
- casadi/include/highs/simplex/HSimplexDebug.h +48 -0
- casadi/include/highs/simplex/HSimplexNla.h +158 -0
- casadi/include/highs/simplex/HSimplexReport.h +21 -0
- casadi/include/highs/simplex/HighsSimplexAnalysis.h +500 -0
- casadi/include/highs/simplex/SimplexConst.h +273 -0
- casadi/include/highs/simplex/SimplexStruct.h +261 -0
- casadi/include/highs/simplex/SimplexTimer.h +409 -0
- casadi/include/highs/test/DevKkt.h +143 -0
- casadi/include/highs/test/KktCh2.h +79 -0
- casadi/include/highs/util/FactorTimer.h +199 -0
- casadi/include/highs/util/HFactor.h +587 -0
- casadi/include/highs/util/HFactorConst.h +81 -0
- casadi/include/highs/util/HFactorDebug.h +55 -0
- casadi/include/highs/util/HSet.h +89 -0
- casadi/include/highs/util/HVector.h +22 -0
- casadi/include/highs/util/HVectorBase.h +102 -0
- casadi/include/highs/util/HighsCDouble.h +319 -0
- casadi/include/highs/util/HighsComponent.h +53 -0
- casadi/include/highs/util/HighsDataStack.h +83 -0
- casadi/include/highs/util/HighsDisjointSets.h +107 -0
- casadi/include/highs/util/HighsHash.h +1274 -0
- casadi/include/highs/util/HighsHashTree.h +1447 -0
- casadi/include/highs/util/HighsInt.h +36 -0
- casadi/include/highs/util/HighsIntegers.h +212 -0
- casadi/include/highs/util/HighsLinearSumBounds.h +157 -0
- casadi/include/highs/util/HighsMatrixPic.h +37 -0
- casadi/include/highs/util/HighsMatrixSlice.h +561 -0
- casadi/include/highs/util/HighsMatrixUtils.h +54 -0
- casadi/include/highs/util/HighsMemoryAllocation.h +63 -0
- casadi/include/highs/util/HighsRandom.h +242 -0
- casadi/include/highs/util/HighsRbTree.h +452 -0
- casadi/include/highs/util/HighsSort.h +131 -0
- casadi/include/highs/util/HighsSparseMatrix.h +150 -0
- casadi/include/highs/util/HighsSparseVectorSum.h +95 -0
- casadi/include/highs/util/HighsSplay.h +135 -0
- casadi/include/highs/util/HighsTimer.h +381 -0
- casadi/include/highs/util/HighsUtils.h +217 -0
- casadi/include/highs/util/stringutil.h +46 -0
- casadi/include/highs/zstr/strict_fstream.hpp +237 -0
- casadi/include/highs/zstr/zstr.hpp +472 -0
- casadi/include/highs_export.h +43 -0
- casadi/include/hpipm_aux_mem.h +52 -0
- casadi/include/hpipm_aux_string.h +50 -0
- casadi/include/hpipm_common.h +76 -0
- casadi/include/hpipm_d_cast_qcqp.h +71 -0
- casadi/include/hpipm_d_cond.h +135 -0
- casadi/include/hpipm_d_cond_aux.h +92 -0
- casadi/include/hpipm_d_cond_qcqp.h +129 -0
- casadi/include/hpipm_d_core_qp_ipm.h +101 -0
- casadi/include/hpipm_d_core_qp_ipm_aux.h +68 -0
- casadi/include/hpipm_d_dense_qcqp.h +199 -0
- casadi/include/hpipm_d_dense_qcqp_dim.h +98 -0
- casadi/include/hpipm_d_dense_qcqp_ipm.h +193 -0
- casadi/include/hpipm_d_dense_qcqp_res.h +108 -0
- casadi/include/hpipm_d_dense_qcqp_sol.h +85 -0
- casadi/include/hpipm_d_dense_qcqp_utils.h +82 -0
- casadi/include/hpipm_d_dense_qp.h +207 -0
- casadi/include/hpipm_d_dense_qp_dim.h +92 -0
- casadi/include/hpipm_d_dense_qp_ipm.h +260 -0
- casadi/include/hpipm_d_dense_qp_kkt.h +72 -0
- casadi/include/hpipm_d_dense_qp_res.h +106 -0
- casadi/include/hpipm_d_dense_qp_sol.h +94 -0
- casadi/include/hpipm_d_dense_qp_utils.h +83 -0
- casadi/include/hpipm_d_ocp_qcqp.h +322 -0
- casadi/include/hpipm_d_ocp_qcqp_dim.h +130 -0
- casadi/include/hpipm_d_ocp_qcqp_ipm.h +192 -0
- casadi/include/hpipm_d_ocp_qcqp_red.h +118 -0
- casadi/include/hpipm_d_ocp_qcqp_res.h +115 -0
- casadi/include/hpipm_d_ocp_qcqp_sol.h +114 -0
- casadi/include/hpipm_d_ocp_qcqp_utils.h +81 -0
- casadi/include/hpipm_d_ocp_qp.h +306 -0
- casadi/include/hpipm_d_ocp_qp_dim.h +142 -0
- casadi/include/hpipm_d_ocp_qp_ipm.h +252 -0
- casadi/include/hpipm_d_ocp_qp_kkt.h +66 -0
- casadi/include/hpipm_d_ocp_qp_red.h +117 -0
- casadi/include/hpipm_d_ocp_qp_res.h +113 -0
- casadi/include/hpipm_d_ocp_qp_sol.h +128 -0
- casadi/include/hpipm_d_ocp_qp_utils.h +82 -0
- casadi/include/hpipm_d_part_cond.h +115 -0
- casadi/include/hpipm_d_part_cond_qcqp.h +106 -0
- casadi/include/hpipm_d_sim_erk.h +122 -0
- casadi/include/hpipm_d_sim_rk.h +71 -0
- casadi/include/hpipm_d_tree_ocp_qcqp.h +213 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_dim.h +117 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_ipm.h +191 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_res.h +109 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_sol.h +99 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_utils.h +84 -0
- casadi/include/hpipm_d_tree_ocp_qp.h +195 -0
- casadi/include/hpipm_d_tree_ocp_qp_dim.h +111 -0
- casadi/include/hpipm_d_tree_ocp_qp_ipm.h +209 -0
- casadi/include/hpipm_d_tree_ocp_qp_kkt.h +52 -0
- casadi/include/hpipm_d_tree_ocp_qp_res.h +107 -0
- casadi/include/hpipm_d_tree_ocp_qp_sol.h +100 -0
- casadi/include/hpipm_d_tree_ocp_qp_utils.h +83 -0
- casadi/include/hpipm_m_dense_qp.h +68 -0
- casadi/include/hpipm_m_dense_qp_dim.h +68 -0
- casadi/include/hpipm_m_ocp_qp.h +49 -0
- casadi/include/hpipm_m_ocp_qp_ipm_hard.h +115 -0
- casadi/include/hpipm_m_ocp_qp_kkt.h +45 -0
- casadi/include/hpipm_s_cast_qcqp.h +72 -0
- casadi/include/hpipm_s_cond.h +137 -0
- casadi/include/hpipm_s_cond_aux.h +92 -0
- casadi/include/hpipm_s_cond_qcqp.h +130 -0
- casadi/include/hpipm_s_core_qp_ipm.h +101 -0
- casadi/include/hpipm_s_core_qp_ipm_aux.h +68 -0
- casadi/include/hpipm_s_dense_qcqp.h +200 -0
- casadi/include/hpipm_s_dense_qcqp_dim.h +99 -0
- casadi/include/hpipm_s_dense_qcqp_ipm.h +204 -0
- casadi/include/hpipm_s_dense_qcqp_res.h +109 -0
- casadi/include/hpipm_s_dense_qcqp_sol.h +86 -0
- casadi/include/hpipm_s_dense_qcqp_utils.h +83 -0
- casadi/include/hpipm_s_dense_qp.h +207 -0
- casadi/include/hpipm_s_dense_qp_dim.h +94 -0
- casadi/include/hpipm_s_dense_qp_ipm.h +260 -0
- casadi/include/hpipm_s_dense_qp_kkt.h +72 -0
- casadi/include/hpipm_s_dense_qp_res.h +107 -0
- casadi/include/hpipm_s_dense_qp_sol.h +94 -0
- casadi/include/hpipm_s_dense_qp_utils.h +84 -0
- casadi/include/hpipm_s_ocp_qcqp.h +322 -0
- casadi/include/hpipm_s_ocp_qcqp_dim.h +131 -0
- casadi/include/hpipm_s_ocp_qcqp_ipm.h +193 -0
- casadi/include/hpipm_s_ocp_qcqp_red.h +119 -0
- casadi/include/hpipm_s_ocp_qcqp_res.h +116 -0
- casadi/include/hpipm_s_ocp_qcqp_sol.h +115 -0
- casadi/include/hpipm_s_ocp_qcqp_utils.h +82 -0
- casadi/include/hpipm_s_ocp_qp.h +306 -0
- casadi/include/hpipm_s_ocp_qp_dim.h +141 -0
- casadi/include/hpipm_s_ocp_qp_ipm.h +252 -0
- casadi/include/hpipm_s_ocp_qp_kkt.h +66 -0
- casadi/include/hpipm_s_ocp_qp_red.h +118 -0
- casadi/include/hpipm_s_ocp_qp_res.h +115 -0
- casadi/include/hpipm_s_ocp_qp_sol.h +128 -0
- casadi/include/hpipm_s_ocp_qp_utils.h +83 -0
- casadi/include/hpipm_s_part_cond.h +115 -0
- casadi/include/hpipm_s_part_cond_qcqp.h +107 -0
- casadi/include/hpipm_s_sim_erk.h +121 -0
- casadi/include/hpipm_s_sim_rk.h +72 -0
- casadi/include/hpipm_s_tree_ocp_qcqp.h +213 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_dim.h +118 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_ipm.h +192 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_res.h +110 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_sol.h +97 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_utils.h +85 -0
- casadi/include/hpipm_s_tree_ocp_qp.h +196 -0
- casadi/include/hpipm_s_tree_ocp_qp_dim.h +111 -0
- casadi/include/hpipm_s_tree_ocp_qp_ipm.h +208 -0
- casadi/include/hpipm_s_tree_ocp_qp_kkt.h +54 -0
- casadi/include/hpipm_s_tree_ocp_qp_res.h +108 -0
- casadi/include/hpipm_s_tree_ocp_qp_sol.h +98 -0
- casadi/include/hpipm_s_tree_ocp_qp_utils.h +84 -0
- casadi/include/hpipm_scenario_tree.h +70 -0
- casadi/include/hpipm_timing.h +67 -0
- casadi/include/hpipm_tree.h +76 -0
- casadi/include/licenses/FMI-Standard-2.0.2/LICENSE.txt +473 -0
- casadi/include/licenses/FMI-Standard-3.0/LICENSE.txt +464 -0
- casadi/include/licenses/alpaqa-external/LICENSE +165 -0
- casadi/include/licenses/blasfeo-external/LICENSE.txt +26 -0
- casadi/include/licenses/bonmin-external/Bonmin/LICENSE +87 -0
- casadi/include/licenses/bonmin-external/LICENSE +3 -0
- casadi/include/licenses/casadi/LICENSE/LICENSE.txt +165 -0
- casadi/include/licenses/casadi-sundials/LICENSE +64 -0
- casadi/include/licenses/casadi-sundials/cvodes/LICENSE +60 -0
- casadi/include/licenses/casadi-sundials/idas/LICENSE +59 -0
- casadi/include/licenses/casadi-sundials/kinsol/LICENSE +59 -0
- casadi/include/licenses/casadi-sundials/sundials/LICENSE +67 -0
- casadi/include/licenses/cbc-external/Cbc/LICENSE +239 -0
- casadi/include/licenses/cbc-external/LICENSE +245 -0
- casadi/include/licenses/cgl-external/Cgl/LICENSE +239 -0
- casadi/include/licenses/cgl-external/LICENSE +245 -0
- casadi/include/licenses/clp-external/Clp/LICENSE +239 -0
- casadi/include/licenses/clp-external/LICENSE +245 -0
- casadi/include/licenses/coinutils-external/CoinUtils/LICENSE +239 -0
- casadi/include/licenses/coinutils-external/LICENSE +245 -0
- casadi/include/licenses/daqp-external/LICENSE +21 -0
- casadi/include/licenses/fatrop-external/LICENSE.txt +165 -0
- casadi/include/licenses/fatrop-external/external/blasfeo/LICENSE.txt +26 -0
- casadi/include/licenses/fatrop-external/external/pybind11/LICENSE +29 -0
- casadi/include/licenses/ghc-external/LICENSE +19 -0
- casadi/include/licenses/highs-external/LICENSE.txt +21 -0
- casadi/include/licenses/highs-external/extern/filereaderlp/LICENSE +19 -0
- casadi/include/licenses/hpipm-external/LICENSE.txt +26 -0
- casadi/include/licenses/ipopt-external/LICENSE +260 -0
- casadi/include/licenses/libz-external/LICENSE +22 -0
- casadi/include/licenses/libz-external/contrib/dotzlib/LICENSE_1_0.txt +23 -0
- casadi/include/licenses/libzip-external/LICENSE +31 -0
- casadi/include/licenses/metis-external/LICENSE +87 -0
- casadi/include/licenses/metis-external/metis-4.0/LICENSE +18 -0
- casadi/include/licenses/mockups-external/LICENSE +21 -0
- casadi/include/licenses/mumps-external/LICENSE +87 -0
- casadi/include/licenses/mumps-external/MUMPS/LICENSE +50 -0
- casadi/include/licenses/openblas-external/LICENSE +29 -0
- casadi/include/licenses/openblas-external/ctest/LICENSE +23 -0
- casadi/include/licenses/openblas-external/lapack-netlib/LAPACKE/LICENSE +26 -0
- casadi/include/licenses/openblas-external/lapack-netlib/LICENSE +48 -0
- casadi/include/licenses/openblas-external/reference/LICENSE +23 -0
- casadi/include/licenses/openblas-external/relapack/LICENSE +22 -0
- casadi/include/licenses/openblas-external/test/LICENSE +23 -0
- casadi/include/licenses/osi-external/LICENSE +245 -0
- casadi/include/licenses/osi-external/Osi/LICENSE +239 -0
- casadi/include/licenses/osqp-external/LICENSE +201 -0
- casadi/include/licenses/osqp-external/lin_sys/direct/qdldl/amd/LICENSE +36 -0
- casadi/include/licenses/osqp-external/lin_sys/direct/qdldl/qdldl_sources/LICENSE +201 -0
- casadi/include/licenses/proxqp-external/LICENSE +25 -0
- casadi/include/licenses/proxqp-external/bindings/python/external/pybind11/LICENSE +29 -0
- casadi/include/licenses/proxqp-external/cmake-module/LICENSE +4 -0
- casadi/include/licenses/proxqp-external/cmake-module/doxygen/MathJax/LICENSE +202 -0
- casadi/include/licenses/proxqp-external/external/cereal/LICENSE +24 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/LICENSE +21 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/rapidjson/LICENSE +13 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/rapidjson/msinttypes/LICENSE +29 -0
- casadi/include/licenses/qpOASES/LICENSE.txt +503 -0
- casadi/include/licenses/sleqp-external/LICENSE +165 -0
- casadi/include/licenses/superscs-external/LICENSE.txt +24 -0
- casadi/include/licenses/tinyxml2-9.0.0/LICENSE.txt +18 -0
- casadi/include/licenses/trlib-external/LICENSE +21 -0
- casadi/include/openblas/cblas.h +411 -0
- casadi/include/openblas/f77blas.h +796 -0
- casadi/include/openblas/lapack.h +22997 -0
- casadi/include/openblas/lapacke.h +12665 -0
- casadi/include/openblas/lapacke_config.h +119 -0
- casadi/include/openblas/lapacke_example_aux.h +9 -0
- casadi/include/openblas/lapacke_mangling.h +17 -0
- casadi/include/openblas/lapacke_utils.h +582 -0
- casadi/include/openblas/openblas/lapacke_mangling.h +17 -0
- casadi/include/openblas/openblas_config.h +139 -0
- casadi/include/osqp/auxil.h +181 -0
- casadi/include/osqp/constants.h +128 -0
- casadi/include/osqp/cs.h +180 -0
- casadi/include/osqp/ctrlc.h +56 -0
- casadi/include/osqp/error.h +38 -0
- casadi/include/osqp/glob_opts.h +167 -0
- casadi/include/osqp/lin_alg.h +216 -0
- casadi/include/osqp/lin_sys.h +54 -0
- casadi/include/osqp/osqp.h +430 -0
- casadi/include/osqp/osqp_configure.h +49 -0
- casadi/include/osqp/polish.h +25 -0
- casadi/include/osqp/proj.h +37 -0
- casadi/include/osqp/scaling.h +44 -0
- casadi/include/osqp/types.h +326 -0
- casadi/include/osqp/util.h +222 -0
- casadi/include/osqp/version.h +9 -0
- casadi/include/proxsuite/config.hpp +68 -0
- casadi/include/proxsuite/deprecated.hpp +56 -0
- casadi/include/proxsuite/fwd.hpp +52 -0
- casadi/include/proxsuite/helpers/common.hpp +70 -0
- casadi/include/proxsuite/helpers/instruction-set.hpp +275 -0
- casadi/include/proxsuite/helpers/optional.hpp +46 -0
- casadi/include/proxsuite/helpers/tl-optional.hpp +2472 -0
- casadi/include/proxsuite/helpers/version.hpp +39 -0
- casadi/include/proxsuite/linalg/dense/core.hpp +863 -0
- casadi/include/proxsuite/linalg/dense/factorize.hpp +375 -0
- casadi/include/proxsuite/linalg/dense/ldlt.hpp +817 -0
- casadi/include/proxsuite/linalg/dense/modify.hpp +333 -0
- casadi/include/proxsuite/linalg/dense/solve.hpp +38 -0
- casadi/include/proxsuite/linalg/dense/update.hpp +330 -0
- casadi/include/proxsuite/linalg/sparse/core.hpp +531 -0
- casadi/include/proxsuite/linalg/sparse/factorize.hpp +1303 -0
- casadi/include/proxsuite/linalg/sparse/rowmod.hpp +443 -0
- casadi/include/proxsuite/linalg/sparse/update.hpp +348 -0
- casadi/include/proxsuite/linalg/veg/internal/assert_impl.hpp +20 -0
- casadi/include/proxsuite/linalg/veg/internal/collection_algo.hpp +93 -0
- casadi/include/proxsuite/linalg/veg/internal/dbg.hpp +15 -0
- casadi/include/proxsuite/linalg/veg/internal/delete_special_members.hpp +77 -0
- casadi/include/proxsuite/linalg/veg/internal/dyn_index.hpp +292 -0
- casadi/include/proxsuite/linalg/veg/internal/epilogue.hpp +31 -0
- casadi/include/proxsuite/linalg/veg/internal/external/hedley.ext.hpp +2074 -0
- casadi/include/proxsuite/linalg/veg/internal/external/unhedley.ext.hpp +148 -0
- casadi/include/proxsuite/linalg/veg/internal/fix_index.hpp +339 -0
- casadi/include/proxsuite/linalg/veg/internal/has_asan.hpp +17 -0
- casadi/include/proxsuite/linalg/veg/internal/integer_seq.hpp +248 -0
- casadi/include/proxsuite/linalg/veg/internal/macros.hpp +1312 -0
- casadi/include/proxsuite/linalg/veg/internal/narrow.hpp +46 -0
- casadi/include/proxsuite/linalg/veg/internal/preprocessor.hpp +434 -0
- casadi/include/proxsuite/linalg/veg/internal/prologue.hpp +157 -0
- casadi/include/proxsuite/linalg/veg/internal/std.hpp +13 -0
- casadi/include/proxsuite/linalg/veg/internal/terminate.hpp +22 -0
- casadi/include/proxsuite/linalg/veg/internal/typedefs.hpp +58 -0
- casadi/include/proxsuite/linalg/veg/memory/address.hpp +97 -0
- casadi/include/proxsuite/linalg/veg/memory/alloc.hpp +352 -0
- casadi/include/proxsuite/linalg/veg/memory/dynamic_stack.hpp +504 -0
- casadi/include/proxsuite/linalg/veg/memory/placement.hpp +202 -0
- casadi/include/proxsuite/linalg/veg/memory/stack_alloc.hpp +239 -0
- casadi/include/proxsuite/linalg/veg/ref.hpp +148 -0
- casadi/include/proxsuite/linalg/veg/slice.hpp +240 -0
- casadi/include/proxsuite/linalg/veg/tuple.hpp +876 -0
- casadi/include/proxsuite/linalg/veg/type_traits/alloc.hpp +169 -0
- casadi/include/proxsuite/linalg/veg/type_traits/assignable.hpp +53 -0
- casadi/include/proxsuite/linalg/veg/type_traits/constructible.hpp +217 -0
- casadi/include/proxsuite/linalg/veg/type_traits/core.hpp +298 -0
- casadi/include/proxsuite/linalg/veg/type_traits/invocable.hpp +47 -0
- casadi/include/proxsuite/linalg/veg/type_traits/primitives.hpp +43 -0
- casadi/include/proxsuite/linalg/veg/type_traits/tags.hpp +47 -0
- casadi/include/proxsuite/linalg/veg/util/assert.hpp +48 -0
- casadi/include/proxsuite/linalg/veg/util/dbg.hpp +6 -0
- casadi/include/proxsuite/linalg/veg/util/defer.hpp +57 -0
- casadi/include/proxsuite/linalg/veg/util/dynstack_alloc.hpp +19 -0
- casadi/include/proxsuite/linalg/veg/util/get.hpp +153 -0
- casadi/include/proxsuite/linalg/veg/util/index.hpp +6 -0
- casadi/include/proxsuite/linalg/veg/util/unreachable.hpp +41 -0
- casadi/include/proxsuite/linalg/veg/vec.hpp +1034 -0
- casadi/include/proxsuite/proxqp/dense/dense.hpp +10 -0
- casadi/include/proxsuite/proxqp/dense/fwd.hpp +55 -0
- casadi/include/proxsuite/proxqp/dense/helpers.hpp +520 -0
- casadi/include/proxsuite/proxqp/dense/linesearch.hpp +517 -0
- casadi/include/proxsuite/proxqp/dense/model.hpp +147 -0
- casadi/include/proxsuite/proxqp/dense/preconditioner/identity.hpp +113 -0
- casadi/include/proxsuite/proxqp/dense/preconditioner/ruiz.hpp +571 -0
- casadi/include/proxsuite/proxqp/dense/solver.hpp +1330 -0
- casadi/include/proxsuite/proxqp/dense/utils.hpp +415 -0
- casadi/include/proxsuite/proxqp/dense/views.hpp +1466 -0
- casadi/include/proxsuite/proxqp/dense/workspace.hpp +264 -0
- casadi/include/proxsuite/proxqp/dense/wrapper.hpp +491 -0
- casadi/include/proxsuite/proxqp/results.hpp +212 -0
- casadi/include/proxsuite/proxqp/settings.hpp +302 -0
- casadi/include/proxsuite/proxqp/sparse/fwd.hpp +58 -0
- casadi/include/proxsuite/proxqp/sparse/helpers.hpp +309 -0
- casadi/include/proxsuite/proxqp/sparse/model.hpp +228 -0
- casadi/include/proxsuite/proxqp/sparse/preconditioner/identity.hpp +64 -0
- casadi/include/proxsuite/proxqp/sparse/preconditioner/ruiz.hpp +569 -0
- casadi/include/proxsuite/proxqp/sparse/solver.hpp +1441 -0
- casadi/include/proxsuite/proxqp/sparse/sparse.hpp +10 -0
- casadi/include/proxsuite/proxqp/sparse/utils.hpp +815 -0
- casadi/include/proxsuite/proxqp/sparse/views.hpp +63 -0
- casadi/include/proxsuite/proxqp/sparse/workspace.hpp +790 -0
- casadi/include/proxsuite/proxqp/sparse/wrapper.hpp +772 -0
- casadi/include/proxsuite/proxqp/status.hpp +46 -0
- casadi/include/proxsuite/proxqp/timings.hpp +101 -0
- casadi/include/proxsuite/proxqp/utils/prints.hpp +47 -0
- casadi/include/proxsuite/proxqp/utils/random_qp_problems.hpp +669 -0
- casadi/include/proxsuite/serialization/archive.hpp +231 -0
- casadi/include/proxsuite/serialization/eigen.hpp +107 -0
- casadi/include/proxsuite/serialization/model.hpp +34 -0
- casadi/include/proxsuite/serialization/results.hpp +74 -0
- casadi/include/proxsuite/serialization/settings.hpp +60 -0
- casadi/include/proxsuite/serialization/wrapper.hpp +24 -0
- casadi/include/proxsuite/warning.hpp +35 -0
- casadi/include/qdldl/qdldl.h +169 -0
- casadi/include/qdldl/qdldl_types.h +23 -0
- casadi/include/s_blas.h +78 -0
- casadi/include/s_blas_64.h +73 -0
- casadi/include/simde/arm/neon/aba.h +208 -0
- casadi/include/simde/arm/neon/abd.h +384 -0
- casadi/include/simde/arm/neon/abdl.h +147 -0
- casadi/include/simde/arm/neon/abs.h +408 -0
- casadi/include/simde/arm/neon/add.h +681 -0
- casadi/include/simde/arm/neon/addl.h +127 -0
- casadi/include/simde/arm/neon/addl_high.h +127 -0
- casadi/include/simde/arm/neon/addlv.h +317 -0
- casadi/include/simde/arm/neon/addv.h +447 -0
- casadi/include/simde/arm/neon/addw.h +222 -0
- casadi/include/simde/arm/neon/addw_high.h +193 -0
- casadi/include/simde/arm/neon/and.h +552 -0
- casadi/include/simde/arm/neon/bic.h +472 -0
- casadi/include/simde/arm/neon/bsl.h +448 -0
- casadi/include/simde/arm/neon/cagt.h +168 -0
- casadi/include/simde/arm/neon/ceq.h +711 -0
- casadi/include/simde/arm/neon/ceqz.h +335 -0
- casadi/include/simde/arm/neon/cge.h +677 -0
- casadi/include/simde/arm/neon/cgez.h +378 -0
- casadi/include/simde/arm/neon/cgt.h +686 -0
- casadi/include/simde/arm/neon/cgtz.h +380 -0
- casadi/include/simde/arm/neon/cle.h +677 -0
- casadi/include/simde/arm/neon/clez.h +378 -0
- casadi/include/simde/arm/neon/cls.h +148 -0
- casadi/include/simde/arm/neon/clt.h +679 -0
- casadi/include/simde/arm/neon/cltz.h +263 -0
- casadi/include/simde/arm/neon/clz.h +423 -0
- casadi/include/simde/arm/neon/cnt.h +145 -0
- casadi/include/simde/arm/neon/combine.h +343 -0
- casadi/include/simde/arm/neon/create.h +186 -0
- casadi/include/simde/arm/neon/cvt.h +492 -0
- casadi/include/simde/arm/neon/dot.h +171 -0
- casadi/include/simde/arm/neon/dot_lane.h +196 -0
- casadi/include/simde/arm/neon/dup_lane.h +702 -0
- casadi/include/simde/arm/neon/dup_n.h +534 -0
- casadi/include/simde/arm/neon/eor.h +552 -0
- casadi/include/simde/arm/neon/ext.h +887 -0
- casadi/include/simde/arm/neon/get_high.h +260 -0
- casadi/include/simde/arm/neon/get_lane.h +499 -0
- casadi/include/simde/arm/neon/get_low.h +276 -0
- casadi/include/simde/arm/neon/hadd.h +287 -0
- casadi/include/simde/arm/neon/hsub.h +287 -0
- casadi/include/simde/arm/neon/ld1.h +399 -0
- casadi/include/simde/arm/neon/ld3.h +609 -0
- casadi/include/simde/arm/neon/ld4.h +448 -0
- casadi/include/simde/arm/neon/max.h +614 -0
- casadi/include/simde/arm/neon/maxnm.h +215 -0
- casadi/include/simde/arm/neon/maxv.h +400 -0
- casadi/include/simde/arm/neon/min.h +660 -0
- casadi/include/simde/arm/neon/minnm.h +215 -0
- casadi/include/simde/arm/neon/minv.h +424 -0
- casadi/include/simde/arm/neon/mla.h +530 -0
- casadi/include/simde/arm/neon/mla_n.h +333 -0
- casadi/include/simde/arm/neon/mlal.h +156 -0
- casadi/include/simde/arm/neon/mlal_high.h +156 -0
- casadi/include/simde/arm/neon/mlal_n.h +128 -0
- casadi/include/simde/arm/neon/mls.h +264 -0
- casadi/include/simde/arm/neon/mlsl.h +124 -0
- casadi/include/simde/arm/neon/mlsl_high.h +124 -0
- casadi/include/simde/arm/neon/mlsl_n.h +96 -0
- casadi/include/simde/arm/neon/movl.h +208 -0
- casadi/include/simde/arm/neon/movl_high.h +126 -0
- casadi/include/simde/arm/neon/movn.h +195 -0
- casadi/include/simde/arm/neon/movn_high.h +125 -0
- casadi/include/simde/arm/neon/mul.h +594 -0
- casadi/include/simde/arm/neon/mul_lane.h +472 -0
- casadi/include/simde/arm/neon/mul_n.h +383 -0
- casadi/include/simde/arm/neon/mull.h +236 -0
- casadi/include/simde/arm/neon/mull_high.h +125 -0
- casadi/include/simde/arm/neon/mull_n.h +158 -0
- casadi/include/simde/arm/neon/mvn.h +426 -0
- casadi/include/simde/arm/neon/neg.h +393 -0
- casadi/include/simde/arm/neon/orn.h +505 -0
- casadi/include/simde/arm/neon/orr.h +552 -0
- casadi/include/simde/arm/neon/padal.h +211 -0
- casadi/include/simde/arm/neon/padd.h +293 -0
- casadi/include/simde/arm/neon/paddl.h +239 -0
- casadi/include/simde/arm/neon/pmax.h +253 -0
- casadi/include/simde/arm/neon/pmin.h +260 -0
- casadi/include/simde/arm/neon/qabs.h +281 -0
- casadi/include/simde/arm/neon/qadd.h +553 -0
- casadi/include/simde/arm/neon/qdmulh.h +125 -0
- casadi/include/simde/arm/neon/qdmull.h +125 -0
- casadi/include/simde/arm/neon/qmovn.h +273 -0
- casadi/include/simde/arm/neon/qmovn_high.h +127 -0
- casadi/include/simde/arm/neon/qmovun.h +159 -0
- casadi/include/simde/arm/neon/qneg.h +301 -0
- casadi/include/simde/arm/neon/qrdmulh.h +165 -0
- casadi/include/simde/arm/neon/qrdmulh_n.h +136 -0
- casadi/include/simde/arm/neon/qshl.h +732 -0
- casadi/include/simde/arm/neon/qsub.h +549 -0
- casadi/include/simde/arm/neon/qtbl.h +455 -0
- casadi/include/simde/arm/neon/qtbx.h +470 -0
- casadi/include/simde/arm/neon/rbit.h +165 -0
- casadi/include/simde/arm/neon/reinterpret.h +3101 -0
- casadi/include/simde/arm/neon/rev16.h +137 -0
- casadi/include/simde/arm/neon/rev32.h +235 -0
- casadi/include/simde/arm/neon/rev64.h +358 -0
- casadi/include/simde/arm/neon/rhadd.h +406 -0
- casadi/include/simde/arm/neon/rnd.h +143 -0
- casadi/include/simde/arm/neon/rndi.h +135 -0
- casadi/include/simde/arm/neon/rndm.h +143 -0
- casadi/include/simde/arm/neon/rndn.h +135 -0
- casadi/include/simde/arm/neon/rndp.h +143 -0
- casadi/include/simde/arm/neon/rshl.h +903 -0
- casadi/include/simde/arm/neon/rshr_n.h +471 -0
- casadi/include/simde/arm/neon/rsra_n.h +209 -0
- casadi/include/simde/arm/neon/set_lane.h +422 -0
- casadi/include/simde/arm/neon/shl.h +805 -0
- casadi/include/simde/arm/neon/shl_n.h +560 -0
- casadi/include/simde/arm/neon/shr_n.h +612 -0
- casadi/include/simde/arm/neon/sra_n.h +202 -0
- casadi/include/simde/arm/neon/st1.h +353 -0
- casadi/include/simde/arm/neon/st1_lane.h +363 -0
- casadi/include/simde/arm/neon/st3.h +426 -0
- casadi/include/simde/arm/neon/st4.h +445 -0
- casadi/include/simde/arm/neon/sub.h +659 -0
- casadi/include/simde/arm/neon/subl.h +127 -0
- casadi/include/simde/arm/neon/subw.h +221 -0
- casadi/include/simde/arm/neon/subw_high.h +222 -0
- casadi/include/simde/arm/neon/tbl.h +224 -0
- casadi/include/simde/arm/neon/tbx.h +247 -0
- casadi/include/simde/arm/neon/trn.h +252 -0
- casadi/include/simde/arm/neon/trn1.h +500 -0
- casadi/include/simde/arm/neon/trn2.h +499 -0
- casadi/include/simde/arm/neon/tst.h +540 -0
- casadi/include/simde/arm/neon/types.h +683 -0
- casadi/include/simde/arm/neon/uqadd.h +325 -0
- casadi/include/simde/arm/neon/uzp.h +252 -0
- casadi/include/simde/arm/neon/uzp1.h +643 -0
- casadi/include/simde/arm/neon/uzp2.h +647 -0
- casadi/include/simde/arm/neon/zip.h +252 -0
- casadi/include/simde/arm/neon/zip1.h +625 -0
- casadi/include/simde/arm/neon/zip2.h +625 -0
- casadi/include/simde/arm/neon.h +166 -0
- casadi/include/simde/check.h +276 -0
- casadi/include/simde/debug-trap.h +85 -0
- casadi/include/simde/hedley.h +1971 -0
- casadi/include/simde/simde-align.h +449 -0
- casadi/include/simde/simde-arch.h +532 -0
- casadi/include/simde/simde-common.h +890 -0
- casadi/include/simde/simde-complex.h +148 -0
- casadi/include/simde/simde-constify.h +397 -0
- casadi/include/simde/simde-detect-clang.h +109 -0
- casadi/include/simde/simde-diagnostic.h +428 -0
- casadi/include/simde/simde-features.h +522 -0
- casadi/include/simde/simde-math.h +1805 -0
- casadi/include/simde/x86/avx.h +6193 -0
- casadi/include/simde/x86/avx2.h +5660 -0
- casadi/include/simde/x86/avx512/2intersect.h +250 -0
- casadi/include/simde/x86/avx512/abs.h +562 -0
- casadi/include/simde/x86/avx512/add.h +641 -0
- casadi/include/simde/x86/avx512/adds.h +390 -0
- casadi/include/simde/x86/avx512/and.h +305 -0
- casadi/include/simde/x86/avx512/andnot.h +193 -0
- casadi/include/simde/x86/avx512/avg.h +258 -0
- casadi/include/simde/x86/avx512/blend.h +293 -0
- casadi/include/simde/x86/avx512/broadcast.h +897 -0
- casadi/include/simde/x86/avx512/cast.h +324 -0
- casadi/include/simde/x86/avx512/cmp.h +587 -0
- casadi/include/simde/x86/avx512/cmpeq.h +179 -0
- casadi/include/simde/x86/avx512/cmpge.h +104 -0
- casadi/include/simde/x86/avx512/cmpgt.h +189 -0
- casadi/include/simde/x86/avx512/cmple.h +103 -0
- casadi/include/simde/x86/avx512/cmplt.h +123 -0
- casadi/include/simde/x86/avx512/copysign.h +86 -0
- casadi/include/simde/x86/avx512/cvt.h +122 -0
- casadi/include/simde/x86/avx512/cvts.h +723 -0
- casadi/include/simde/x86/avx512/div.h +162 -0
- casadi/include/simde/x86/avx512/extract.h +198 -0
- casadi/include/simde/x86/avx512/fmadd.h +136 -0
- casadi/include/simde/x86/avx512/fmsub.h +108 -0
- casadi/include/simde/x86/avx512/fnmadd.h +108 -0
- casadi/include/simde/x86/avx512/fnmsub.h +108 -0
- casadi/include/simde/x86/avx512/insert.h +193 -0
- casadi/include/simde/x86/avx512/kshift.h +152 -0
- casadi/include/simde/x86/avx512/load.h +67 -0
- casadi/include/simde/x86/avx512/loadu.h +113 -0
- casadi/include/simde/x86/avx512/lzcnt.h +209 -0
- casadi/include/simde/x86/avx512/madd.h +155 -0
- casadi/include/simde/x86/avx512/maddubs.h +159 -0
- casadi/include/simde/x86/avx512/max.h +587 -0
- casadi/include/simde/x86/avx512/min.h +587 -0
- casadi/include/simde/x86/avx512/mov.h +859 -0
- casadi/include/simde/x86/avx512/mov_mask.h +372 -0
- casadi/include/simde/x86/avx512/movm.h +460 -0
- casadi/include/simde/x86/avx512/mul.h +279 -0
- casadi/include/simde/x86/avx512/mulhi.h +65 -0
- casadi/include/simde/x86/avx512/mulhrs.h +65 -0
- casadi/include/simde/x86/avx512/mullo.h +117 -0
- casadi/include/simde/x86/avx512/negate.h +88 -0
- casadi/include/simde/x86/avx512/or.h +252 -0
- casadi/include/simde/x86/avx512/packs.h +122 -0
- casadi/include/simde/x86/avx512/packus.h +122 -0
- casadi/include/simde/x86/avx512/permutex2var.h +1645 -0
- casadi/include/simde/x86/avx512/permutexvar.h +1180 -0
- casadi/include/simde/x86/avx512/sad.h +77 -0
- casadi/include/simde/x86/avx512/set.h +477 -0
- casadi/include/simde/x86/avx512/set1.h +331 -0
- casadi/include/simde/x86/avx512/set4.h +140 -0
- casadi/include/simde/x86/avx512/setone.h +66 -0
- casadi/include/simde/x86/avx512/setr.h +144 -0
- casadi/include/simde/x86/avx512/setr4.h +140 -0
- casadi/include/simde/x86/avx512/setzero.h +90 -0
- casadi/include/simde/x86/avx512/shuffle.h +176 -0
- casadi/include/simde/x86/avx512/sll.h +247 -0
- casadi/include/simde/x86/avx512/slli.h +179 -0
- casadi/include/simde/x86/avx512/sllv.h +68 -0
- casadi/include/simde/x86/avx512/sqrt.h +127 -0
- casadi/include/simde/x86/avx512/sra.h +81 -0
- casadi/include/simde/x86/avx512/srai.h +70 -0
- casadi/include/simde/x86/avx512/srav.h +67 -0
- casadi/include/simde/x86/avx512/srl.h +216 -0
- casadi/include/simde/x86/avx512/srli.h +180 -0
- casadi/include/simde/x86/avx512/srlv.h +282 -0
- casadi/include/simde/x86/avx512/store.h +93 -0
- casadi/include/simde/x86/avx512/storeu.h +93 -0
- casadi/include/simde/x86/avx512/sub.h +351 -0
- casadi/include/simde/x86/avx512/subs.h +222 -0
- casadi/include/simde/x86/avx512/test.h +193 -0
- casadi/include/simde/x86/avx512/types.h +380 -0
- casadi/include/simde/x86/avx512/unpackhi.h +380 -0
- casadi/include/simde/x86/avx512/unpacklo.h +104 -0
- casadi/include/simde/x86/avx512/xor.h +263 -0
- casadi/include/simde/x86/avx512/xorsign.h +72 -0
- casadi/include/simde/x86/avx512.h +108 -0
- casadi/include/simde/x86/clmul.h +414 -0
- casadi/include/simde/x86/fma.h +724 -0
- casadi/include/simde/x86/gfni.h +802 -0
- casadi/include/simde/x86/mmx.h +2399 -0
- casadi/include/simde/x86/sse.h +4471 -0
- casadi/include/simde/x86/sse2.h +7389 -0
- casadi/include/simde/x86/sse3.h +499 -0
- casadi/include/simde/x86/sse4.1.h +2216 -0
- casadi/include/simde/x86/sse4.2.h +347 -0
- casadi/include/simde/x86/ssse3.h +1032 -0
- casadi/include/simde/x86/svml.h +12139 -0
- casadi/include/simde/x86/xop.h +3644 -0
- casadi/include/sleqp/defs.h +58 -0
- casadi/include/sleqp/export.h +43 -0
- casadi/include/sleqp/pub_cmp.h +18 -0
- casadi/include/sleqp/pub_dyn.h +140 -0
- casadi/include/sleqp/pub_error.h +50 -0
- casadi/include/sleqp/pub_func.h +257 -0
- casadi/include/sleqp/pub_hess_struct.h +105 -0
- casadi/include/sleqp/pub_iterate.h +88 -0
- casadi/include/sleqp/pub_log.h +88 -0
- casadi/include/sleqp/pub_lsq.h +158 -0
- casadi/include/sleqp/pub_mem.h +52 -0
- casadi/include/sleqp/pub_problem.h +213 -0
- casadi/include/sleqp/pub_scale.h +150 -0
- casadi/include/sleqp/pub_settings.h +162 -0
- casadi/include/sleqp/pub_solver.h +155 -0
- casadi/include/sleqp/pub_types.h +230 -0
- casadi/include/sleqp/pub_working_set.h +135 -0
- casadi/include/sleqp/sparse/pub_mat.h +153 -0
- casadi/include/sleqp/sparse/pub_vec.h +336 -0
- casadi/include/sleqp.h +38 -0
- casadi/include/spral.h +13 -0
- casadi/include/spral_lsmr.h +57 -0
- casadi/include/spral_matrix_util.h +40 -0
- casadi/include/spral_random.h +26 -0
- casadi/include/spral_random_matrix.h +27 -0
- casadi/include/spral_rutherford_boeing.h +51 -0
- casadi/include/spral_scaling.h +139 -0
- casadi/include/spral_ssids.h +121 -0
- casadi/include/spral_ssmfe.h +268 -0
- casadi/include/superscs/cones.h +185 -0
- casadi/include/superscs/constants.h +144 -0
- casadi/include/superscs/cs.h +109 -0
- casadi/include/superscs/ctrlc.h +77 -0
- casadi/include/superscs/directions.h +125 -0
- casadi/include/superscs/glbopts.h +240 -0
- casadi/include/superscs/linAlg.h +437 -0
- casadi/include/superscs/linSys.h +205 -0
- casadi/include/superscs/linsys/amatrix.h +77 -0
- casadi/include/superscs/linsys/common.h +49 -0
- casadi/include/superscs/normalize.h +138 -0
- casadi/include/superscs/scs.h +656 -0
- casadi/include/superscs/scs_blas.h +79 -0
- casadi/include/superscs/scs_parser.h +187 -0
- casadi/include/superscs/unit_test_util.h +210 -0
- casadi/include/superscs/util.h +354 -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/include/trlib.h +44 -0
- casadi/include/zconf.h +545 -0
- casadi/include/zip.h +528 -0
- casadi/include/zipconf.h +48 -0
- casadi/include/zlib.h +1938 -0
- casadi/libCbc.la +35 -0
- casadi/libCbc.so +0 -0
- casadi/libCbc.so.3 +0 -0
- casadi/libCbc.so.3.10.11 +0 -0
- casadi/libCbcSolver.la +35 -0
- casadi/libCbcSolver.so +0 -0
- casadi/libCbcSolver.so.3 +0 -0
- casadi/libCbcSolver.so.3.10.11 +0 -0
- casadi/libCgl.la +35 -0
- casadi/libCgl.so +0 -0
- casadi/libCgl.so.1 +0 -0
- casadi/libCgl.so.1.10.8 +0 -0
- casadi/libClp.la +35 -0
- casadi/libClp.so +0 -0
- casadi/libClp.so.1 +0 -0
- casadi/libClp.so.1.14.9 +0 -0
- casadi/libClpSolver.la +35 -0
- casadi/libClpSolver.so +0 -0
- casadi/libClpSolver.so.1 +0 -0
- casadi/libClpSolver.so.1.14.9 +0 -0
- casadi/libCoinUtils.la +35 -0
- casadi/libCoinUtils.so +0 -0
- casadi/libCoinUtils.so.3 +0 -0
- casadi/libCoinUtils.so.3.11.10 +0 -0
- casadi/libOsi.la +35 -0
- casadi/libOsi.so +0 -0
- casadi/libOsi.so.1 +0 -0
- casadi/libOsi.so.1.13.9 +0 -0
- casadi/libOsiCbc.la +35 -0
- casadi/libOsiCbc.so +0 -0
- casadi/libOsiCbc.so.3 +0 -0
- casadi/libOsiCbc.so.3.10.11 +0 -0
- casadi/libOsiClp.la +35 -0
- casadi/libOsiClp.so +0 -0
- casadi/libOsiClp.so.1 +0 -0
- casadi/libOsiClp.so.1.14.9 +0 -0
- casadi/libOsiCommonTests.la +35 -0
- 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/libblasfeo.so +0 -0
- casadi/libbonmin.la +35 -0
- casadi/libbonmin.so +0 -0
- casadi/libbonmin.so.4 +0 -0
- casadi/libbonmin.so.4.8.9 +0 -0
- casadi/libcasadi-tp-openblas.so +0 -0
- casadi/libcasadi-tp-openblas.so.0 +0 -0
- casadi/libcasadi-tp-openblas.so.0.3 +0 -0
- casadi/libcasadi.so +0 -0
- casadi/libcasadi.so.3.7 +0 -0
- casadi/libcasadi_archiver_libzip.so +0 -0
- casadi/libcasadi_archiver_libzip.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_daqp.so +0 -0
- casadi/libcasadi_conic_daqp.so.3.7 +0 -0
- casadi/libcasadi_conic_fatrop.so +0 -0
- casadi/libcasadi_conic_fatrop.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_filesystem_ghc.so +0 -0
- casadi/libcasadi_filesystem_ghc.so.3.7 +0 -0
- casadi/libcasadi_importer_shell.so +0 -0
- casadi/libcasadi_importer_shell.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_integrator_rk.so +0 -0
- casadi/libcasadi_integrator_rk.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_csparse.so +0 -0
- casadi/libcasadi_linsol_csparse.so.3.7 +0 -0
- casadi/libcasadi_linsol_csparsecholesky.so +0 -0
- casadi/libcasadi_linsol_csparsecholesky.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_lsqr.so +0 -0
- casadi/libcasadi_linsol_lsqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_ma27.so +0 -0
- casadi/libcasadi_linsol_ma27.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_linsol_tridiag.so +0 -0
- casadi/libcasadi_linsol_tridiag.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_fatrop.so +0 -0
- casadi/libcasadi_nlpsol_fatrop.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_madnlp.so +0 -0
- casadi/libcasadi_nlpsol_madnlp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_scpgen.so +0 -0
- casadi/libcasadi_nlpsol_scpgen.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_kinsol.so +0 -0
- casadi/libcasadi_rootfinder_kinsol.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_newton.so +0 -0
- casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_nlpsol.so +0 -0
- casadi/libcasadi_rootfinder_nlpsol.so.3.7 +0 -0
- casadi/libcasadi_sundials_common.so +0 -0
- casadi/libcasadi_sundials_common.so.3.7 +0 -0
- casadi/libcasadi_xmlfile_tinyxml.so +0 -0
- casadi/libcasadi_xmlfile_tinyxml.so.3.7 +0 -0
- casadi/libcoinmetis.la +41 -0
- casadi/libcoinmetis.so +0 -0
- casadi/libcoinmetis.so.2 +0 -0
- casadi/libcoinmetis.so.2.0.0 +0 -0
- casadi/libcoinmumps.la +41 -0
- casadi/libcoinmumps.so +0 -0
- casadi/libcoinmumps.so.3 +0 -0
- casadi/libcoinmumps.so.3.0.1 +0 -0
- casadi/libcplex_adaptor.so +0 -0
- casadi/libdaqp.so +0 -0
- casadi/libdaqpstat.a +0 -0
- casadi/libfatrop.so +0 -0
- casadi/libgfortran-040039e1.so.5.0.0 +0 -0
- casadi/libgurobi_adaptor.so +0 -0
- casadi/libhighs.so +0 -0
- casadi/libhighs.so.1 +0 -0
- casadi/libhighs.so.1.10.0 +0 -0
- casadi/libhpipm.so +0 -0
- casadi/libindirect.a +0 -0
- casadi/libipopt.la +41 -0
- casadi/libipopt.so +0 -0
- casadi/libipopt.so.3 +0 -0
- casadi/libipopt.so.3.14.11 +0 -0
- casadi/liblinsys.a +0 -0
- casadi/libmatlab_ipc.so +0 -0
- casadi/libosqp.a +0 -0
- casadi/libosqp.so +0 -0
- casadi/libqdldl.a +0 -0
- casadi/libqdldl.so +0 -0
- casadi/libquadmath-96973f99.so.0.0.0 +0 -0
- casadi/libsipopt.la +41 -0
- casadi/libsipopt.so +0 -0
- casadi/libsipopt.so.3 +0 -0
- casadi/libsipopt.so.3.14.11 +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/libz.a +0 -0
- casadi/libz.so +0 -0
- casadi/libz.so.1 +0 -0
- casadi/libz.so.1.3.1 +0 -0
- casadi/libzip.a +0 -0
- casadi/pkgconfig/blas.pc +11 -0
- casadi/pkgconfig/bonmin.pc +12 -0
- casadi/pkgconfig/casadi.pc +12 -0
- casadi/pkgconfig/cbc.pc +12 -0
- casadi/pkgconfig/cgl.pc +12 -0
- casadi/pkgconfig/clp.pc +12 -0
- casadi/pkgconfig/coinmetis.pc +13 -0
- casadi/pkgconfig/coinmumps.pc +15 -0
- casadi/pkgconfig/coinutils.pc +12 -0
- casadi/pkgconfig/highs.pc +12 -0
- casadi/pkgconfig/ipopt.pc +15 -0
- casadi/pkgconfig/lapack.pc +11 -0
- casadi/pkgconfig/libzip.pc +14 -0
- casadi/pkgconfig/openblas.pc +11 -0
- casadi/pkgconfig/osi-cbc.pc +12 -0
- casadi/pkgconfig/osi-clp.pc +12 -0
- casadi/pkgconfig/osi-unittests.pc +12 -0
- casadi/pkgconfig/osi.pc +12 -0
- casadi/pkgconfig/sleqp.pc +10 -0
- casadi/tools/__init__.py +54 -0
- casadi/tools/bounds.py +107 -0
- casadi/tools/graph/__init__.py +35 -0
- casadi/tools/graph/graph.py +747 -0
- casadi/tools/in_out.py +89 -0
- casadi/tools/structure3.py +1441 -0
- casadi-3.7.2.dist-info/METADATA +45 -0
- casadi-3.7.2.dist-info/RECORD +2377 -0
- casadi-3.7.2.dist-info/WHEEL +4 -0
- dummy.txt +1 -0
@@ -0,0 +1,3886 @@
|
|
1
|
+
#
|
2
|
+
# This is a valgrind suppression file that should be used when using valgrind.
|
3
|
+
#
|
4
|
+
# Here's an example of running valgrind:
|
5
|
+
#
|
6
|
+
# cd python/dist/src
|
7
|
+
# valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \
|
8
|
+
# ./python -E -tt ./Lib/test/regrtest.py -u bsddb,network
|
9
|
+
#
|
10
|
+
# You must edit Objects/obmalloc.c and uncomment Py_USING_MEMORY_DEBUGGER
|
11
|
+
# to use the preferred suppressions with Py_ADDRESS_IN_RANGE.
|
12
|
+
#
|
13
|
+
# If you do not want to recompile Python, you can uncomment
|
14
|
+
# suppressions for PyObject_Free and PyObject_Realloc.
|
15
|
+
#
|
16
|
+
# See Misc/README.valgrind for more information.
|
17
|
+
|
18
|
+
# all tool names: Addrcheck,Memcheck,cachegrind,helgrind,massif
|
19
|
+
{
|
20
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
21
|
+
Memcheck:Addr4
|
22
|
+
fun:Py_ADDRESS_IN_RANGE
|
23
|
+
}
|
24
|
+
|
25
|
+
{
|
26
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
27
|
+
Memcheck:Value4
|
28
|
+
fun:Py_ADDRESS_IN_RANGE
|
29
|
+
}
|
30
|
+
|
31
|
+
{
|
32
|
+
ADDRESS_IN_RANGE/Invalid read of size 8 (x86_64 aka amd64)
|
33
|
+
Memcheck:Value8
|
34
|
+
fun:Py_ADDRESS_IN_RANGE
|
35
|
+
}
|
36
|
+
|
37
|
+
{
|
38
|
+
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
39
|
+
Memcheck:Cond
|
40
|
+
fun:Py_ADDRESS_IN_RANGE
|
41
|
+
}
|
42
|
+
|
43
|
+
#
|
44
|
+
# Leaks (including possible leaks)
|
45
|
+
# Hmmm, I wonder if this masks some real leaks. I think it does.
|
46
|
+
# Will need to fix that.
|
47
|
+
#
|
48
|
+
|
49
|
+
{
|
50
|
+
Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
|
51
|
+
Memcheck:Leak
|
52
|
+
fun:malloc
|
53
|
+
fun:PyThread_allocate_lock
|
54
|
+
fun:PyEval_InitThreads
|
55
|
+
}
|
56
|
+
|
57
|
+
{
|
58
|
+
Suppress leaking the GIL after a fork.
|
59
|
+
Memcheck:Leak
|
60
|
+
fun:malloc
|
61
|
+
fun:PyThread_allocate_lock
|
62
|
+
fun:PyEval_ReInitThreads
|
63
|
+
}
|
64
|
+
|
65
|
+
{
|
66
|
+
Suppress leaking the autoTLSkey. This looks like it shouldn't leak though.
|
67
|
+
Memcheck:Leak
|
68
|
+
fun:malloc
|
69
|
+
fun:PyThread_create_key
|
70
|
+
fun:_PyGILState_Init
|
71
|
+
fun:Py_InitializeEx
|
72
|
+
fun:Py_Main
|
73
|
+
}
|
74
|
+
|
75
|
+
{
|
76
|
+
Hmmm, is this a real leak or like the GIL?
|
77
|
+
Memcheck:Leak
|
78
|
+
fun:malloc
|
79
|
+
fun:PyThread_ReInitTLS
|
80
|
+
}
|
81
|
+
|
82
|
+
{
|
83
|
+
Handle PyMalloc confusing valgrind (possibly leaked)
|
84
|
+
Memcheck:Leak
|
85
|
+
fun:realloc
|
86
|
+
fun:_PyObject_GC_Resize
|
87
|
+
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
|
88
|
+
}
|
89
|
+
|
90
|
+
{
|
91
|
+
Handle PyMalloc confusing valgrind (possibly leaked)
|
92
|
+
Memcheck:Leak
|
93
|
+
fun:malloc
|
94
|
+
fun:_PyObject_GC_New
|
95
|
+
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
|
96
|
+
}
|
97
|
+
|
98
|
+
{
|
99
|
+
Handle PyMalloc confusing valgrind (possibly leaked)
|
100
|
+
Memcheck:Leak
|
101
|
+
fun:malloc
|
102
|
+
fun:_PyObject_GC_NewVar
|
103
|
+
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
|
104
|
+
}
|
105
|
+
|
106
|
+
#
|
107
|
+
# Non-python specific leaks
|
108
|
+
#
|
109
|
+
|
110
|
+
{
|
111
|
+
Handle pthread issue (possibly leaked)
|
112
|
+
Memcheck:Leak
|
113
|
+
fun:calloc
|
114
|
+
fun:allocate_dtv
|
115
|
+
fun:_dl_allocate_tls_storage
|
116
|
+
fun:_dl_allocate_tls
|
117
|
+
}
|
118
|
+
|
119
|
+
{
|
120
|
+
Handle pthread issue (possibly leaked)
|
121
|
+
Memcheck:Leak
|
122
|
+
fun:memalign
|
123
|
+
fun:_dl_allocate_tls_storage
|
124
|
+
fun:_dl_allocate_tls
|
125
|
+
}
|
126
|
+
|
127
|
+
{
|
128
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
129
|
+
Memcheck:Addr4
|
130
|
+
fun:PyObject_Free
|
131
|
+
}
|
132
|
+
|
133
|
+
{
|
134
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
135
|
+
Memcheck:Value4
|
136
|
+
fun:PyObject_Free
|
137
|
+
}
|
138
|
+
|
139
|
+
{
|
140
|
+
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
141
|
+
Memcheck:Cond
|
142
|
+
fun:PyObject_Free
|
143
|
+
}
|
144
|
+
|
145
|
+
{
|
146
|
+
ADDRESS_IN_RANGE/Invalid read of size 8
|
147
|
+
Memcheck:Addr8
|
148
|
+
fun:PyObject_Free
|
149
|
+
}
|
150
|
+
|
151
|
+
{
|
152
|
+
ADDRESS_IN_RANGE/Invalid read of size 8
|
153
|
+
Memcheck:Value8
|
154
|
+
fun:PyObject_Free
|
155
|
+
}
|
156
|
+
|
157
|
+
{
|
158
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
159
|
+
Memcheck:Addr4
|
160
|
+
fun:PyObject_Realloc*
|
161
|
+
}
|
162
|
+
|
163
|
+
{
|
164
|
+
ADDRESS_IN_RANGE/Invalid read of size 4
|
165
|
+
Memcheck:Value4
|
166
|
+
fun:PyObject_Realloc*
|
167
|
+
}
|
168
|
+
|
169
|
+
{
|
170
|
+
ADDRESS_IN_RANGE/Invalid read of size 8
|
171
|
+
Memcheck:Addr8
|
172
|
+
fun:PyObject_Realloc*
|
173
|
+
}
|
174
|
+
|
175
|
+
{
|
176
|
+
ADDRESS_IN_RANGE/Invalid read of size 8
|
177
|
+
Memcheck:Value8
|
178
|
+
fun:PyObject_Realloc*
|
179
|
+
}
|
180
|
+
|
181
|
+
{
|
182
|
+
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
183
|
+
Memcheck:Cond
|
184
|
+
fun:PyObject_Realloc*
|
185
|
+
}
|
186
|
+
|
187
|
+
|
188
|
+
###
|
189
|
+
### All the suppressions below are for errors that occur within libraries
|
190
|
+
### that Python uses. The problems to not appear to be related to Python's
|
191
|
+
### use of the libraries.
|
192
|
+
###
|
193
|
+
|
194
|
+
{
|
195
|
+
Generic ubuntu ld problems
|
196
|
+
Memcheck:Addr8
|
197
|
+
obj:/lib/ld-2.4.so
|
198
|
+
obj:/lib/ld-2.4.so
|
199
|
+
obj:/lib/ld-2.4.so
|
200
|
+
obj:/lib/ld-2.4.so
|
201
|
+
}
|
202
|
+
|
203
|
+
{
|
204
|
+
Generic gentoo ld problems
|
205
|
+
Memcheck:Cond
|
206
|
+
obj:/lib/ld-2.3.4.so
|
207
|
+
obj:/lib/ld-2.3.4.so
|
208
|
+
obj:/lib/ld-2.3.4.so
|
209
|
+
obj:/lib/ld-2.3.4.so
|
210
|
+
}
|
211
|
+
|
212
|
+
{
|
213
|
+
DBM problems, see test_dbm
|
214
|
+
Memcheck:Param
|
215
|
+
write(buf)
|
216
|
+
fun:write
|
217
|
+
obj:/usr/lib/libdb1.so.2
|
218
|
+
obj:/usr/lib/libdb1.so.2
|
219
|
+
obj:/usr/lib/libdb1.so.2
|
220
|
+
obj:/usr/lib/libdb1.so.2
|
221
|
+
fun:dbm_close
|
222
|
+
}
|
223
|
+
|
224
|
+
{
|
225
|
+
DBM problems, see test_dbm
|
226
|
+
Memcheck:Value8
|
227
|
+
fun:memmove
|
228
|
+
obj:/usr/lib/libdb1.so.2
|
229
|
+
obj:/usr/lib/libdb1.so.2
|
230
|
+
obj:/usr/lib/libdb1.so.2
|
231
|
+
obj:/usr/lib/libdb1.so.2
|
232
|
+
fun:dbm_store
|
233
|
+
fun:dbm_ass_sub
|
234
|
+
}
|
235
|
+
|
236
|
+
{
|
237
|
+
DBM problems, see test_dbm
|
238
|
+
Memcheck:Cond
|
239
|
+
obj:/usr/lib/libdb1.so.2
|
240
|
+
obj:/usr/lib/libdb1.so.2
|
241
|
+
obj:/usr/lib/libdb1.so.2
|
242
|
+
fun:dbm_store
|
243
|
+
fun:dbm_ass_sub
|
244
|
+
}
|
245
|
+
|
246
|
+
{
|
247
|
+
DBM problems, see test_dbm
|
248
|
+
Memcheck:Cond
|
249
|
+
fun:memmove
|
250
|
+
obj:/usr/lib/libdb1.so.2
|
251
|
+
obj:/usr/lib/libdb1.so.2
|
252
|
+
obj:/usr/lib/libdb1.so.2
|
253
|
+
obj:/usr/lib/libdb1.so.2
|
254
|
+
fun:dbm_store
|
255
|
+
fun:dbm_ass_sub
|
256
|
+
}
|
257
|
+
|
258
|
+
{
|
259
|
+
GDBM problems, see test_gdbm
|
260
|
+
Memcheck:Param
|
261
|
+
write(buf)
|
262
|
+
fun:write
|
263
|
+
fun:gdbm_open
|
264
|
+
|
265
|
+
}
|
266
|
+
|
267
|
+
{
|
268
|
+
ZLIB problems, see test_gzip
|
269
|
+
Memcheck:Cond
|
270
|
+
obj:/lib/libz.so.1.2.3
|
271
|
+
obj:/lib/libz.so.1.2.3
|
272
|
+
fun:deflate
|
273
|
+
}
|
274
|
+
|
275
|
+
{
|
276
|
+
Avoid problems w/readline doing a putenv and leaking on exit
|
277
|
+
Memcheck:Leak
|
278
|
+
fun:malloc
|
279
|
+
fun:xmalloc
|
280
|
+
fun:sh_set_lines_and_columns
|
281
|
+
fun:_rl_get_screen_size
|
282
|
+
fun:_rl_init_terminal_io
|
283
|
+
obj:/lib/libreadline.so.4.3
|
284
|
+
fun:rl_initialize
|
285
|
+
}
|
286
|
+
|
287
|
+
###
|
288
|
+
### These occur from somewhere within the SSL, when running
|
289
|
+
### test_socket_sll. They are too general to leave on by default.
|
290
|
+
###
|
291
|
+
###{
|
292
|
+
### somewhere in SSL stuff
|
293
|
+
### Memcheck:Cond
|
294
|
+
### fun:memset
|
295
|
+
###}
|
296
|
+
###{
|
297
|
+
### somewhere in SSL stuff
|
298
|
+
### Memcheck:Value4
|
299
|
+
### fun:memset
|
300
|
+
###}
|
301
|
+
###
|
302
|
+
###{
|
303
|
+
### somewhere in SSL stuff
|
304
|
+
### Memcheck:Cond
|
305
|
+
### fun:MD5_Update
|
306
|
+
###}
|
307
|
+
###
|
308
|
+
###{
|
309
|
+
### somewhere in SSL stuff
|
310
|
+
### Memcheck:Value4
|
311
|
+
### fun:MD5_Update
|
312
|
+
###}
|
313
|
+
|
314
|
+
#
|
315
|
+
# All of these problems come from using test_socket_ssl
|
316
|
+
#
|
317
|
+
{
|
318
|
+
from test_socket_ssl
|
319
|
+
Memcheck:Cond
|
320
|
+
fun:BN_bin2bn
|
321
|
+
}
|
322
|
+
|
323
|
+
{
|
324
|
+
from test_socket_ssl
|
325
|
+
Memcheck:Cond
|
326
|
+
fun:BN_num_bits_word
|
327
|
+
}
|
328
|
+
|
329
|
+
{
|
330
|
+
from test_socket_ssl
|
331
|
+
Memcheck:Value4
|
332
|
+
fun:BN_num_bits_word
|
333
|
+
}
|
334
|
+
|
335
|
+
{
|
336
|
+
from test_socket_ssl
|
337
|
+
Memcheck:Cond
|
338
|
+
fun:BN_mod_exp_mont_word
|
339
|
+
}
|
340
|
+
|
341
|
+
{
|
342
|
+
from test_socket_ssl
|
343
|
+
Memcheck:Cond
|
344
|
+
fun:BN_mod_exp_mont
|
345
|
+
}
|
346
|
+
|
347
|
+
{
|
348
|
+
from test_socket_ssl
|
349
|
+
Memcheck:Param
|
350
|
+
write(buf)
|
351
|
+
fun:write
|
352
|
+
obj:/usr/lib/libcrypto.so.0.9.7
|
353
|
+
}
|
354
|
+
|
355
|
+
{
|
356
|
+
from test_socket_ssl
|
357
|
+
Memcheck:Cond
|
358
|
+
fun:RSA_verify
|
359
|
+
}
|
360
|
+
|
361
|
+
{
|
362
|
+
from test_socket_ssl
|
363
|
+
Memcheck:Value4
|
364
|
+
fun:RSA_verify
|
365
|
+
}
|
366
|
+
|
367
|
+
{
|
368
|
+
from test_socket_ssl
|
369
|
+
Memcheck:Value4
|
370
|
+
fun:DES_set_key_unchecked
|
371
|
+
}
|
372
|
+
|
373
|
+
{
|
374
|
+
from test_socket_ssl
|
375
|
+
Memcheck:Value4
|
376
|
+
fun:DES_encrypt2
|
377
|
+
}
|
378
|
+
|
379
|
+
{
|
380
|
+
from test_socket_ssl
|
381
|
+
Memcheck:Cond
|
382
|
+
obj:/usr/lib/libssl.so.0.9.7
|
383
|
+
}
|
384
|
+
|
385
|
+
{
|
386
|
+
from test_socket_ssl
|
387
|
+
Memcheck:Value4
|
388
|
+
obj:/usr/lib/libssl.so.0.9.7
|
389
|
+
}
|
390
|
+
|
391
|
+
{
|
392
|
+
from test_socket_ssl
|
393
|
+
Memcheck:Cond
|
394
|
+
fun:BUF_MEM_grow_clean
|
395
|
+
}
|
396
|
+
|
397
|
+
{
|
398
|
+
from test_socket_ssl
|
399
|
+
Memcheck:Cond
|
400
|
+
fun:memcpy
|
401
|
+
fun:ssl3_read_bytes
|
402
|
+
}
|
403
|
+
|
404
|
+
{
|
405
|
+
from test_socket_ssl
|
406
|
+
Memcheck:Cond
|
407
|
+
fun:SHA1_Update
|
408
|
+
}
|
409
|
+
|
410
|
+
{
|
411
|
+
from test_socket_ssl
|
412
|
+
Memcheck:Value4
|
413
|
+
fun:SHA1_Update
|
414
|
+
}
|
415
|
+
|
416
|
+
# Extra
|
417
|
+
|
418
|
+
{
|
419
|
+
extra1
|
420
|
+
Memcheck:Addr4
|
421
|
+
fun:PyObject_GC_Del
|
422
|
+
obj:/usr/bin/python2.7
|
423
|
+
}
|
424
|
+
|
425
|
+
{
|
426
|
+
extra2
|
427
|
+
Memcheck:Addr4
|
428
|
+
fun:PyGrammar_RemoveAccelerators
|
429
|
+
fun:Py_Finalize
|
430
|
+
}
|
431
|
+
|
432
|
+
{
|
433
|
+
extra3
|
434
|
+
Memcheck:Addr4
|
435
|
+
fun:_PyString_Resize
|
436
|
+
fun:PyString_Format
|
437
|
+
fun:PyEval_EvalFrameEx
|
438
|
+
}
|
439
|
+
|
440
|
+
{
|
441
|
+
extra4
|
442
|
+
Memcheck:Addr4
|
443
|
+
obj:/usr/bin/python2.7
|
444
|
+
fun:PyString_Format
|
445
|
+
fun:PyEval_EvalFrameEx
|
446
|
+
}
|
447
|
+
|
448
|
+
{
|
449
|
+
extra5
|
450
|
+
Memcheck:Value8
|
451
|
+
fun:PyObject_GC_Del
|
452
|
+
fun:PyDict_Fini
|
453
|
+
}
|
454
|
+
|
455
|
+
{
|
456
|
+
extra6
|
457
|
+
Memcheck:Cond
|
458
|
+
fun:PyObject_GC_Del
|
459
|
+
fun:PyDict_Fini
|
460
|
+
}
|
461
|
+
|
462
|
+
{
|
463
|
+
extra7
|
464
|
+
Memcheck:Cond
|
465
|
+
fun:_PyString_Resize
|
466
|
+
fun:PyString_Format
|
467
|
+
fun:PyEval_EvalFrameEx
|
468
|
+
}
|
469
|
+
|
470
|
+
{
|
471
|
+
extra8
|
472
|
+
Memcheck:Addr4
|
473
|
+
obj:/usr/bin/python2.7
|
474
|
+
fun:PyUnicodeUCS4_Join
|
475
|
+
obj:/usr/bin/python2.7
|
476
|
+
}
|
477
|
+
|
478
|
+
{
|
479
|
+
extra9
|
480
|
+
Memcheck:Cond
|
481
|
+
fun:PyObject_GC_Del
|
482
|
+
obj:/usr/bin/python2.7
|
483
|
+
}
|
484
|
+
|
485
|
+
{
|
486
|
+
extra10
|
487
|
+
Memcheck:Value8
|
488
|
+
fun:PyObject_GC_Del
|
489
|
+
obj:/usr/bin/python2.7
|
490
|
+
}
|
491
|
+
|
492
|
+
{
|
493
|
+
extra11
|
494
|
+
Memcheck:Cond
|
495
|
+
fun:PyObject_GC_Del
|
496
|
+
obj:/usr/bin/python2.7
|
497
|
+
}
|
498
|
+
|
499
|
+
{
|
500
|
+
extra12
|
501
|
+
Memcheck:Cond
|
502
|
+
fun:PyGrammar_RemoveAccelerators
|
503
|
+
fun:Py_Finalize
|
504
|
+
}
|
505
|
+
|
506
|
+
{
|
507
|
+
extra13
|
508
|
+
Memcheck:Value8
|
509
|
+
fun:PyGrammar_RemoveAccelerators
|
510
|
+
fun:Py_Finalize
|
511
|
+
}
|
512
|
+
|
513
|
+
{
|
514
|
+
leak in numpy 1:1.7.1-3
|
515
|
+
Memcheck:Leak
|
516
|
+
fun:malloc
|
517
|
+
fun:initialize_builtin_datetime_metadata
|
518
|
+
fun:initmultiarray
|
519
|
+
fun:_PyImport_LoadDynamicModule
|
520
|
+
}
|
521
|
+
|
522
|
+
{
|
523
|
+
leak2 in numpy 1:1.7.1-3
|
524
|
+
Memcheck:Leak
|
525
|
+
fun:malloc
|
526
|
+
obj:/usr/lib/pyshared/python2.7/numpy/lib/_compiled_base.so
|
527
|
+
}
|
528
|
+
|
529
|
+
{
|
530
|
+
memory leak in swig multiple modules
|
531
|
+
Memcheck:Leak
|
532
|
+
fun:malloc
|
533
|
+
fun:SwigPyClientData_New
|
534
|
+
fun:*_swigregister
|
535
|
+
fun:PyEval_EvalFrameEx
|
536
|
+
...
|
537
|
+
fun:PyImport_ExecCodeModuleEx
|
538
|
+
}
|
539
|
+
|
540
|
+
{
|
541
|
+
leak in numpy 1.8.1
|
542
|
+
Memcheck:Leak
|
543
|
+
fun:malloc
|
544
|
+
obj:/usr/lib/python2.7/dist-packages/numpy/lib/_compiled_base.so
|
545
|
+
fun:PyEval_EvalFrameEx
|
546
|
+
fun:PyEval_EvalCode
|
547
|
+
fun:PyImport_ExecCodeModuleEx
|
548
|
+
}
|
549
|
+
|
550
|
+
{
|
551
|
+
bug in numpy 1.8.1
|
552
|
+
Memcheck:Addr4
|
553
|
+
fun:_PyString_Resize
|
554
|
+
...
|
555
|
+
fun:PyAST_Compile
|
556
|
+
fun:PyRun_StringFlags
|
557
|
+
...
|
558
|
+
fun:PyImport_ExecCodeModuleEx
|
559
|
+
...
|
560
|
+
fun:PyImport_ImportModuleLevel
|
561
|
+
}
|
562
|
+
|
563
|
+
{
|
564
|
+
No idea what this is
|
565
|
+
Memcheck:Addr4
|
566
|
+
fun:_PyString_Resize
|
567
|
+
fun:assemble.35298
|
568
|
+
fun:compiler_body.35590
|
569
|
+
fun:compiler_body.35590
|
570
|
+
fun:PyAST_Compile
|
571
|
+
fun:run_mod.42573.2971
|
572
|
+
fun:PyRun_FileExFlags
|
573
|
+
fun:PyRun_SimpleFileExFlags
|
574
|
+
}
|
575
|
+
|
576
|
+
{
|
577
|
+
matplotlib leak
|
578
|
+
Memcheck:Leak
|
579
|
+
match-leak-kinds: definite
|
580
|
+
fun:_Znwm
|
581
|
+
fun:_ZN2Py19ExtensionModuleBase10initializeEPKc
|
582
|
+
}
|
583
|
+
|
584
|
+
{
|
585
|
+
Travis errors (1)
|
586
|
+
Memcheck:Cond
|
587
|
+
obj:/usr/bin/python2.7
|
588
|
+
fun:_PyObject_GC_Resize
|
589
|
+
fun:PyFrame_New
|
590
|
+
}
|
591
|
+
|
592
|
+
{
|
593
|
+
Travis errors (2)
|
594
|
+
Memcheck:Value8
|
595
|
+
obj:/usr/bin/python2.7
|
596
|
+
fun:_PyObject_GC_Resize
|
597
|
+
fun:PyFrame_New
|
598
|
+
}
|
599
|
+
|
600
|
+
|
601
|
+
{
|
602
|
+
Travis errors (3)
|
603
|
+
Memcheck:Addr4
|
604
|
+
obj:/usr/bin/python2.7
|
605
|
+
fun:_PyString_Resize
|
606
|
+
fun:PyString_Format
|
607
|
+
fun:PyEval_EvalFrameEx
|
608
|
+
}
|
609
|
+
|
610
|
+
{
|
611
|
+
Travis errors (4)
|
612
|
+
Memcheck:Addr4
|
613
|
+
...
|
614
|
+
fun:PyAST_Compile
|
615
|
+
}
|
616
|
+
|
617
|
+
{
|
618
|
+
Travis errors (5)
|
619
|
+
Memcheck:Value8
|
620
|
+
...
|
621
|
+
fun:PyAST_Compile
|
622
|
+
}
|
623
|
+
|
624
|
+
|
625
|
+
{
|
626
|
+
Travis errors (5)
|
627
|
+
Memcheck:Cond
|
628
|
+
...
|
629
|
+
fun:PyAST_Compile
|
630
|
+
}
|
631
|
+
|
632
|
+
|
633
|
+
{
|
634
|
+
|
635
|
+
another weird error
|
636
|
+
Memcheck:Addr4
|
637
|
+
obj:/usr/bin/python2.7
|
638
|
+
obj:/usr/bin/python2.7
|
639
|
+
obj:/usr/bin/python2.7
|
640
|
+
obj:/usr/bin/python2.7
|
641
|
+
obj:/usr/bin/python2.7
|
642
|
+
obj:/usr/bin/python2.7
|
643
|
+
obj:/usr/bin/python2.7
|
644
|
+
obj:/usr/bin/python2.7
|
645
|
+
obj:/usr/bin/python2.7
|
646
|
+
obj:/usr/bin/python2.7
|
647
|
+
}
|
648
|
+
|
649
|
+
{
|
650
|
+
|
651
|
+
another weird error (bis)
|
652
|
+
Memcheck:Cond
|
653
|
+
obj:/usr/bin/python2.7
|
654
|
+
obj:/usr/bin/python2.7
|
655
|
+
obj:/usr/bin/python2.7
|
656
|
+
obj:/usr/bin/python2.7
|
657
|
+
obj:/usr/bin/python2.7
|
658
|
+
obj:/usr/bin/python2.7
|
659
|
+
obj:/usr/bin/python2.7
|
660
|
+
obj:/usr/bin/python2.7
|
661
|
+
obj:/usr/bin/python2.7
|
662
|
+
obj:/usr/bin/python2.7
|
663
|
+
}
|
664
|
+
|
665
|
+
|
666
|
+
{
|
667
|
+
|
668
|
+
another weird error (tris)
|
669
|
+
Memcheck:Value8
|
670
|
+
obj:/usr/bin/python2.7
|
671
|
+
obj:/usr/bin/python2.7
|
672
|
+
obj:/usr/bin/python2.7
|
673
|
+
obj:/usr/bin/python2.7
|
674
|
+
obj:/usr/bin/python2.7
|
675
|
+
obj:/usr/bin/python2.7
|
676
|
+
obj:/usr/bin/python2.7
|
677
|
+
obj:/usr/bin/python2.7
|
678
|
+
obj:/usr/bin/python2.7
|
679
|
+
obj:/usr/bin/python2.7
|
680
|
+
}
|
681
|
+
|
682
|
+
|
683
|
+
{
|
684
|
+
numpy issues
|
685
|
+
Memcheck:Addr4
|
686
|
+
...
|
687
|
+
obj:*umath.so
|
688
|
+
}
|
689
|
+
|
690
|
+
{
|
691
|
+
more numpy issues
|
692
|
+
Memcheck:Cond
|
693
|
+
...
|
694
|
+
obj:*umath.so
|
695
|
+
}
|
696
|
+
|
697
|
+
{
|
698
|
+
othe assorted issues 1
|
699
|
+
Memcheck:Value8
|
700
|
+
...
|
701
|
+
fun:PyParser_ASTFromFile
|
702
|
+
}
|
703
|
+
|
704
|
+
{
|
705
|
+
othe assorted issues 2
|
706
|
+
Memcheck:Addr4
|
707
|
+
...
|
708
|
+
fun:PyParser_ASTFromFile
|
709
|
+
}
|
710
|
+
|
711
|
+
|
712
|
+
{
|
713
|
+
othe assorted issues 3
|
714
|
+
Memcheck:Cond
|
715
|
+
...
|
716
|
+
fun:PyParser_ASTFromFile
|
717
|
+
}
|
718
|
+
|
719
|
+
{
|
720
|
+
more issues
|
721
|
+
Memcheck:Value8
|
722
|
+
obj:/usr/bin/python2.7
|
723
|
+
fun:_PyString_Resize
|
724
|
+
fun:PyString_FromFormatV
|
725
|
+
fun:PyString_FromFormat
|
726
|
+
obj:*umath*
|
727
|
+
}
|
728
|
+
|
729
|
+
{
|
730
|
+
py3 A
|
731
|
+
Memcheck:Leak
|
732
|
+
match-leak-kinds: definite
|
733
|
+
fun:malloc
|
734
|
+
fun:PyBytes_FromStringAndSize
|
735
|
+
fun:PyUnicodeUCS4_EncodeUTF8
|
736
|
+
obj:/usr/lib/python3/dist-packages/numpy/lib/_compiled_base.cpython-32mu.so
|
737
|
+
}
|
738
|
+
|
739
|
+
{
|
740
|
+
py3 B
|
741
|
+
Memcheck:Leak
|
742
|
+
match-leak-kinds: definite
|
743
|
+
fun:realloc
|
744
|
+
fun:_PyBytes_Resize
|
745
|
+
fun:PyUnicodeUCS4_EncodeUTF8
|
746
|
+
obj:/usr/lib/python3/dist-packages/numpy/lib/_compiled_base.cpython-32mu.so
|
747
|
+
}
|
748
|
+
|
749
|
+
{
|
750
|
+
py3.4 A
|
751
|
+
Memcheck:Addr4
|
752
|
+
...
|
753
|
+
obj:/usr/bin/python*
|
754
|
+
fun:PyGrammar_RemoveAccelerators
|
755
|
+
fun:Py_Finalize
|
756
|
+
fun:Py_Exit
|
757
|
+
}
|
758
|
+
|
759
|
+
{
|
760
|
+
py3.4 B
|
761
|
+
Memcheck:Leak
|
762
|
+
match-leak-kinds: definite
|
763
|
+
fun:malloc
|
764
|
+
...
|
765
|
+
obj:/usr/bin/python*
|
766
|
+
fun:PyUnicode_New
|
767
|
+
fun:PyUnicode_Substring
|
768
|
+
...
|
769
|
+
obj:/usr/bin/python*
|
770
|
+
}
|
771
|
+
|
772
|
+
{
|
773
|
+
py3.4 C
|
774
|
+
Memcheck:Addr4
|
775
|
+
...
|
776
|
+
obj:/usr/bin/python*
|
777
|
+
fun:_PyGC_CollectNoFail
|
778
|
+
}
|
779
|
+
|
780
|
+
{
|
781
|
+
py3.4 E
|
782
|
+
Memcheck:Value8
|
783
|
+
...
|
784
|
+
obj:/usr/bin/python*
|
785
|
+
fun:_PyGC_CollectNoFail
|
786
|
+
}
|
787
|
+
|
788
|
+
{
|
789
|
+
py3.4 Ebis
|
790
|
+
Memcheck:Cond
|
791
|
+
...
|
792
|
+
obj:/usr/bin/python*
|
793
|
+
fun:_PyGC_CollectNoFail
|
794
|
+
}
|
795
|
+
|
796
|
+
{
|
797
|
+
py3.4 D
|
798
|
+
Memcheck:Leak
|
799
|
+
match-leak-kinds: definite
|
800
|
+
fun:malloc
|
801
|
+
...
|
802
|
+
obj:/usr/bin/python*
|
803
|
+
fun:PyBytes_FromStringAndSize
|
804
|
+
}
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
{
|
809
|
+
py3.4 F
|
810
|
+
Memcheck:Value8
|
811
|
+
...
|
812
|
+
fun:_PyObject_GC_Malloc
|
813
|
+
}
|
814
|
+
|
815
|
+
{
|
816
|
+
py3.4 G
|
817
|
+
Memcheck:Addr4
|
818
|
+
...
|
819
|
+
obj:/usr/bin/python*
|
820
|
+
fun:_PyModule_ClearDict
|
821
|
+
fun:PyImport_Cleanup
|
822
|
+
fun:Py_Finalize
|
823
|
+
fun:Py_Exit
|
824
|
+
...
|
825
|
+
obj:/usr/bin/python*
|
826
|
+
fun:PyErr_PrintEx
|
827
|
+
fun:PyRun_SimpleFileExFlags
|
828
|
+
fun:Py_Main
|
829
|
+
fun:main
|
830
|
+
}
|
831
|
+
|
832
|
+
{
|
833
|
+
py3.4 H
|
834
|
+
Memcheck:Cond
|
835
|
+
...
|
836
|
+
obj:/usr/bin/python*
|
837
|
+
fun:PyType_GenericAlloc
|
838
|
+
...
|
839
|
+
obj:/usr/bin/python*
|
840
|
+
fun:PyObject_Call
|
841
|
+
fun:PyEval_CallObjectWithKeywords
|
842
|
+
}
|
843
|
+
|
844
|
+
{
|
845
|
+
py3.4 I
|
846
|
+
Memcheck:Addr4
|
847
|
+
...
|
848
|
+
obj:/usr/bin/python*
|
849
|
+
fun:PyEval_EvalCodeEx
|
850
|
+
fun:PyEval_EvalFrameEx
|
851
|
+
fun:PyEval_EvalCodeEx
|
852
|
+
...
|
853
|
+
obj:/usr/bin/python*
|
854
|
+
fun:PyObject_SetAttr
|
855
|
+
fun:PyEval_EvalFrameEx
|
856
|
+
fun:PyEval_EvalCodeEx
|
857
|
+
...
|
858
|
+
}
|
859
|
+
|
860
|
+
|
861
|
+
{
|
862
|
+
py3.4 J
|
863
|
+
Memcheck:Cond
|
864
|
+
...
|
865
|
+
obj:/usr/bin/python*
|
866
|
+
fun:PyEval_EvalFrameEx
|
867
|
+
...
|
868
|
+
obj:/usr/bin/python*
|
869
|
+
fun:PyEval_EvalCodeEx
|
870
|
+
...
|
871
|
+
obj:/usr/bin/python*
|
872
|
+
fun:PyObject_Call
|
873
|
+
fun:_PyObject_CallMethodIdObjArgs
|
874
|
+
}
|
875
|
+
|
876
|
+
|
877
|
+
{
|
878
|
+
py3.4 K
|
879
|
+
Memcheck:Addr4
|
880
|
+
...
|
881
|
+
obj:/usr/bin/python*
|
882
|
+
fun:PyFrame_ClearFreeList
|
883
|
+
...
|
884
|
+
obj:/usr/bin/python*
|
885
|
+
fun:PyType_GenericAlloc
|
886
|
+
...
|
887
|
+
obj:/usr/bin/python*
|
888
|
+
fun:PyObject_Call
|
889
|
+
fun:PyEval_CallObjectWithKeywords
|
890
|
+
fun:PyErr_SetObject
|
891
|
+
fun:PyErr_Format
|
892
|
+
fun:_PyObject_GetAttrId
|
893
|
+
}
|
894
|
+
|
895
|
+
|
896
|
+
{
|
897
|
+
py3.4 L
|
898
|
+
Memcheck:Value8
|
899
|
+
obj:/usr/bin/python*
|
900
|
+
fun:PyEval_EvalFrameEx
|
901
|
+
fun:PyEval_EvalFrameEx
|
902
|
+
fun:PyEval_EvalFrameEx
|
903
|
+
fun:PyEval_EvalFrameEx
|
904
|
+
fun:PyEval_EvalFrameEx
|
905
|
+
fun:PyEval_EvalFrameEx
|
906
|
+
fun:PyEval_EvalCodeEx
|
907
|
+
...
|
908
|
+
obj:/usr/bin/python*
|
909
|
+
fun:PyObject_Call
|
910
|
+
fun:_PyObject_CallMethodIdObjArgs
|
911
|
+
fun:PyImport_ImportModuleLevelObject
|
912
|
+
}
|
913
|
+
|
914
|
+
|
915
|
+
{
|
916
|
+
py3.4 M
|
917
|
+
Memcheck:Addr4
|
918
|
+
obj:/usr/bin/python*
|
919
|
+
fun:PyFrame_ClearFreeList
|
920
|
+
obj:/usr/bin/python*
|
921
|
+
obj:/usr/bin/python*
|
922
|
+
obj:/usr/bin/python*
|
923
|
+
obj:/usr/bin/python*
|
924
|
+
fun:PyObject_Call
|
925
|
+
fun:PyEval_EvalFrameEx
|
926
|
+
fun:PyEval_EvalCodeEx
|
927
|
+
fun:PyEval_EvalFrameEx
|
928
|
+
fun:PyEval_EvalCodeEx
|
929
|
+
fun:PyEval_EvalFrameEx
|
930
|
+
}
|
931
|
+
|
932
|
+
{
|
933
|
+
py3.4 N
|
934
|
+
Memcheck:Addr4
|
935
|
+
obj:/usr/bin/python*
|
936
|
+
obj:/usr/bin/python*
|
937
|
+
obj:/usr/bin/python*
|
938
|
+
fun:PyEval_EvalFrameEx
|
939
|
+
fun:PyEval_EvalFrameEx
|
940
|
+
fun:PyEval_EvalCodeEx
|
941
|
+
fun:PyEval_EvalFrameEx
|
942
|
+
fun:PyEval_EvalCodeEx
|
943
|
+
obj:/usr/bin/python*
|
944
|
+
fun:PyObject_Call
|
945
|
+
fun:PyEval_EvalFrameEx
|
946
|
+
fun:PyEval_EvalCodeEx
|
947
|
+
}
|
948
|
+
|
949
|
+
{
|
950
|
+
py3.4 O
|
951
|
+
Memcheck:Addr4
|
952
|
+
obj:/usr/bin/python*
|
953
|
+
obj:*numpy*
|
954
|
+
obj:*numpy*
|
955
|
+
obj:*numpy*
|
956
|
+
fun:PyObject_CallFunctionObjArgs
|
957
|
+
obj:/usr/bin/python*
|
958
|
+
obj:/usr/bin/python*
|
959
|
+
fun:PyEval_EvalFrameEx
|
960
|
+
fun:PyEval_EvalCodeEx
|
961
|
+
obj:/usr/bin/python*
|
962
|
+
fun:PyObject_Call
|
963
|
+
fun:PyEval_EvalFrameEx
|
964
|
+
}
|
965
|
+
|
966
|
+
{
|
967
|
+
py3.4 Obis
|
968
|
+
Memcheck:Addr4
|
969
|
+
obj:/usr/bin/python*
|
970
|
+
obj:*numpy*
|
971
|
+
obj:*numpy*
|
972
|
+
obj:*numpy*
|
973
|
+
fun:PyObject_Call
|
974
|
+
fun:PyEval_EvalFrameEx
|
975
|
+
fun:PyEval_EvalCodeEx
|
976
|
+
fun:PyEval_EvalFrameEx
|
977
|
+
fun:PyEval_EvalFrameEx
|
978
|
+
fun:PyEval_EvalFrameEx
|
979
|
+
fun:PyEval_EvalCodeEx
|
980
|
+
obj:/usr/bin/python*
|
981
|
+
}
|
982
|
+
|
983
|
+
|
984
|
+
|
985
|
+
{
|
986
|
+
py3.4 P
|
987
|
+
Memcheck:Cond
|
988
|
+
obj:/usr/bin/python*
|
989
|
+
obj:/usr/bin/python*
|
990
|
+
obj:/usr/bin/python*
|
991
|
+
fun:_PyModule_ClearDict
|
992
|
+
fun:PyImport_Cleanup
|
993
|
+
fun:Py_Finalize
|
994
|
+
fun:Py_Exit
|
995
|
+
obj:/usr/bin/python*
|
996
|
+
fun:PyErr_PrintEx
|
997
|
+
fun:PyRun_SimpleFileExFlags
|
998
|
+
fun:Py_Main
|
999
|
+
fun:main
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
{
|
1003
|
+
py3.4 Pbis
|
1004
|
+
Memcheck:Value8
|
1005
|
+
obj:/usr/bin/python*
|
1006
|
+
obj:/usr/bin/python*
|
1007
|
+
obj:/usr/bin/python*
|
1008
|
+
fun:_PyModule_ClearDict
|
1009
|
+
fun:PyImport_Cleanup
|
1010
|
+
fun:Py_Finalize
|
1011
|
+
fun:Py_Exit
|
1012
|
+
obj:/usr/bin/python*
|
1013
|
+
fun:PyErr_PrintEx
|
1014
|
+
fun:PyRun_SimpleFileExFlags
|
1015
|
+
fun:Py_Main
|
1016
|
+
fun:main
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
{
|
1020
|
+
py3.4 Ptris
|
1021
|
+
Memcheck:Addr4
|
1022
|
+
obj:/usr/bin/python*
|
1023
|
+
obj:/usr/bin/python*
|
1024
|
+
obj:/usr/bin/python*
|
1025
|
+
fun:_PyModule_ClearDict
|
1026
|
+
fun:PyImport_Cleanup
|
1027
|
+
fun:Py_Finalize
|
1028
|
+
fun:Py_Exit
|
1029
|
+
obj:/usr/bin/python*
|
1030
|
+
fun:PyErr_PrintEx
|
1031
|
+
fun:PyRun_SimpleFileExFlags
|
1032
|
+
fun:Py_Main
|
1033
|
+
fun:main
|
1034
|
+
}
|
1035
|
+
|
1036
|
+
{
|
1037
|
+
py3.4 Pquat
|
1038
|
+
Memcheck:Addr8
|
1039
|
+
obj:/usr/bin/python*
|
1040
|
+
obj:/usr/bin/python*
|
1041
|
+
obj:/usr/bin/python*
|
1042
|
+
fun:_PyModule_ClearDict
|
1043
|
+
fun:PyImport_Cleanup
|
1044
|
+
fun:Py_Finalize
|
1045
|
+
fun:Py_Exit
|
1046
|
+
obj:/usr/bin/python*
|
1047
|
+
fun:PyErr_PrintEx
|
1048
|
+
fun:PyRun_SimpleFileExFlags
|
1049
|
+
fun:Py_Main
|
1050
|
+
fun:main
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
|
1054
|
+
{
|
1055
|
+
py3.4 Q
|
1056
|
+
Memcheck:Value8
|
1057
|
+
obj:/usr/bin/python*
|
1058
|
+
obj:/usr/bin/python*
|
1059
|
+
obj:/usr/bin/python*
|
1060
|
+
obj:/usr/bin/python*
|
1061
|
+
fun:PyEval_EvalFrameEx
|
1062
|
+
fun:PyEval_EvalFrameEx
|
1063
|
+
fun:PyEval_EvalFrameEx
|
1064
|
+
fun:PyEval_EvalFrameEx
|
1065
|
+
fun:PyEval_EvalCodeEx
|
1066
|
+
obj:/usr/bin/python*
|
1067
|
+
fun:PyObject_Call
|
1068
|
+
fun:_PyObject_CallMethodIdObjArgs
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
|
1072
|
+
{
|
1073
|
+
py3.4 R
|
1074
|
+
Memcheck:Addr4
|
1075
|
+
obj:/usr/bin/python*
|
1076
|
+
obj:/usr/bin/python*
|
1077
|
+
obj:/usr/bin/python*
|
1078
|
+
obj:/usr/bin/python*
|
1079
|
+
obj:/usr/bin/python*
|
1080
|
+
obj:/usr/bin/python*
|
1081
|
+
fun:_PyObject_GC_Malloc
|
1082
|
+
fun:PyEval_EvalCodeEx
|
1083
|
+
fun:PyEval_EvalFrameEx
|
1084
|
+
fun:PyEval_EvalCodeEx
|
1085
|
+
obj:/usr/bin/python*
|
1086
|
+
obj:/usr/bin/python*
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
{
|
1090
|
+
py3.4 S
|
1091
|
+
Memcheck:Addr4
|
1092
|
+
obj:/usr/bin/python*
|
1093
|
+
fun:PyFrame_ClearFreeList
|
1094
|
+
obj:/usr/bin/python*
|
1095
|
+
obj:/usr/bin/python*
|
1096
|
+
fun:PyGC_Collect
|
1097
|
+
fun:Py_Finalize
|
1098
|
+
fun:Py_Exit
|
1099
|
+
obj:/usr/bin/python*
|
1100
|
+
fun:PyErr_PrintEx
|
1101
|
+
fun:PyRun_SimpleFileExFlags
|
1102
|
+
fun:Py_Main
|
1103
|
+
fun:main
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
{
|
1107
|
+
py3.4 T
|
1108
|
+
Memcheck:Cond
|
1109
|
+
obj:/usr/bin/python*
|
1110
|
+
fun:_PyModule_ClearDict
|
1111
|
+
fun:PyImport_Cleanup
|
1112
|
+
fun:Py_Finalize
|
1113
|
+
fun:Py_Exit
|
1114
|
+
obj:/usr/bin/python*
|
1115
|
+
fun:PyErr_PrintEx
|
1116
|
+
fun:PyRun_SimpleFileExFlags
|
1117
|
+
fun:Py_Main
|
1118
|
+
fun:main
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
|
1122
|
+
{
|
1123
|
+
py3.4 U
|
1124
|
+
Memcheck:Addr4
|
1125
|
+
obj:/usr/bin/python*
|
1126
|
+
obj:/usr/bin/python*
|
1127
|
+
obj:/usr/bin/python*
|
1128
|
+
obj:/usr/bin/python*
|
1129
|
+
fun:PyEval_EvalFrameEx
|
1130
|
+
fun:PyEval_EvalCodeEx
|
1131
|
+
fun:PyEval_EvalFrameEx
|
1132
|
+
fun:PyEval_EvalFrameEx
|
1133
|
+
fun:PyEval_EvalCodeEx
|
1134
|
+
fun:PyEval_EvalFrameEx
|
1135
|
+
fun:PyEval_EvalCodeEx
|
1136
|
+
obj:/usr/bin/python*
|
1137
|
+
}
|
1138
|
+
|
1139
|
+
|
1140
|
+
|
1141
|
+
{
|
1142
|
+
py3.4 V
|
1143
|
+
Memcheck:Leak
|
1144
|
+
match-leak-kinds: definite
|
1145
|
+
fun:malloc
|
1146
|
+
obj:/usr/bin/python*
|
1147
|
+
fun:PyUnicode_New
|
1148
|
+
fun:PyUnicode_Substring
|
1149
|
+
obj:/usr/bin/python*
|
1150
|
+
fun:PyEval_EvalFrameEx
|
1151
|
+
fun:PyEval_EvalFrameEx
|
1152
|
+
fun:PyEval_EvalCodeEx
|
1153
|
+
obj:/usr/bin/python*
|
1154
|
+
fun:PyEval_EvalFrameEx
|
1155
|
+
fun:PyEval_EvalCodeEx
|
1156
|
+
fun:PyEval_EvalFrameEx
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
{
|
1160
|
+
<insert_a_suppression_name_here>
|
1161
|
+
Memcheck:Value8
|
1162
|
+
obj:/usr/bin/python*
|
1163
|
+
obj:/usr/bin/python*
|
1164
|
+
fun:_PyModule_ClearDict
|
1165
|
+
fun:PyImport_Cleanup
|
1166
|
+
fun:Py_Finalize
|
1167
|
+
fun:Py_Exit
|
1168
|
+
obj:/usr/bin/python*
|
1169
|
+
fun:PyErr_PrintEx
|
1170
|
+
fun:PyRun_SimpleFileExFlags
|
1171
|
+
fun:Py_Main
|
1172
|
+
fun:main
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
{
|
1176
|
+
<insert_a_suppression_name_here>
|
1177
|
+
Memcheck:Cond
|
1178
|
+
obj:/usr/bin/python*
|
1179
|
+
obj:/usr/bin/python*
|
1180
|
+
fun:_PyModule_ClearDict
|
1181
|
+
fun:PyImport_Cleanup
|
1182
|
+
fun:Py_Finalize
|
1183
|
+
fun:Py_Exit
|
1184
|
+
obj:/usr/bin/python*
|
1185
|
+
fun:PyErr_PrintEx
|
1186
|
+
fun:PyRun_SimpleFileExFlags
|
1187
|
+
fun:Py_Main
|
1188
|
+
fun:main
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
{
|
1192
|
+
<insert_a_suppression_name_here>
|
1193
|
+
Memcheck:Cond
|
1194
|
+
obj:/usr/bin/python*
|
1195
|
+
fun:PyFrame_ClearFreeList
|
1196
|
+
obj:/usr/bin/python*
|
1197
|
+
obj:/usr/bin/python*
|
1198
|
+
fun:PyGC_Collect
|
1199
|
+
fun:Py_Finalize
|
1200
|
+
fun:Py_Exit
|
1201
|
+
obj:/usr/bin/python*
|
1202
|
+
fun:PyErr_PrintEx
|
1203
|
+
fun:PyRun_SimpleFileExFlags
|
1204
|
+
fun:Py_Main
|
1205
|
+
fun:main
|
1206
|
+
}
|
1207
|
+
|
1208
|
+
{
|
1209
|
+
<insert_a_suppression_name_here>
|
1210
|
+
Memcheck:Cond
|
1211
|
+
obj:/usr/bin/python*
|
1212
|
+
fun:PyEval_EvalCodeEx
|
1213
|
+
fun:PyEval_EvalFrameEx
|
1214
|
+
fun:PyEval_EvalCodeEx
|
1215
|
+
obj:/usr/bin/python*
|
1216
|
+
fun:PyObject_Call
|
1217
|
+
fun:PyEval_EvalFrameEx
|
1218
|
+
fun:PyEval_EvalCodeEx
|
1219
|
+
fun:PyEval_EvalFrameEx
|
1220
|
+
fun:PyEval_EvalCodeEx
|
1221
|
+
obj:/usr/bin/python*
|
1222
|
+
obj:/usr/bin/python*
|
1223
|
+
}
|
1224
|
+
|
1225
|
+
{
|
1226
|
+
<insert_a_suppression_name_here>
|
1227
|
+
Memcheck:Addr4
|
1228
|
+
obj:/usr/bin/python*
|
1229
|
+
fun:PyEval_EvalFrameEx
|
1230
|
+
fun:PyEval_EvalCodeEx
|
1231
|
+
fun:PyEval_EvalFrameEx
|
1232
|
+
fun:PyEval_EvalFrameEx
|
1233
|
+
fun:PyEval_EvalCodeEx
|
1234
|
+
obj:/usr/bin/python*
|
1235
|
+
fun:PyObject_Call
|
1236
|
+
fun:PyEval_EvalFrameEx
|
1237
|
+
fun:PyEval_EvalCodeEx
|
1238
|
+
obj:/usr/bin/python*
|
1239
|
+
obj:/usr/bin/python*
|
1240
|
+
}
|
1241
|
+
|
1242
|
+
{
|
1243
|
+
<insert_a_suppression_name_here>
|
1244
|
+
Memcheck:Cond
|
1245
|
+
obj:/usr/bin/python*
|
1246
|
+
obj:/usr/bin/python*
|
1247
|
+
obj:/usr/bin/python*
|
1248
|
+
obj:/usr/bin/python*
|
1249
|
+
fun:_PyObject_GC_Malloc
|
1250
|
+
fun:PyEval_EvalCodeEx
|
1251
|
+
fun:PyEval_EvalFrameEx
|
1252
|
+
fun:PyEval_EvalCodeEx
|
1253
|
+
obj:/usr/bin/python*
|
1254
|
+
obj:/usr/bin/python*
|
1255
|
+
obj:/usr/bin/python*
|
1256
|
+
obj:/usr/bin/python*
|
1257
|
+
}
|
1258
|
+
|
1259
|
+
{
|
1260
|
+
<insert_a_suppression_name_here>
|
1261
|
+
Memcheck:Cond
|
1262
|
+
obj:/usr/bin/python*
|
1263
|
+
obj:/usr/bin/python*
|
1264
|
+
obj:/usr/bin/python*
|
1265
|
+
obj:/usr/bin/python*
|
1266
|
+
fun:_PyModule_ClearDict
|
1267
|
+
fun:PyImport_Cleanup
|
1268
|
+
fun:Py_Finalize
|
1269
|
+
fun:Py_Exit
|
1270
|
+
obj:/usr/bin/python*
|
1271
|
+
fun:PyErr_PrintEx
|
1272
|
+
fun:PyRun_SimpleFileExFlags
|
1273
|
+
fun:Py_Main
|
1274
|
+
}
|
1275
|
+
|
1276
|
+
{
|
1277
|
+
<insert_a_suppression_name_here>
|
1278
|
+
Memcheck:Cond
|
1279
|
+
obj:/usr/bin/python*
|
1280
|
+
fun:PyEval_EvalCodeEx
|
1281
|
+
fun:PyEval_EvalFrameEx
|
1282
|
+
fun:PyEval_EvalCodeEx
|
1283
|
+
obj:/usr/bin/python*
|
1284
|
+
fun:PyObject_Call
|
1285
|
+
fun:PyEval_EvalFrameEx
|
1286
|
+
fun:PyEval_EvalCodeEx
|
1287
|
+
fun:PyEval_EvalFrameEx
|
1288
|
+
fun:PyEval_EvalCodeEx
|
1289
|
+
obj:/usr/bin/python*
|
1290
|
+
obj:/usr/bin/python*
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
{
|
1294
|
+
<insert_a_suppression_name_here>
|
1295
|
+
Memcheck:Addr4
|
1296
|
+
obj:/usr/bin/python*
|
1297
|
+
fun:PyEval_EvalCodeEx
|
1298
|
+
fun:PyEval_EvalFrameEx
|
1299
|
+
fun:PyEval_EvalCodeEx
|
1300
|
+
obj:/usr/bin/python*
|
1301
|
+
fun:PyObject_Call
|
1302
|
+
fun:PyEval_EvalFrameEx
|
1303
|
+
fun:PyEval_EvalCodeEx
|
1304
|
+
fun:PyEval_EvalFrameEx
|
1305
|
+
fun:PyEval_EvalCodeEx
|
1306
|
+
obj:/usr/bin/python*
|
1307
|
+
obj:/usr/bin/python*
|
1308
|
+
}
|
1309
|
+
|
1310
|
+
{
|
1311
|
+
<insert_a_suppression_name_here>
|
1312
|
+
Memcheck:Leak
|
1313
|
+
match-leak-kinds: definite
|
1314
|
+
fun:malloc
|
1315
|
+
fun:_dl_signal_error
|
1316
|
+
fun:_dl_open
|
1317
|
+
fun:dlopen_doit
|
1318
|
+
fun:_dl_catch_error
|
1319
|
+
fun:_dlerror_run
|
1320
|
+
fun:dlopen@@GLIBC_2.2.5
|
1321
|
+
fun:mkl_serv_inspector_suppress
|
1322
|
+
fun:mkl_serv_lock
|
1323
|
+
fun:mkl_serv_core_register_cleanup
|
1324
|
+
fun:__sti__$E
|
1325
|
+
fun:call_init.part.0
|
1326
|
+
}
|
1327
|
+
|
1328
|
+
{
|
1329
|
+
py38
|
1330
|
+
Memcheck:Addr4
|
1331
|
+
fun:address_in_range
|
1332
|
+
fun:pymalloc_free.isra.0
|
1333
|
+
}
|
1334
|
+
|
1335
|
+
{
|
1336
|
+
py38.1
|
1337
|
+
Memcheck:Addr4
|
1338
|
+
fun:address_in_range
|
1339
|
+
fun:pymalloc_realloc
|
1340
|
+
}
|
1341
|
+
|
1342
|
+
{
|
1343
|
+
py38.2
|
1344
|
+
Memcheck:Cond
|
1345
|
+
fun:address_in_range
|
1346
|
+
fun:pymalloc_realloc
|
1347
|
+
fun:_PyObject_Realloc
|
1348
|
+
}
|
1349
|
+
|
1350
|
+
{
|
1351
|
+
py38.3
|
1352
|
+
Memcheck:Value8
|
1353
|
+
fun:address_in_range
|
1354
|
+
fun:pymalloc_realloc
|
1355
|
+
}
|
1356
|
+
|
1357
|
+
{
|
1358
|
+
py38.4
|
1359
|
+
Memcheck:Cond
|
1360
|
+
fun:address_in_range
|
1361
|
+
fun:pymalloc_realloc
|
1362
|
+
}
|
1363
|
+
|
1364
|
+
{
|
1365
|
+
py38.5
|
1366
|
+
Memcheck:Cond
|
1367
|
+
fun:address_in_range
|
1368
|
+
fun:pymalloc_free.isra.0
|
1369
|
+
}
|
1370
|
+
|
1371
|
+
{
|
1372
|
+
py38.6
|
1373
|
+
Memcheck:Value8
|
1374
|
+
fun:address_in_range
|
1375
|
+
fun:pymalloc_free.isra.0
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
{
|
1379
|
+
<insert_a_suppression_name_here>
|
1380
|
+
Memcheck:Leak
|
1381
|
+
match-leak-kinds: definite
|
1382
|
+
fun:malloc
|
1383
|
+
fun:resize_scopes
|
1384
|
+
fun:dl_open_worker
|
1385
|
+
fun:_dl_catch_exception
|
1386
|
+
fun:_dl_open
|
1387
|
+
fun:dlopen_doit
|
1388
|
+
fun:_dl_catch_exception
|
1389
|
+
fun:_dl_catch_error
|
1390
|
+
fun:_dlerror_run
|
1391
|
+
fun:dlopen@@GLIBC_2.2.5
|
1392
|
+
fun:_PyImport_FindSharedFuncptr
|
1393
|
+
fun:_PyImport_LoadDynamicModuleWithSpec
|
1394
|
+
fun:_imp_create_dynamic_impl.isra.21
|
1395
|
+
fun:_imp_create_dynamic
|
1396
|
+
fun:cfunction_vectorcall_FASTCALL
|
1397
|
+
}
|
1398
|
+
|
1399
|
+
{
|
1400
|
+
<insert_a_suppression_name_here>
|
1401
|
+
Memcheck:Param
|
1402
|
+
sched_setaffinity(mask)
|
1403
|
+
fun:syscall
|
1404
|
+
fun:__kmp_affinity_determine_capable
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
{
|
1408
|
+
<insert_a_suppression_name_here>
|
1409
|
+
Memcheck:Leak
|
1410
|
+
match-leak-kinds: definite
|
1411
|
+
fun:malloc
|
1412
|
+
fun:_PyMem_RawWcsdup
|
1413
|
+
fun:_PyCoreConfig_Copy.cold.547
|
1414
|
+
fun:_Py_InitializeCore
|
1415
|
+
}
|
1416
|
+
|
1417
|
+
{
|
1418
|
+
<insert_a_suppression_name_here>
|
1419
|
+
Memcheck:Addr4
|
1420
|
+
fun:list_dealloc
|
1421
|
+
fun:PyObject_Dir
|
1422
|
+
fun:builtin_dir
|
1423
|
+
fun:cfunction_call
|
1424
|
+
fun:_PyObject_MakeTpCall
|
1425
|
+
}
|
1426
|
+
|
1427
|
+
{
|
1428
|
+
<insert_a_suppression_name_here>
|
1429
|
+
Memcheck:Addr4
|
1430
|
+
fun:list_dealloc
|
1431
|
+
fun:_PyEval_EvalFrameDefault
|
1432
|
+
fun:_PyEval_EvalCode
|
1433
|
+
fun:_PyFunction_Vectorcall
|
1434
|
+
fun:method_vectorcall
|
1435
|
+
fun:object_vacall
|
1436
|
+
}
|
1437
|
+
|
1438
|
+
{
|
1439
|
+
<insert_a_suppression_name_here>
|
1440
|
+
Memcheck:Addr4
|
1441
|
+
fun:unicode_dealloc
|
1442
|
+
fun:_PyEval_EvalFrameDefault
|
1443
|
+
fun:_PyEval_EvalCode
|
1444
|
+
fun:_PyFunction_Vectorcall
|
1445
|
+
fun:_PyEval_EvalFrameDefault
|
1446
|
+
}
|
1447
|
+
|
1448
|
+
{
|
1449
|
+
<insert_a_suppression_name_here>
|
1450
|
+
Memcheck:Addr4
|
1451
|
+
fun:unicode_dealloc
|
1452
|
+
fun:list_dealloc
|
1453
|
+
fun:_textiowrapper_writeflush
|
1454
|
+
}
|
1455
|
+
|
1456
|
+
{
|
1457
|
+
<insert_a_suppression_name_here>
|
1458
|
+
Memcheck:Addr4
|
1459
|
+
fun:object_dealloc
|
1460
|
+
fun:_textiowrapper_writeflush
|
1461
|
+
}
|
1462
|
+
|
1463
|
+
{
|
1464
|
+
<insert_a_suppression_name_here>
|
1465
|
+
Memcheck:Cond
|
1466
|
+
fun:unicode_dealloc
|
1467
|
+
fun:sys_pyfile_write
|
1468
|
+
fun:sys_write
|
1469
|
+
fun:PySys_WriteStderr
|
1470
|
+
fun:_ZN6casadiL12pythonloggerEPKclb
|
1471
|
+
}
|
1472
|
+
|
1473
|
+
{
|
1474
|
+
<insert_a_suppression_name_here>
|
1475
|
+
Memcheck:Addr4
|
1476
|
+
fun:PyMem_Free
|
1477
|
+
fun:_Py_DisplaySourceLine
|
1478
|
+
fun:PyTraceBack_Print
|
1479
|
+
fun:print_exception_recursive.cold
|
1480
|
+
}
|
1481
|
+
|
1482
|
+
{
|
1483
|
+
<insert_a_suppression_name_here>
|
1484
|
+
Memcheck:Addr4
|
1485
|
+
fun:PyMem_Free
|
1486
|
+
fun:PyTokenizer_Free
|
1487
|
+
fun:_Py_DisplaySourceLine
|
1488
|
+
fun:PyTraceBack_Print
|
1489
|
+
fun:print_exception_recursive.cold
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
{
|
1493
|
+
<insert_a_suppression_name_here>
|
1494
|
+
Memcheck:Addr4
|
1495
|
+
fun:unicode_dealloc
|
1496
|
+
fun:textiowrapper_set_decoded_chars
|
1497
|
+
fun:_textiowrapper_readline
|
1498
|
+
fun:method_vectorcall_FASTCALL
|
1499
|
+
}
|
1500
|
+
|
1501
|
+
{
|
1502
|
+
<insert_a_suppression_name_here>
|
1503
|
+
Memcheck:Cond
|
1504
|
+
fun:object_dealloc
|
1505
|
+
fun:tupledealloc
|
1506
|
+
fun:textiowrapper_read_chunk
|
1507
|
+
fun:_textiowrapper_readline
|
1508
|
+
fun:method_vectorcall_FASTCALL
|
1509
|
+
}
|
1510
|
+
|
1511
|
+
{
|
1512
|
+
<insert_a_suppression_name_here>
|
1513
|
+
Memcheck:Addr4
|
1514
|
+
fun:PyObject_GC_Del
|
1515
|
+
...
|
1516
|
+
fun:_PyGC_CollectNoFail
|
1517
|
+
}
|
1518
|
+
|
1519
|
+
{
|
1520
|
+
<insert_a_suppression_name_here>
|
1521
|
+
Memcheck:Value8
|
1522
|
+
fun:PyMem_Free
|
1523
|
+
fun:stringio_dealloc
|
1524
|
+
fun:list_ass_subscript
|
1525
|
+
fun:_PyEval_EvalFrameDefault
|
1526
|
+
}
|
1527
|
+
|
1528
|
+
{
|
1529
|
+
<insert_a_suppression_name_here>
|
1530
|
+
Memcheck:Addr4
|
1531
|
+
fun:list_dealloc
|
1532
|
+
fun:_textiowrapper_writeflush
|
1533
|
+
}
|
1534
|
+
|
1535
|
+
{
|
1536
|
+
<insert_a_suppression_name_here>
|
1537
|
+
Memcheck:Addr4
|
1538
|
+
fun:resize_compact
|
1539
|
+
fun:_PyUnicodeWriter_PrepareInternal
|
1540
|
+
fun:PyUnicode_Format
|
1541
|
+
fun:_PyEval_EvalFrameDefault
|
1542
|
+
fun:_PyEval_EvalCode
|
1543
|
+
fun:_PyFunction_Vectorcall
|
1544
|
+
}
|
1545
|
+
|
1546
|
+
{
|
1547
|
+
<insert_a_suppression_name_here>
|
1548
|
+
Memcheck:Cond
|
1549
|
+
fun:PyMem_Free
|
1550
|
+
fun:PyArena_Free
|
1551
|
+
fun:pyrun_file
|
1552
|
+
fun:PyRun_SimpleFileExFlags
|
1553
|
+
fun:Py_RunMain
|
1554
|
+
}
|
1555
|
+
|
1556
|
+
{
|
1557
|
+
<insert_a_suppression_name_here>
|
1558
|
+
Memcheck:Addr4
|
1559
|
+
fun:set_dealloc
|
1560
|
+
fun:dict_dealloc
|
1561
|
+
fun:subtype_dealloc
|
1562
|
+
fun:dict_dealloc
|
1563
|
+
fun:insertdict
|
1564
|
+
fun:PyDict_SetItemString
|
1565
|
+
fun:_PyImport_Cleanup
|
1566
|
+
}
|
1567
|
+
|
1568
|
+
{
|
1569
|
+
<insert_a_suppression_name_here>
|
1570
|
+
Memcheck:Addr4
|
1571
|
+
fun:PyMem_Free
|
1572
|
+
fun:module_dealloc
|
1573
|
+
fun:insertdict
|
1574
|
+
fun:_PyImport_Cleanup
|
1575
|
+
fun:Py_FinalizeEx
|
1576
|
+
fun:Py_Exit
|
1577
|
+
fun:handle_system_exit
|
1578
|
+
}
|
1579
|
+
|
1580
|
+
{
|
1581
|
+
<insert_a_suppression_name_here>
|
1582
|
+
Memcheck:Addr4
|
1583
|
+
fun:PyObject_GC_Del
|
1584
|
+
fun:sm_dealloc
|
1585
|
+
fun:free_keys_object
|
1586
|
+
fun:type_clear
|
1587
|
+
fun:collect
|
1588
|
+
fun:_PyGC_CollectNoFail
|
1589
|
+
}
|
1590
|
+
|
1591
|
+
{
|
1592
|
+
<insert_a_suppression_name_here>
|
1593
|
+
Memcheck:Cond
|
1594
|
+
fun:NpyIter_GetInnerFixedStrideArray
|
1595
|
+
fun:execute_ufunc_loop
|
1596
|
+
fun:ufunc_generic_fastcall
|
1597
|
+
fun:_PyEval_EvalFrameDefault
|
1598
|
+
fun:function_code_fastcall
|
1599
|
+
fun:dispatcher_vectorcall
|
1600
|
+
fun:_PyEval_EvalFrameDefault
|
1601
|
+
fun:function_code_fastcall
|
1602
|
+
fun:method_vectorcall
|
1603
|
+
fun:_PyEval_EvalFrameDefault
|
1604
|
+
fun:function_code_fastcall
|
1605
|
+
fun:_PyEval_EvalFrameDefault
|
1606
|
+
}
|
1607
|
+
|
1608
|
+
{
|
1609
|
+
<insert_a_suppression_name_here>
|
1610
|
+
Memcheck:Addr4
|
1611
|
+
fun:object_dealloc
|
1612
|
+
fun:_textiowrapper_writeflush
|
1613
|
+
fun:_io_TextIOWrapper_flush
|
1614
|
+
fun:method_vectorcall_NOARGS
|
1615
|
+
fun:_PyEval_EvalFrameDefault
|
1616
|
+
fun:function_code_fastcall
|
1617
|
+
fun:_PyEval_EvalFrameDefault
|
1618
|
+
fun:function_code_fastcall
|
1619
|
+
fun:method_vectorcall
|
1620
|
+
fun:_PyEval_EvalFrameDefault
|
1621
|
+
fun:function_code_fastcall
|
1622
|
+
fun:_PyEval_EvalFrameDefault
|
1623
|
+
}
|
1624
|
+
|
1625
|
+
{
|
1626
|
+
<insert_a_suppression_name_here>
|
1627
|
+
Memcheck:Addr4
|
1628
|
+
fun:PyObject_GC_Del
|
1629
|
+
fun:collect
|
1630
|
+
fun:_PyGC_CollectNoFail
|
1631
|
+
fun:_PyImport_Cleanup
|
1632
|
+
fun:Py_FinalizeEx
|
1633
|
+
fun:Py_Exit
|
1634
|
+
fun:handle_system_exit
|
1635
|
+
fun:PyErr_PrintEx
|
1636
|
+
fun:PyRun_SimpleFileExFlags
|
1637
|
+
fun:Py_RunMain
|
1638
|
+
fun:Py_BytesMain
|
1639
|
+
fun:(below main)
|
1640
|
+
}
|
1641
|
+
|
1642
|
+
{
|
1643
|
+
<insert_a_suppression_name_here>
|
1644
|
+
Memcheck:Addr4
|
1645
|
+
fun:PyObject_GC_Del
|
1646
|
+
fun:collect
|
1647
|
+
fun:_PyGC_CollectNoFail
|
1648
|
+
fun:_PyImport_Cleanup
|
1649
|
+
fun:Py_FinalizeEx
|
1650
|
+
fun:Py_Exit
|
1651
|
+
fun:handle_system_exit
|
1652
|
+
fun:PyErr_PrintEx
|
1653
|
+
fun:PyRun_SimpleFileExFlags
|
1654
|
+
fun:Py_RunMain
|
1655
|
+
fun:Py_BytesMain
|
1656
|
+
fun:(below main)
|
1657
|
+
}
|
1658
|
+
|
1659
|
+
{
|
1660
|
+
<insert_a_suppression_name_here>
|
1661
|
+
Memcheck:Addr4
|
1662
|
+
fun:PyObject_GC_Del
|
1663
|
+
fun:subtype_dealloc
|
1664
|
+
fun:collect
|
1665
|
+
fun:_PyGC_CollectNoFail
|
1666
|
+
fun:_PyImport_Cleanup
|
1667
|
+
fun:Py_FinalizeEx
|
1668
|
+
fun:Py_Exit
|
1669
|
+
fun:handle_system_exit
|
1670
|
+
fun:PyErr_PrintEx
|
1671
|
+
fun:PyRun_SimpleFileExFlags
|
1672
|
+
fun:Py_RunMain
|
1673
|
+
fun:Py_BytesMain
|
1674
|
+
}
|
1675
|
+
|
1676
|
+
{
|
1677
|
+
<insert_a_suppression_name_here>
|
1678
|
+
Memcheck:Addr4
|
1679
|
+
fun:PyObject_GC_Del
|
1680
|
+
fun:free_keys_object
|
1681
|
+
fun:type_clear
|
1682
|
+
fun:collect
|
1683
|
+
fun:_PyGC_CollectNoFail
|
1684
|
+
fun:_PyImport_Cleanup
|
1685
|
+
fun:Py_FinalizeEx
|
1686
|
+
fun:Py_Exit
|
1687
|
+
fun:handle_system_exit
|
1688
|
+
fun:PyErr_PrintEx
|
1689
|
+
fun:PyRun_SimpleFileExFlags
|
1690
|
+
fun:Py_RunMain
|
1691
|
+
}
|
1692
|
+
|
1693
|
+
{
|
1694
|
+
<insert_a_suppression_name_here>
|
1695
|
+
Memcheck:Addr4
|
1696
|
+
fun:PyObject_GC_Del
|
1697
|
+
fun:subtype_dealloc
|
1698
|
+
fun:tupledealloc
|
1699
|
+
fun:func_dealloc
|
1700
|
+
fun:free_keys_object
|
1701
|
+
fun:type_clear
|
1702
|
+
fun:collect
|
1703
|
+
fun:_PyGC_CollectNoFail
|
1704
|
+
fun:_PyImport_Cleanup
|
1705
|
+
fun:Py_FinalizeEx
|
1706
|
+
fun:Py_Exit
|
1707
|
+
fun:handle_system_exit
|
1708
|
+
}
|
1709
|
+
|
1710
|
+
{
|
1711
|
+
<insert_a_suppression_name_here>
|
1712
|
+
Memcheck:Addr4
|
1713
|
+
fun:PyObject_GC_Del
|
1714
|
+
fun:dict_dealloc
|
1715
|
+
fun:subtype_dealloc
|
1716
|
+
fun:free_keys_object
|
1717
|
+
fun:dict_tp_clear
|
1718
|
+
fun:collect
|
1719
|
+
fun:_PyGC_CollectNoFail
|
1720
|
+
fun:_PyImport_Cleanup
|
1721
|
+
fun:Py_FinalizeEx
|
1722
|
+
fun:Py_Exit
|
1723
|
+
fun:handle_system_exit
|
1724
|
+
fun:PyErr_PrintEx
|
1725
|
+
}
|
1726
|
+
|
1727
|
+
{
|
1728
|
+
<insert_a_suppression_name_here>
|
1729
|
+
Memcheck:Value8
|
1730
|
+
fun:PyObject_GC_Del
|
1731
|
+
fun:collect
|
1732
|
+
fun:_PyGC_CollectNoFail
|
1733
|
+
fun:_PyImport_Cleanup
|
1734
|
+
fun:Py_FinalizeEx
|
1735
|
+
fun:Py_Exit
|
1736
|
+
fun:handle_system_exit
|
1737
|
+
fun:PyErr_PrintEx
|
1738
|
+
fun:PyRun_SimpleFileExFlags
|
1739
|
+
fun:Py_RunMain
|
1740
|
+
fun:Py_BytesMain
|
1741
|
+
fun:(below main)
|
1742
|
+
}
|
1743
|
+
|
1744
|
+
{
|
1745
|
+
<insert_a_suppression_name_here>
|
1746
|
+
Memcheck:Addr4
|
1747
|
+
fun:PyMem_Free
|
1748
|
+
}
|
1749
|
+
|
1750
|
+
{
|
1751
|
+
<insert_a_suppression_name_here>
|
1752
|
+
Memcheck:Cond
|
1753
|
+
fun:PyMem_Free
|
1754
|
+
}
|
1755
|
+
|
1756
|
+
{
|
1757
|
+
<insert_a_suppression_name_here>
|
1758
|
+
Memcheck:Value8
|
1759
|
+
fun:PyMem_Free
|
1760
|
+
}
|
1761
|
+
|
1762
|
+
{
|
1763
|
+
<insert_a_suppression_name_here>
|
1764
|
+
Memcheck:Cond
|
1765
|
+
fun:unicode_dealloc
|
1766
|
+
}
|
1767
|
+
|
1768
|
+
{
|
1769
|
+
<insert_a_suppression_name_here>
|
1770
|
+
Memcheck:Value8
|
1771
|
+
fun:unicode_dealloc
|
1772
|
+
}
|
1773
|
+
|
1774
|
+
{
|
1775
|
+
<insert_a_suppression_name_here>
|
1776
|
+
Memcheck:Addr4
|
1777
|
+
fun:unicode_dealloc
|
1778
|
+
}
|
1779
|
+
|
1780
|
+
{
|
1781
|
+
<insert_a_suppression_name_here>
|
1782
|
+
Memcheck:Cond
|
1783
|
+
fun:PyObject_GC_Del
|
1784
|
+
fun:tupledealloc
|
1785
|
+
fun:type_dealloc
|
1786
|
+
fun:collect
|
1787
|
+
fun:_PyGC_CollectNoFail
|
1788
|
+
fun:_PyImport_Cleanup
|
1789
|
+
fun:Py_FinalizeEx
|
1790
|
+
fun:Py_Exit
|
1791
|
+
fun:handle_system_exit
|
1792
|
+
fun:PyErr_PrintEx
|
1793
|
+
fun:PyRun_SimpleFileExFlags
|
1794
|
+
fun:Py_RunMain
|
1795
|
+
}
|
1796
|
+
|
1797
|
+
{
|
1798
|
+
<insert_a_suppression_name_here>
|
1799
|
+
Memcheck:Value8
|
1800
|
+
fun:PyObject_GC_Del
|
1801
|
+
fun:tupledealloc
|
1802
|
+
fun:type_dealloc
|
1803
|
+
fun:collect
|
1804
|
+
fun:_PyGC_CollectNoFail
|
1805
|
+
fun:_PyImport_Cleanup
|
1806
|
+
fun:Py_FinalizeEx
|
1807
|
+
fun:Py_Exit
|
1808
|
+
fun:handle_system_exit
|
1809
|
+
fun:PyErr_PrintEx
|
1810
|
+
fun:PyRun_SimpleFileExFlags
|
1811
|
+
fun:Py_RunMain
|
1812
|
+
}
|
1813
|
+
|
1814
|
+
{
|
1815
|
+
<insert_a_suppression_name_here>
|
1816
|
+
Memcheck:Addr4
|
1817
|
+
fun:unicode_dealloc
|
1818
|
+
fun:insertdict
|
1819
|
+
fun:_PyModule_ClearDict
|
1820
|
+
fun:_PyImport_Cleanup
|
1821
|
+
fun:Py_FinalizeEx
|
1822
|
+
fun:Py_Exit
|
1823
|
+
fun:handle_system_exit
|
1824
|
+
fun:PyErr_PrintEx
|
1825
|
+
fun:PyRun_SimpleFileExFlags
|
1826
|
+
fun:Py_RunMain
|
1827
|
+
fun:Py_BytesMain
|
1828
|
+
fun:(below main)
|
1829
|
+
}
|
1830
|
+
|
1831
|
+
{
|
1832
|
+
<insert_a_suppression_name_here>
|
1833
|
+
Memcheck:Addr4
|
1834
|
+
fun:set_dealloc
|
1835
|
+
fun:insertdict
|
1836
|
+
fun:_PyModule_ClearDict
|
1837
|
+
fun:_PyImport_Cleanup
|
1838
|
+
fun:Py_FinalizeEx
|
1839
|
+
fun:Py_Exit
|
1840
|
+
fun:handle_system_exit
|
1841
|
+
fun:PyErr_PrintEx
|
1842
|
+
fun:PyRun_SimpleFileExFlags
|
1843
|
+
fun:Py_RunMain
|
1844
|
+
fun:Py_BytesMain
|
1845
|
+
fun:(below main)
|
1846
|
+
}
|
1847
|
+
|
1848
|
+
{
|
1849
|
+
<insert_a_suppression_name_here>
|
1850
|
+
Memcheck:Addr4
|
1851
|
+
fun:unicode_dealloc
|
1852
|
+
fun:dict_dealloc
|
1853
|
+
fun:module_dealloc
|
1854
|
+
fun:insertdict
|
1855
|
+
fun:_PyModule_ClearDict
|
1856
|
+
fun:_PyImport_Cleanup
|
1857
|
+
fun:Py_FinalizeEx
|
1858
|
+
fun:Py_Exit
|
1859
|
+
fun:handle_system_exit
|
1860
|
+
fun:PyErr_PrintEx
|
1861
|
+
fun:PyRun_SimpleFileExFlags
|
1862
|
+
fun:Py_RunMain
|
1863
|
+
}
|
1864
|
+
|
1865
|
+
{
|
1866
|
+
<insert_a_suppression_name_here>
|
1867
|
+
Memcheck:Addr4
|
1868
|
+
fun:list_dealloc
|
1869
|
+
fun:insertdict
|
1870
|
+
fun:_PyModule_ClearDict
|
1871
|
+
fun:_PyImport_Cleanup
|
1872
|
+
fun:Py_FinalizeEx
|
1873
|
+
fun:Py_Exit
|
1874
|
+
fun:handle_system_exit
|
1875
|
+
fun:PyErr_PrintEx
|
1876
|
+
fun:PyRun_SimpleFileExFlags
|
1877
|
+
fun:Py_RunMain
|
1878
|
+
fun:Py_BytesMain
|
1879
|
+
fun:(below main)
|
1880
|
+
}
|
1881
|
+
|
1882
|
+
{
|
1883
|
+
<insert_a_suppression_name_here>
|
1884
|
+
Memcheck:Addr4
|
1885
|
+
fun:unicode_dealloc
|
1886
|
+
fun:pattern_dealloc
|
1887
|
+
fun:dict_dealloc
|
1888
|
+
fun:insertdict
|
1889
|
+
fun:_PyModule_ClearDict
|
1890
|
+
fun:_PyImport_Cleanup
|
1891
|
+
fun:Py_FinalizeEx
|
1892
|
+
fun:Py_Exit
|
1893
|
+
fun:handle_system_exit
|
1894
|
+
fun:PyErr_PrintEx
|
1895
|
+
fun:PyRun_SimpleFileExFlags
|
1896
|
+
fun:Py_RunMain
|
1897
|
+
}
|
1898
|
+
|
1899
|
+
{
|
1900
|
+
<insert_a_suppression_name_here>
|
1901
|
+
Memcheck:Addr4
|
1902
|
+
fun:set_dealloc
|
1903
|
+
fun:meth_dealloc
|
1904
|
+
fun:insertdict
|
1905
|
+
fun:_PyModule_ClearDict
|
1906
|
+
fun:_PyImport_Cleanup
|
1907
|
+
fun:Py_FinalizeEx
|
1908
|
+
fun:Py_Exit
|
1909
|
+
fun:handle_system_exit
|
1910
|
+
fun:PyErr_PrintEx
|
1911
|
+
fun:PyRun_SimpleFileExFlags
|
1912
|
+
fun:Py_RunMain
|
1913
|
+
fun:Py_BytesMain
|
1914
|
+
}
|
1915
|
+
|
1916
|
+
{
|
1917
|
+
<insert_a_suppression_name_here>
|
1918
|
+
Memcheck:Addr4
|
1919
|
+
fun:list_dealloc
|
1920
|
+
fun:_PyImport_Cleanup
|
1921
|
+
fun:Py_FinalizeEx
|
1922
|
+
fun:Py_Exit
|
1923
|
+
fun:handle_system_exit
|
1924
|
+
fun:PyErr_PrintEx
|
1925
|
+
fun:PyRun_SimpleFileExFlags
|
1926
|
+
fun:Py_RunMain
|
1927
|
+
fun:Py_BytesMain
|
1928
|
+
fun:(below main)
|
1929
|
+
}
|
1930
|
+
|
1931
|
+
{
|
1932
|
+
<insert_a_suppression_name_here>
|
1933
|
+
Memcheck:Addr4
|
1934
|
+
fun:list_dealloc
|
1935
|
+
fun:free_keys_object
|
1936
|
+
fun:dict_tp_clear
|
1937
|
+
fun:collect
|
1938
|
+
fun:_PyGC_CollectNoFail
|
1939
|
+
fun:Py_FinalizeEx
|
1940
|
+
fun:Py_Exit
|
1941
|
+
fun:handle_system_exit
|
1942
|
+
fun:PyErr_PrintEx
|
1943
|
+
fun:PyRun_SimpleFileExFlags
|
1944
|
+
fun:Py_RunMain
|
1945
|
+
fun:Py_BytesMain
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
{
|
1949
|
+
<insert_a_suppression_name_here>
|
1950
|
+
Memcheck:Addr4
|
1951
|
+
fun:unicode_dealloc
|
1952
|
+
fun:property_dealloc
|
1953
|
+
fun:free_keys_object
|
1954
|
+
fun:type_clear
|
1955
|
+
fun:collect
|
1956
|
+
fun:_PyGC_CollectNoFail
|
1957
|
+
fun:Py_FinalizeEx
|
1958
|
+
fun:Py_Exit
|
1959
|
+
fun:handle_system_exit
|
1960
|
+
fun:PyErr_PrintEx
|
1961
|
+
fun:PyRun_SimpleFileExFlags
|
1962
|
+
fun:Py_RunMain
|
1963
|
+
}
|
1964
|
+
|
1965
|
+
{
|
1966
|
+
<insert_a_suppression_name_here>
|
1967
|
+
Memcheck:Addr4
|
1968
|
+
fun:unicode_dealloc
|
1969
|
+
fun:_PyEval_EvalFrameDefault
|
1970
|
+
fun:_PyEval_EvalCode
|
1971
|
+
fun:method_vectorcall
|
1972
|
+
fun:_PyEval_EvalFrameDefault
|
1973
|
+
fun:_PyEval_EvalCode
|
1974
|
+
fun:method_vectorcall
|
1975
|
+
fun:_PyEval_EvalFrameDefault
|
1976
|
+
fun:function_code_fastcall
|
1977
|
+
fun:_PyEval_EvalFrameDefault
|
1978
|
+
fun:_PyEval_EvalCode
|
1979
|
+
fun:_PyFunction_Vectorcall
|
1980
|
+
}
|
1981
|
+
|
1982
|
+
{
|
1983
|
+
<insert_a_suppression_name_here>
|
1984
|
+
Memcheck:Addr4
|
1985
|
+
fun:PyMem_Realloc
|
1986
|
+
fun:resize_buffer.lto_priv.1
|
1987
|
+
fun:_io_StringIO___init__
|
1988
|
+
fun:_PyObject_MakeTpCall
|
1989
|
+
fun:_PyEval_EvalFrameDefault
|
1990
|
+
fun:gen_send_ex
|
1991
|
+
fun:builtin_next
|
1992
|
+
fun:cfunction_vectorcall_FASTCALL
|
1993
|
+
fun:_PyEval_EvalFrameDefault
|
1994
|
+
fun:function_code_fastcall
|
1995
|
+
fun:method_vectorcall
|
1996
|
+
fun:_PyEval_EvalFrameDefault
|
1997
|
+
}
|
1998
|
+
|
1999
|
+
{
|
2000
|
+
<insert_a_suppression_name_here>
|
2001
|
+
Memcheck:Addr4
|
2002
|
+
fun:PyMem_Free
|
2003
|
+
fun:stringio_dealloc
|
2004
|
+
fun:list_ass_subscript
|
2005
|
+
fun:_PyEval_EvalFrameDefault
|
2006
|
+
fun:gen_send_ex
|
2007
|
+
fun:builtin_next
|
2008
|
+
fun:cfunction_vectorcall_FASTCALL
|
2009
|
+
fun:_PyEval_EvalFrameDefault
|
2010
|
+
fun:function_code_fastcall
|
2011
|
+
fun:method_vectorcall
|
2012
|
+
fun:_PyEval_EvalFrameDefault
|
2013
|
+
fun:gen_send_ex
|
2014
|
+
}
|
2015
|
+
|
2016
|
+
{
|
2017
|
+
<insert_a_suppression_name_here>
|
2018
|
+
Memcheck:Addr4
|
2019
|
+
fun:list_dealloc
|
2020
|
+
fun:_PyAccu_Finish
|
2021
|
+
fun:make_intermediate
|
2022
|
+
fun:method_vectorcall_NOARGS
|
2023
|
+
fun:_PyEval_EvalFrameDefault
|
2024
|
+
fun:gen_send_ex
|
2025
|
+
fun:builtin_next
|
2026
|
+
fun:cfunction_vectorcall_FASTCALL
|
2027
|
+
fun:_PyEval_EvalFrameDefault
|
2028
|
+
fun:function_code_fastcall
|
2029
|
+
fun:method_vectorcall
|
2030
|
+
fun:_PyEval_EvalFrameDefault
|
2031
|
+
}
|
2032
|
+
|
2033
|
+
{
|
2034
|
+
<insert_a_suppression_name_here>
|
2035
|
+
Memcheck:Cond
|
2036
|
+
fun:set_dealloc
|
2037
|
+
fun:dict_dealloc
|
2038
|
+
fun:subtype_dealloc
|
2039
|
+
fun:dict_dealloc
|
2040
|
+
fun:insertdict
|
2041
|
+
fun:PyDict_SetItemString
|
2042
|
+
fun:_PyImport_Cleanup
|
2043
|
+
fun:Py_FinalizeEx
|
2044
|
+
fun:Py_Exit
|
2045
|
+
fun:handle_system_exit
|
2046
|
+
fun:PyErr_PrintEx
|
2047
|
+
fun:PyRun_SimpleFileExFlags
|
2048
|
+
}
|
2049
|
+
|
2050
|
+
{
|
2051
|
+
<insert_a_suppression_name_here>
|
2052
|
+
Memcheck:Addr4
|
2053
|
+
fun:unicode_dealloc
|
2054
|
+
fun:dict_dealloc
|
2055
|
+
fun:module_dealloc
|
2056
|
+
fun:insertdict
|
2057
|
+
fun:_PyImport_Cleanup
|
2058
|
+
fun:Py_FinalizeEx
|
2059
|
+
fun:Py_Exit
|
2060
|
+
fun:handle_system_exit
|
2061
|
+
fun:PyErr_PrintEx
|
2062
|
+
fun:PyRun_SimpleFileExFlags
|
2063
|
+
fun:Py_RunMain
|
2064
|
+
fun:Py_BytesMain
|
2065
|
+
}
|
2066
|
+
|
2067
|
+
{
|
2068
|
+
<insert_a_suppression_name_here>
|
2069
|
+
Memcheck:Addr4
|
2070
|
+
fun:unicode_dealloc
|
2071
|
+
fun:func_dealloc
|
2072
|
+
fun:free_keys_object
|
2073
|
+
fun:type_clear
|
2074
|
+
fun:collect
|
2075
|
+
fun:_PyGC_CollectNoFail
|
2076
|
+
fun:_PyImport_Cleanup
|
2077
|
+
fun:Py_FinalizeEx
|
2078
|
+
fun:Py_Exit
|
2079
|
+
fun:handle_system_exit
|
2080
|
+
fun:PyErr_PrintEx
|
2081
|
+
fun:PyRun_SimpleFileExFlags
|
2082
|
+
}
|
2083
|
+
|
2084
|
+
{
|
2085
|
+
<insert_a_suppression_name_here>
|
2086
|
+
Memcheck:Cond
|
2087
|
+
fun:unicode_dealloc
|
2088
|
+
fun:func_dealloc
|
2089
|
+
fun:insertdict
|
2090
|
+
fun:_PyModule_ClearDict
|
2091
|
+
fun:_PyImport_Cleanup
|
2092
|
+
fun:Py_FinalizeEx
|
2093
|
+
fun:Py_Exit
|
2094
|
+
fun:handle_system_exit
|
2095
|
+
fun:PyErr_PrintEx
|
2096
|
+
fun:PyRun_SimpleFileExFlags
|
2097
|
+
fun:Py_RunMain
|
2098
|
+
fun:Py_BytesMain
|
2099
|
+
}
|
2100
|
+
|
2101
|
+
{
|
2102
|
+
<insert_a_suppression_name_here>
|
2103
|
+
Memcheck:Addr4
|
2104
|
+
fun:PyObject_GC_Del
|
2105
|
+
fun:__pyx_tp_dealloc_5numpy_6random_6mtrand_RandomState
|
2106
|
+
fun:method_dealloc
|
2107
|
+
fun:insertdict
|
2108
|
+
fun:_PyModule_ClearDict
|
2109
|
+
fun:_PyImport_Cleanup
|
2110
|
+
fun:Py_FinalizeEx
|
2111
|
+
fun:Py_Exit
|
2112
|
+
fun:handle_system_exit
|
2113
|
+
fun:PyErr_PrintEx
|
2114
|
+
fun:PyRun_SimpleFileExFlags
|
2115
|
+
fun:Py_RunMain
|
2116
|
+
}
|
2117
|
+
|
2118
|
+
{
|
2119
|
+
<insert_a_suppression_name_here>
|
2120
|
+
Memcheck:Cond
|
2121
|
+
fun:object_dealloc
|
2122
|
+
fun:code_dealloc
|
2123
|
+
fun:func_dealloc
|
2124
|
+
fun:insertdict
|
2125
|
+
fun:_PyModule_ClearDict
|
2126
|
+
fun:_PyImport_Cleanup
|
2127
|
+
fun:Py_FinalizeEx
|
2128
|
+
fun:Py_Exit
|
2129
|
+
fun:handle_system_exit
|
2130
|
+
fun:PyErr_PrintEx
|
2131
|
+
fun:PyRun_SimpleFileExFlags
|
2132
|
+
fun:Py_RunMain
|
2133
|
+
}
|
2134
|
+
|
2135
|
+
{
|
2136
|
+
<insert_a_suppression_name_here>
|
2137
|
+
Memcheck:Addr4
|
2138
|
+
fun:PyObject_GC_Del
|
2139
|
+
fun:subtype_dealloc
|
2140
|
+
fun:collect
|
2141
|
+
fun:_PyGC_CollectNoFail
|
2142
|
+
fun:Py_FinalizeEx
|
2143
|
+
fun:Py_Exit
|
2144
|
+
fun:handle_system_exit
|
2145
|
+
fun:PyErr_PrintEx
|
2146
|
+
fun:PyRun_SimpleFileExFlags
|
2147
|
+
fun:Py_RunMain
|
2148
|
+
fun:Py_BytesMain
|
2149
|
+
fun:(below main)
|
2150
|
+
}
|
2151
|
+
|
2152
|
+
{
|
2153
|
+
<insert_a_suppression_name_here>
|
2154
|
+
Memcheck:Addr4
|
2155
|
+
fun:PyObject_GC_Del
|
2156
|
+
fun:free_keys_object
|
2157
|
+
fun:dict_tp_clear
|
2158
|
+
fun:collect
|
2159
|
+
fun:_PyGC_CollectNoFail
|
2160
|
+
fun:Py_FinalizeEx
|
2161
|
+
fun:Py_Exit
|
2162
|
+
fun:handle_system_exit
|
2163
|
+
fun:PyErr_PrintEx
|
2164
|
+
fun:PyRun_SimpleFileExFlags
|
2165
|
+
fun:Py_RunMain
|
2166
|
+
fun:Py_BytesMain
|
2167
|
+
}
|
2168
|
+
|
2169
|
+
{
|
2170
|
+
<insert_a_suppression_name_here>
|
2171
|
+
Memcheck:Value8
|
2172
|
+
fun:PyObject_GC_Del
|
2173
|
+
fun:collect
|
2174
|
+
fun:_PyGC_CollectNoFail
|
2175
|
+
fun:Py_FinalizeEx
|
2176
|
+
fun:Py_Exit
|
2177
|
+
fun:handle_system_exit
|
2178
|
+
fun:PyErr_PrintEx
|
2179
|
+
fun:PyRun_SimpleFileExFlags
|
2180
|
+
fun:Py_RunMain
|
2181
|
+
fun:Py_BytesMain
|
2182
|
+
fun:(below main)
|
2183
|
+
}
|
2184
|
+
|
2185
|
+
{
|
2186
|
+
<insert_a_suppression_name_here>
|
2187
|
+
Memcheck:Addr4
|
2188
|
+
fun:PyMem_Free
|
2189
|
+
fun:code_dealloc
|
2190
|
+
fun:func_dealloc
|
2191
|
+
fun:free_keys_object
|
2192
|
+
fun:dict_tp_clear
|
2193
|
+
fun:collect
|
2194
|
+
fun:_PyGC_CollectNoFail
|
2195
|
+
fun:Py_FinalizeEx
|
2196
|
+
fun:Py_Exit
|
2197
|
+
fun:handle_system_exit
|
2198
|
+
fun:PyErr_PrintEx
|
2199
|
+
fun:PyRun_SimpleFileExFlags
|
2200
|
+
}
|
2201
|
+
|
2202
|
+
{
|
2203
|
+
<insert_a_suppression_name_here>
|
2204
|
+
Memcheck:Addr4
|
2205
|
+
fun:PyObject_GC_Del
|
2206
|
+
fun:subtype_dealloc
|
2207
|
+
fun:cell_dealloc
|
2208
|
+
fun:tupledealloc
|
2209
|
+
fun:func_dealloc
|
2210
|
+
fun:free_keys_object
|
2211
|
+
fun:dict_tp_clear
|
2212
|
+
fun:collect
|
2213
|
+
fun:_PyGC_CollectNoFail
|
2214
|
+
fun:Py_FinalizeEx
|
2215
|
+
fun:Py_Exit
|
2216
|
+
fun:handle_system_exit
|
2217
|
+
}
|
2218
|
+
|
2219
|
+
{
|
2220
|
+
<insert_a_suppression_name_here>
|
2221
|
+
Memcheck:Leak
|
2222
|
+
match-leak-kinds: definite
|
2223
|
+
fun:malloc
|
2224
|
+
fun:resize_scopes
|
2225
|
+
fun:dl_open_worker
|
2226
|
+
fun:_dl_catch_exception
|
2227
|
+
fun:_dl_open
|
2228
|
+
fun:dlopen_doit
|
2229
|
+
fun:_dl_catch_exception
|
2230
|
+
fun:_dl_catch_error
|
2231
|
+
fun:_dlerror_run
|
2232
|
+
fun:dlopen@@GLIBC_2.2.5
|
2233
|
+
fun:_PyImport_FindSharedFuncptr
|
2234
|
+
fun:_imp_create_dynamic
|
2235
|
+
fun:cfunction_vectorcall_FASTCALL
|
2236
|
+
}
|
2237
|
+
|
2238
|
+
{
|
2239
|
+
<insert_a_suppression_name_here>
|
2240
|
+
Memcheck:Addr4
|
2241
|
+
fun:list_dealloc
|
2242
|
+
fun:_PyEval_EvalFrameDefault
|
2243
|
+
fun:_PyEval_EvalCode
|
2244
|
+
fun:_PyFunction_Vectorcall
|
2245
|
+
fun:_PyEval_EvalFrameDefault
|
2246
|
+
fun:function_code_fastcall
|
2247
|
+
fun:method_vectorcall
|
2248
|
+
fun:_PyEval_EvalFrameDefault
|
2249
|
+
fun:function_code_fastcall
|
2250
|
+
fun:_PyEval_EvalFrameDefault
|
2251
|
+
fun:_PyEval_EvalCode
|
2252
|
+
fun:_PyFunction_Vectorcall
|
2253
|
+
}
|
2254
|
+
|
2255
|
+
{
|
2256
|
+
<insert_a_suppression_name_here>
|
2257
|
+
Memcheck:Addr4
|
2258
|
+
fun:set_dealloc
|
2259
|
+
fun:free_keys_object
|
2260
|
+
fun:dict_tp_clear
|
2261
|
+
fun:collect
|
2262
|
+
fun:_PyGC_CollectNoFail
|
2263
|
+
fun:_PyImport_Cleanup
|
2264
|
+
fun:Py_FinalizeEx
|
2265
|
+
fun:Py_Exit
|
2266
|
+
fun:handle_system_exit
|
2267
|
+
fun:PyErr_PrintEx
|
2268
|
+
fun:PyRun_SimpleFileExFlags
|
2269
|
+
fun:Py_RunMain
|
2270
|
+
}
|
2271
|
+
|
2272
|
+
{
|
2273
|
+
<insert_a_suppression_name_here>
|
2274
|
+
Memcheck:Addr4
|
2275
|
+
fun:unicode_dealloc
|
2276
|
+
fun:dict_dealloc
|
2277
|
+
fun:subtype_dealloc
|
2278
|
+
fun:insertdict
|
2279
|
+
fun:_PyModule_ClearDict
|
2280
|
+
fun:_PyImport_Cleanup
|
2281
|
+
fun:Py_FinalizeEx
|
2282
|
+
fun:Py_Exit
|
2283
|
+
fun:handle_system_exit
|
2284
|
+
fun:PyErr_PrintEx
|
2285
|
+
fun:PyRun_SimpleFileExFlags
|
2286
|
+
fun:Py_RunMain
|
2287
|
+
}
|
2288
|
+
|
2289
|
+
{
|
2290
|
+
<insert_a_suppression_name_here>
|
2291
|
+
Memcheck:Addr4
|
2292
|
+
fun:PyObject_GC_Del
|
2293
|
+
fun:meth_dealloc
|
2294
|
+
fun:free_keys_object
|
2295
|
+
fun:type_clear
|
2296
|
+
fun:collect
|
2297
|
+
fun:_PyGC_CollectNoFail
|
2298
|
+
fun:Py_FinalizeEx
|
2299
|
+
fun:Py_Exit
|
2300
|
+
fun:handle_system_exit
|
2301
|
+
fun:PyErr_PrintEx
|
2302
|
+
fun:PyRun_SimpleFileExFlags
|
2303
|
+
fun:Py_RunMain
|
2304
|
+
}
|
2305
|
+
|
2306
|
+
{
|
2307
|
+
<insert_a_suppression_name_here>
|
2308
|
+
Memcheck:Addr4
|
2309
|
+
fun:unicode_dealloc
|
2310
|
+
fun:pattern_dealloc
|
2311
|
+
fun:free_keys_object
|
2312
|
+
fun:type_clear
|
2313
|
+
fun:collect
|
2314
|
+
fun:_PyGC_CollectNoFail
|
2315
|
+
fun:Py_FinalizeEx
|
2316
|
+
fun:Py_Exit
|
2317
|
+
fun:handle_system_exit
|
2318
|
+
fun:PyErr_PrintEx
|
2319
|
+
fun:PyRun_SimpleFileExFlags
|
2320
|
+
fun:Py_RunMain
|
2321
|
+
}
|
2322
|
+
|
2323
|
+
{
|
2324
|
+
<insert_a_suppression_name_here>
|
2325
|
+
Memcheck:Cond
|
2326
|
+
fun:PyObject_GC_Del
|
2327
|
+
fun:subtype_dealloc
|
2328
|
+
fun:collect
|
2329
|
+
fun:_PyGC_CollectNoFail
|
2330
|
+
fun:Py_FinalizeEx
|
2331
|
+
fun:Py_Exit
|
2332
|
+
fun:handle_system_exit
|
2333
|
+
fun:PyErr_PrintEx
|
2334
|
+
fun:PyRun_SimpleFileExFlags
|
2335
|
+
fun:Py_RunMain
|
2336
|
+
fun:Py_BytesMain
|
2337
|
+
fun:(below main)
|
2338
|
+
}
|
2339
|
+
|
2340
|
+
{
|
2341
|
+
<insert_a_suppression_name_here>
|
2342
|
+
Memcheck:Addr4
|
2343
|
+
fun:PyObject_GC_Del
|
2344
|
+
fun:dict_dealloc
|
2345
|
+
fun:func_dealloc
|
2346
|
+
fun:free_keys_object
|
2347
|
+
fun:type_clear
|
2348
|
+
fun:collect
|
2349
|
+
fun:_PyGC_CollectNoFail
|
2350
|
+
fun:Py_FinalizeEx
|
2351
|
+
fun:Py_Exit
|
2352
|
+
fun:handle_system_exit
|
2353
|
+
fun:PyErr_PrintEx
|
2354
|
+
fun:PyRun_SimpleFileExFlags
|
2355
|
+
}
|
2356
|
+
|
2357
|
+
{
|
2358
|
+
<insert_a_suppression_name_here>
|
2359
|
+
Memcheck:Addr4
|
2360
|
+
fun:list_dealloc
|
2361
|
+
fun:dict_dealloc
|
2362
|
+
fun:subtype_dealloc
|
2363
|
+
fun:frame_dealloc
|
2364
|
+
fun:frame_dealloc
|
2365
|
+
}
|
2366
|
+
|
2367
|
+
{
|
2368
|
+
<insert_a_suppression_name_here>
|
2369
|
+
Memcheck:Addr4
|
2370
|
+
fun:unicode_dealloc
|
2371
|
+
fun:func_dealloc
|
2372
|
+
fun:free_keys_object
|
2373
|
+
fun:dict_tp_clear
|
2374
|
+
fun:collect
|
2375
|
+
fun:_PyGC_CollectNoFail
|
2376
|
+
fun:_PyImport_Cleanup
|
2377
|
+
fun:Py_FinalizeEx
|
2378
|
+
fun:Py_Exit
|
2379
|
+
fun:handle_system_exit
|
2380
|
+
fun:PyErr_PrintEx
|
2381
|
+
fun:PyRun_SimpleFileExFlags
|
2382
|
+
}
|
2383
|
+
|
2384
|
+
{
|
2385
|
+
<insert_a_suppression_name_here>
|
2386
|
+
Memcheck:Addr4
|
2387
|
+
fun:unicode_dealloc
|
2388
|
+
fun:pattern_dealloc
|
2389
|
+
fun:free_keys_object
|
2390
|
+
fun:type_clear
|
2391
|
+
fun:collect
|
2392
|
+
fun:_PyGC_CollectNoFail
|
2393
|
+
fun:Py_FinalizeEx
|
2394
|
+
fun:Py_Exit
|
2395
|
+
fun:handle_system_exit
|
2396
|
+
fun:PyErr_PrintEx
|
2397
|
+
fun:PyRun_SimpleFileExFlags
|
2398
|
+
fun:Py_RunMain
|
2399
|
+
}
|
2400
|
+
|
2401
|
+
{
|
2402
|
+
<insert_a_suppression_name_here>
|
2403
|
+
Memcheck:Addr4
|
2404
|
+
fun:unicode_dealloc
|
2405
|
+
fun:pattern_dealloc
|
2406
|
+
fun:free_keys_object
|
2407
|
+
fun:type_clear
|
2408
|
+
fun:collect
|
2409
|
+
fun:_PyGC_CollectNoFail
|
2410
|
+
fun:Py_FinalizeEx
|
2411
|
+
fun:Py_Exit
|
2412
|
+
fun:handle_system_exit
|
2413
|
+
fun:PyErr_PrintEx
|
2414
|
+
fun:PyRun_SimpleFileExFlags
|
2415
|
+
fun:Py_RunMain
|
2416
|
+
}
|
2417
|
+
|
2418
|
+
{
|
2419
|
+
<insert_a_suppression_name_here>
|
2420
|
+
Memcheck:Value8
|
2421
|
+
fun:_sre_SRE_Pattern_match
|
2422
|
+
fun:method_vectorcall_FASTCALL_KEYWORDS
|
2423
|
+
fun:_PyEval_EvalFrameDefault
|
2424
|
+
fun:function_code_fastcall
|
2425
|
+
fun:method_vectorcall
|
2426
|
+
fun:_PyEval_EvalFrameDefault
|
2427
|
+
fun:_PyEval_EvalCode
|
2428
|
+
fun:_PyFunction_Vectorcall
|
2429
|
+
fun:_PyEval_EvalFrameDefault
|
2430
|
+
fun:function_code_fastcall
|
2431
|
+
fun:_PyEval_EvalFrameDefault
|
2432
|
+
fun:_PyEval_EvalCode
|
2433
|
+
}
|
2434
|
+
|
2435
|
+
{
|
2436
|
+
<insert_a_suppression_name_here>
|
2437
|
+
Memcheck:Addr4
|
2438
|
+
fun:PyObject_GC_Del
|
2439
|
+
fun:meth_dealloc
|
2440
|
+
fun:free_keys_object
|
2441
|
+
fun:type_clear
|
2442
|
+
fun:collect
|
2443
|
+
fun:_PyGC_CollectNoFail
|
2444
|
+
fun:Py_FinalizeEx
|
2445
|
+
fun:Py_Exit
|
2446
|
+
fun:handle_system_exit
|
2447
|
+
fun:PyErr_PrintEx
|
2448
|
+
fun:PyRun_SimpleFileExFlags
|
2449
|
+
fun:Py_RunMain
|
2450
|
+
}
|
2451
|
+
|
2452
|
+
{
|
2453
|
+
<insert_a_suppression_name_here>
|
2454
|
+
Memcheck:Addr4
|
2455
|
+
fun:unicode_dealloc
|
2456
|
+
fun:dict_dealloc
|
2457
|
+
fun:subtype_dealloc
|
2458
|
+
fun:insertdict
|
2459
|
+
fun:_PyModule_ClearDict
|
2460
|
+
fun:_PyImport_Cleanup
|
2461
|
+
fun:Py_FinalizeEx
|
2462
|
+
fun:Py_Exit
|
2463
|
+
fun:handle_system_exit
|
2464
|
+
fun:PyErr_PrintEx
|
2465
|
+
fun:PyRun_SimpleFileExFlags
|
2466
|
+
fun:Py_RunMain
|
2467
|
+
}
|
2468
|
+
|
2469
|
+
{
|
2470
|
+
<insert_a_suppression_name_here>
|
2471
|
+
Memcheck:Addr4
|
2472
|
+
fun:set_dealloc
|
2473
|
+
fun:free_keys_object
|
2474
|
+
fun:dict_tp_clear
|
2475
|
+
fun:collect
|
2476
|
+
fun:_PyGC_CollectNoFail
|
2477
|
+
fun:_PyImport_Cleanup
|
2478
|
+
fun:Py_FinalizeEx
|
2479
|
+
fun:Py_Exit
|
2480
|
+
fun:handle_system_exit
|
2481
|
+
fun:PyErr_PrintEx
|
2482
|
+
fun:PyRun_SimpleFileExFlags
|
2483
|
+
fun:Py_RunMain
|
2484
|
+
}
|
2485
|
+
|
2486
|
+
{
|
2487
|
+
<insert_a_suppression_name_here>
|
2488
|
+
Memcheck:Addr4
|
2489
|
+
fun:list_dealloc
|
2490
|
+
fun:_PyEval_EvalFrameDefault
|
2491
|
+
fun:_PyEval_EvalCode
|
2492
|
+
fun:_PyFunction_Vectorcall
|
2493
|
+
fun:_PyEval_EvalFrameDefault
|
2494
|
+
fun:function_code_fastcall
|
2495
|
+
fun:method_vectorcall
|
2496
|
+
fun:_PyEval_EvalFrameDefault
|
2497
|
+
fun:function_code_fastcall
|
2498
|
+
fun:_PyEval_EvalFrameDefault
|
2499
|
+
fun:_PyEval_EvalCode
|
2500
|
+
fun:_PyFunction_Vectorcall
|
2501
|
+
}
|
2502
|
+
|
2503
|
+
{
|
2504
|
+
<insert_a_suppression_name_here>
|
2505
|
+
Memcheck:Value8
|
2506
|
+
fun:list_dealloc
|
2507
|
+
fun:_PyAccu_Finish
|
2508
|
+
fun:make_intermediate
|
2509
|
+
fun:method_vectorcall_NOARGS
|
2510
|
+
fun:_PyEval_EvalFrameDefault
|
2511
|
+
fun:gen_send_ex
|
2512
|
+
fun:builtin_next
|
2513
|
+
fun:cfunction_vectorcall_FASTCALL
|
2514
|
+
fun:_PyEval_EvalFrameDefault
|
2515
|
+
fun:function_code_fastcall
|
2516
|
+
fun:method_vectorcall
|
2517
|
+
fun:_PyEval_EvalFrameDefault
|
2518
|
+
}
|
2519
|
+
|
2520
|
+
{
|
2521
|
+
<insert_a_suppression_name_here>
|
2522
|
+
Memcheck:Addr4
|
2523
|
+
fun:object_dealloc
|
2524
|
+
fun:tupledealloc
|
2525
|
+
fun:textiowrapper_read_chunk
|
2526
|
+
fun:_textiowrapper_readline
|
2527
|
+
fun:method_vectorcall_FASTCALL
|
2528
|
+
fun:PyObject_VectorcallMethod
|
2529
|
+
fun:PyFile_GetLine
|
2530
|
+
fun:_Py_DisplaySourceLine
|
2531
|
+
fun:PyTraceBack_Print
|
2532
|
+
fun:print_exception_recursive.cold
|
2533
|
+
fun:_PyErr_Display
|
2534
|
+
fun:PyErr_Display
|
2535
|
+
}
|
2536
|
+
|
2537
|
+
{
|
2538
|
+
<insert_a_suppression_name_here>
|
2539
|
+
Memcheck:Addr4
|
2540
|
+
fun:unicode_dealloc
|
2541
|
+
fun:textiowrapper_clear
|
2542
|
+
fun:textiowrapper_dealloc
|
2543
|
+
fun:_Py_DisplaySourceLine
|
2544
|
+
fun:PyTraceBack_Print
|
2545
|
+
fun:print_exception_recursive.cold
|
2546
|
+
fun:_PyErr_Display
|
2547
|
+
fun:PyErr_Display
|
2548
|
+
fun:sys_excepthook
|
2549
|
+
fun:cfunction_vectorcall_FASTCALL
|
2550
|
+
fun:_PyObject_VectorcallTstate.lto_priv.0
|
2551
|
+
fun:_PyErr_PrintEx.part.0
|
2552
|
+
}
|
2553
|
+
|
2554
|
+
{
|
2555
|
+
<insert_a_suppression_name_here>
|
2556
|
+
Memcheck:Addr4
|
2557
|
+
fun:object_dealloc
|
2558
|
+
fun:_io_TextIOWrapper_read
|
2559
|
+
fun:method_vectorcall_FASTCALL
|
2560
|
+
fun:_PyEval_EvalFrameDefault
|
2561
|
+
fun:_PyEval_EvalCode
|
2562
|
+
fun:method_vectorcall
|
2563
|
+
fun:_PyEval_EvalFrameDefault
|
2564
|
+
fun:function_code_fastcall
|
2565
|
+
fun:_PyEval_EvalFrameDefault
|
2566
|
+
fun:_PyEval_EvalCode
|
2567
|
+
fun:_PyFunction_Vectorcall
|
2568
|
+
fun:method_vectorcall
|
2569
|
+
}
|
2570
|
+
|
2571
|
+
{
|
2572
|
+
<insert_a_suppression_name_here>
|
2573
|
+
Memcheck:Addr4
|
2574
|
+
fun:unicode_dealloc
|
2575
|
+
fun:_PyEval_EvalFrameDefault
|
2576
|
+
fun:_PyEval_EvalCode
|
2577
|
+
fun:method_vectorcall
|
2578
|
+
fun:_PyEval_EvalFrameDefault
|
2579
|
+
fun:function_code_fastcall
|
2580
|
+
fun:_PyEval_EvalFrameDefault
|
2581
|
+
fun:_PyEval_EvalCode
|
2582
|
+
fun:_PyFunction_Vectorcall
|
2583
|
+
fun:method_vectorcall
|
2584
|
+
fun:_PyEval_EvalFrameDefault
|
2585
|
+
fun:_PyEval_EvalCode
|
2586
|
+
}
|
2587
|
+
|
2588
|
+
{
|
2589
|
+
<insert_a_suppression_name_here>
|
2590
|
+
Memcheck:Addr4
|
2591
|
+
fun:set_dealloc
|
2592
|
+
fun:insertdict
|
2593
|
+
fun:_PyObject_GenericSetAttrWithDict
|
2594
|
+
fun:PyObject_SetAttr
|
2595
|
+
fun:_PyEval_EvalFrameDefault
|
2596
|
+
fun:function_code_fastcall
|
2597
|
+
fun:_PyEval_EvalFrameDefault
|
2598
|
+
fun:_PyEval_EvalCode
|
2599
|
+
fun:_PyFunction_Vectorcall
|
2600
|
+
fun:_PyEval_EvalFrameDefault
|
2601
|
+
fun:_PyEval_EvalCode
|
2602
|
+
fun:method_vectorcall
|
2603
|
+
}
|
2604
|
+
|
2605
|
+
{
|
2606
|
+
<insert_a_suppression_name_here>
|
2607
|
+
Memcheck:Addr4
|
2608
|
+
fun:PyMem_Free
|
2609
|
+
fun:_sre_SRE_Scanner_search
|
2610
|
+
fun:cfunction_vectorcall_NOARGS
|
2611
|
+
fun:_PyObject_VectorcallTstate.lto_priv.0
|
2612
|
+
fun:calliter_iternext
|
2613
|
+
fun:_PyEval_EvalFrameDefault
|
2614
|
+
fun:_PyEval_EvalCode
|
2615
|
+
fun:_PyFunction_Vectorcall
|
2616
|
+
fun:_PyEval_EvalFrameDefault
|
2617
|
+
fun:function_code_fastcall
|
2618
|
+
fun:method_vectorcall
|
2619
|
+
fun:_PyEval_EvalFrameDefault
|
2620
|
+
}
|
2621
|
+
|
2622
|
+
{
|
2623
|
+
<insert_a_suppression_name_here>
|
2624
|
+
Memcheck:Addr4
|
2625
|
+
fun:_PyBytes_Resize
|
2626
|
+
fun:_pickle_dumps
|
2627
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
2628
|
+
fun:_PyEval_EvalFrameDefault
|
2629
|
+
fun:function_code_fastcall
|
2630
|
+
fun:method_vectorcall
|
2631
|
+
fun:_PyEval_EvalFrameDefault
|
2632
|
+
fun:function_code_fastcall
|
2633
|
+
fun:_PyEval_EvalFrameDefault
|
2634
|
+
fun:_PyEval_EvalCode
|
2635
|
+
fun:_PyFunction_Vectorcall
|
2636
|
+
fun:method_vectorcall
|
2637
|
+
}
|
2638
|
+
|
2639
|
+
{
|
2640
|
+
<insert_a_suppression_name_here>
|
2641
|
+
Memcheck:Addr4
|
2642
|
+
fun:unicode_dealloc
|
2643
|
+
fun:Pickler_dealloc
|
2644
|
+
fun:_pickle_dumps
|
2645
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
2646
|
+
fun:_PyEval_EvalFrameDefault
|
2647
|
+
fun:function_code_fastcall
|
2648
|
+
fun:method_vectorcall
|
2649
|
+
fun:_PyEval_EvalFrameDefault
|
2650
|
+
fun:function_code_fastcall
|
2651
|
+
fun:_PyEval_EvalFrameDefault
|
2652
|
+
fun:_PyEval_EvalCode
|
2653
|
+
fun:_PyFunction_Vectorcall
|
2654
|
+
}
|
2655
|
+
|
2656
|
+
{
|
2657
|
+
<insert_a_suppression_name_here>
|
2658
|
+
Memcheck:Addr4
|
2659
|
+
fun:unicode_dealloc
|
2660
|
+
fun:_PyEval_EvalFrameDefault
|
2661
|
+
fun:_PyEval_EvalCode
|
2662
|
+
fun:method_vectorcall
|
2663
|
+
fun:_PyEval_EvalFrameDefault
|
2664
|
+
fun:function_code_fastcall
|
2665
|
+
fun:method_vectorcall
|
2666
|
+
fun:_PyEval_EvalFrameDefault
|
2667
|
+
fun:function_code_fastcall
|
2668
|
+
fun:_PyEval_EvalFrameDefault
|
2669
|
+
fun:_PyEval_EvalCode
|
2670
|
+
fun:_PyFunction_Vectorcall
|
2671
|
+
}
|
2672
|
+
|
2673
|
+
{
|
2674
|
+
<insert_a_suppression_name_here>
|
2675
|
+
Memcheck:Addr4
|
2676
|
+
fun:object_dealloc
|
2677
|
+
fun:dict_dealloc
|
2678
|
+
fun:insertdict
|
2679
|
+
fun:_PyModule_ClearDict
|
2680
|
+
fun:_PyImport_Cleanup
|
2681
|
+
fun:Py_FinalizeEx
|
2682
|
+
fun:Py_Exit
|
2683
|
+
fun:handle_system_exit
|
2684
|
+
fun:PyErr_PrintEx
|
2685
|
+
fun:PyRun_SimpleFileExFlags
|
2686
|
+
fun:Py_RunMain
|
2687
|
+
fun:Py_BytesMain
|
2688
|
+
}
|
2689
|
+
|
2690
|
+
{
|
2691
|
+
<insert_a_suppression_name_here>
|
2692
|
+
Memcheck:Addr4
|
2693
|
+
fun:PyMem_Free
|
2694
|
+
fun:_list_clear
|
2695
|
+
fun:_PyImport_Cleanup
|
2696
|
+
fun:Py_FinalizeEx
|
2697
|
+
fun:Py_Exit
|
2698
|
+
fun:handle_system_exit
|
2699
|
+
fun:PyErr_PrintEx
|
2700
|
+
fun:PyRun_SimpleFileExFlags
|
2701
|
+
fun:Py_RunMain
|
2702
|
+
fun:Py_BytesMain
|
2703
|
+
}
|
2704
|
+
|
2705
|
+
{
|
2706
|
+
<insert_a_suppression_name_here>
|
2707
|
+
Memcheck:Cond
|
2708
|
+
fun:PyObject_GC_Del
|
2709
|
+
fun:collect
|
2710
|
+
fun:_PyGC_CollectNoFail
|
2711
|
+
fun:Py_FinalizeEx
|
2712
|
+
fun:Py_Exit
|
2713
|
+
fun:handle_system_exit
|
2714
|
+
fun:PyErr_PrintEx
|
2715
|
+
fun:PyRun_SimpleFileExFlags
|
2716
|
+
fun:Py_RunMain
|
2717
|
+
fun:Py_BytesMain
|
2718
|
+
}
|
2719
|
+
|
2720
|
+
{
|
2721
|
+
<insert_a_suppression_name_here>
|
2722
|
+
Memcheck:Addr4
|
2723
|
+
fun:unicode_dealloc
|
2724
|
+
fun:_PyEval_EvalFrameDefault
|
2725
|
+
fun:gen_send_ex
|
2726
|
+
fun:builtin_next
|
2727
|
+
fun:cfunction_vectorcall_FASTCALL
|
2728
|
+
fun:_PyEval_EvalFrameDefault
|
2729
|
+
fun:function_code_fastcall
|
2730
|
+
fun:method_vectorcall
|
2731
|
+
fun:_PyEval_EvalFrameDefault
|
2732
|
+
fun:function_code_fastcall
|
2733
|
+
fun:method_vectorcall
|
2734
|
+
fun:_PyEval_EvalFrameDefault
|
2735
|
+
}
|
2736
|
+
|
2737
|
+
{
|
2738
|
+
<insert_a_suppression_name_here>
|
2739
|
+
Memcheck:Cond
|
2740
|
+
fun:PyMem_Free
|
2741
|
+
fun:stringio_dealloc
|
2742
|
+
fun:list_ass_subscript
|
2743
|
+
fun:_PyEval_EvalFrameDefault
|
2744
|
+
fun:gen_send_ex
|
2745
|
+
fun:builtin_next
|
2746
|
+
fun:cfunction_vectorcall_FASTCALL
|
2747
|
+
fun:_PyEval_EvalFrameDefault
|
2748
|
+
fun:function_code_fastcall
|
2749
|
+
fun:method_vectorcall
|
2750
|
+
fun:_PyEval_EvalFrameDefault
|
2751
|
+
fun:_PyEval_EvalCode
|
2752
|
+
}
|
2753
|
+
|
2754
|
+
|
2755
|
+
{
|
2756
|
+
<insert_a_suppression_name_here>
|
2757
|
+
Memcheck:Addr4
|
2758
|
+
fun:unicode_dealloc
|
2759
|
+
fun:dict_dealloc
|
2760
|
+
fun:Unpickler_dealloc
|
2761
|
+
fun:_pickle_loads
|
2762
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
2763
|
+
fun:_PyEval_EvalFrameDefault
|
2764
|
+
fun:function_code_fastcall
|
2765
|
+
fun:method_vectorcall
|
2766
|
+
fun:_PyEval_EvalFrameDefault
|
2767
|
+
fun:function_code_fastcall
|
2768
|
+
fun:_PyEval_EvalFrameDefault
|
2769
|
+
fun:_PyEval_EvalCode
|
2770
|
+
}
|
2771
|
+
|
2772
|
+
{
|
2773
|
+
<insert_a_suppression_name_here>
|
2774
|
+
Memcheck:Cond
|
2775
|
+
fun:PyObject_GC_Del
|
2776
|
+
fun:free_keys_object
|
2777
|
+
fun:dict_tp_clear
|
2778
|
+
fun:collect
|
2779
|
+
fun:_PyGC_CollectNoFail
|
2780
|
+
fun:Py_FinalizeEx
|
2781
|
+
fun:Py_Exit
|
2782
|
+
fun:handle_system_exit
|
2783
|
+
fun:PyErr_PrintEx
|
2784
|
+
fun:PyRun_SimpleFileExFlags
|
2785
|
+
fun:Py_RunMain
|
2786
|
+
fun:Py_BytesMain
|
2787
|
+
}
|
2788
|
+
|
2789
|
+
{
|
2790
|
+
<insert_a_suppression_name_here>
|
2791
|
+
Memcheck:Cond
|
2792
|
+
fun:list_dealloc
|
2793
|
+
fun:listiter_next
|
2794
|
+
fun:_PyEval_EvalFrameDefault
|
2795
|
+
fun:_PyEval_EvalCode
|
2796
|
+
fun:_PyFunction_Vectorcall
|
2797
|
+
fun:_PyEval_EvalFrameDefault
|
2798
|
+
fun:_PyEval_EvalCode
|
2799
|
+
fun:_PyFunction_Vectorcall
|
2800
|
+
fun:_PyEval_EvalFrameDefault
|
2801
|
+
fun:function_code_fastcall
|
2802
|
+
fun:_PyEval_EvalFrameDefault
|
2803
|
+
fun:_PyEval_EvalCode
|
2804
|
+
}
|
2805
|
+
|
2806
|
+
{
|
2807
|
+
<insert_a_suppression_name_here>
|
2808
|
+
Memcheck:Addr4
|
2809
|
+
fun:list_dealloc
|
2810
|
+
fun:_PyEval_EvalFrameDefault
|
2811
|
+
fun:_PyEval_EvalCode
|
2812
|
+
fun:_PyFunction_Vectorcall
|
2813
|
+
fun:_PyEval_EvalFrameDefault
|
2814
|
+
fun:_PyEval_EvalCode
|
2815
|
+
fun:_PyFunction_Vectorcall
|
2816
|
+
fun:_PyEval_EvalFrameDefault
|
2817
|
+
fun:_PyEval_EvalCode
|
2818
|
+
fun:method_vectorcall
|
2819
|
+
fun:_PyEval_EvalFrameDefault
|
2820
|
+
fun:function_code_fastcall
|
2821
|
+
}
|
2822
|
+
|
2823
|
+
{
|
2824
|
+
<insert_a_suppression_name_here>
|
2825
|
+
Memcheck:Addr4
|
2826
|
+
fun:list_dealloc
|
2827
|
+
fun:_PyEval_EvalFrameDefault
|
2828
|
+
fun:_PyEval_EvalCode
|
2829
|
+
fun:method_vectorcall
|
2830
|
+
fun:_PyEval_EvalFrameDefault
|
2831
|
+
fun:function_code_fastcall
|
2832
|
+
fun:_PyEval_EvalFrameDefault
|
2833
|
+
fun:_PyEval_EvalCode
|
2834
|
+
fun:_PyFunction_Vectorcall
|
2835
|
+
fun:method_vectorcall
|
2836
|
+
fun:_PyEval_EvalFrameDefault
|
2837
|
+
fun:_PyEval_EvalCode
|
2838
|
+
}
|
2839
|
+
|
2840
|
+
{
|
2841
|
+
<insert_a_suppression_name_here>
|
2842
|
+
Memcheck:Cond
|
2843
|
+
fun:list_dealloc
|
2844
|
+
fun:_PyEval_EvalFrameDefault
|
2845
|
+
fun:_PyEval_EvalCode
|
2846
|
+
fun:_PyFunction_Vectorcall
|
2847
|
+
fun:_PyEval_EvalFrameDefault
|
2848
|
+
fun:_PyEval_EvalCode
|
2849
|
+
fun:_PyFunction_Vectorcall
|
2850
|
+
fun:_PyEval_EvalFrameDefault
|
2851
|
+
fun:_PyEval_EvalCode
|
2852
|
+
fun:method_vectorcall
|
2853
|
+
fun:_PyEval_EvalFrameDefault
|
2854
|
+
fun:function_code_fastcall
|
2855
|
+
}
|
2856
|
+
|
2857
|
+
{
|
2858
|
+
<insert_a_suppression_name_here>
|
2859
|
+
Memcheck:Value8
|
2860
|
+
fun:list_dealloc
|
2861
|
+
fun:_PyEval_EvalFrameDefault
|
2862
|
+
fun:_PyEval_EvalCode
|
2863
|
+
fun:method_vectorcall
|
2864
|
+
fun:_PyEval_EvalFrameDefault
|
2865
|
+
fun:function_code_fastcall
|
2866
|
+
fun:_PyEval_EvalFrameDefault
|
2867
|
+
fun:_PyEval_EvalCode
|
2868
|
+
fun:_PyFunction_Vectorcall
|
2869
|
+
fun:method_vectorcall
|
2870
|
+
fun:_PyEval_EvalFrameDefault
|
2871
|
+
fun:_PyEval_EvalCode
|
2872
|
+
}
|
2873
|
+
|
2874
|
+
{
|
2875
|
+
<insert_a_suppression_name_here>
|
2876
|
+
Memcheck:Addr4
|
2877
|
+
fun:object_dealloc
|
2878
|
+
fun:_textiowrapper_writeflush
|
2879
|
+
fun:_io_TextIOWrapper_write
|
2880
|
+
fun:method_vectorcall_O
|
2881
|
+
fun:PyObject_VectorcallMethod
|
2882
|
+
fun:sys_pyfile_write_unicode
|
2883
|
+
fun:sys_pyfile_write
|
2884
|
+
fun:sys_write
|
2885
|
+
fun:PySys_WriteStdout
|
2886
|
+
}
|
2887
|
+
|
2888
|
+
{
|
2889
|
+
<insert_a_suppression_name_here>
|
2890
|
+
Memcheck:Cond
|
2891
|
+
fun:list_dealloc
|
2892
|
+
fun:_textiowrapper_writeflush
|
2893
|
+
}
|
2894
|
+
|
2895
|
+
{
|
2896
|
+
<insert_a_suppression_name_here>
|
2897
|
+
Memcheck:Addr4
|
2898
|
+
fun:list_dealloc
|
2899
|
+
fun:_PyEval_EvalFrameDefault
|
2900
|
+
fun:_PyEval_EvalCode
|
2901
|
+
fun:method_vectorcall
|
2902
|
+
fun:_PyEval_EvalFrameDefault
|
2903
|
+
fun:function_code_fastcall
|
2904
|
+
fun:_PyEval_EvalFrameDefault
|
2905
|
+
fun:_PyEval_EvalCode
|
2906
|
+
fun:_PyFunction_Vectorcall
|
2907
|
+
fun:method_vectorcall
|
2908
|
+
fun:_PyEval_EvalFrameDefault
|
2909
|
+
fun:_PyEval_EvalCode
|
2910
|
+
}
|
2911
|
+
|
2912
|
+
{
|
2913
|
+
<insert_a_suppression_name_here>
|
2914
|
+
Memcheck:Addr4
|
2915
|
+
fun:object_dealloc
|
2916
|
+
fun:_Py_DECREF
|
2917
|
+
fun:_Py_XDECREF
|
2918
|
+
fun:_ZL22SWIG_Python_str_AsCharP7_object
|
2919
|
+
fun:_ZN6casadi27python_string_to_std_stringB5cxx11EP7_object
|
2920
|
+
fun:_ZN6casadi6to_ptrEP7_objectPPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
2921
|
+
fun:_wrap_Sparsity_deserialize__SWIG_1
|
2922
|
+
fun:_wrap_Sparsity_deserialize
|
2923
|
+
fun:cfunction_call
|
2924
|
+
fun:PyObject_Call
|
2925
|
+
fun:_PyEval_EvalFrameDefault
|
2926
|
+
fun:_PyEval_EvalCode
|
2927
|
+
}
|
2928
|
+
|
2929
|
+
{
|
2930
|
+
<insert_a_suppression_name_here>
|
2931
|
+
Memcheck:Addr4
|
2932
|
+
fun:unicode_dealloc
|
2933
|
+
fun:_PyEval_EvalFrameDefault
|
2934
|
+
fun:function_code_fastcall
|
2935
|
+
fun:method_vectorcall
|
2936
|
+
fun:_PyEval_EvalFrameDefault
|
2937
|
+
fun:function_code_fastcall
|
2938
|
+
fun:_PyEval_EvalFrameDefault
|
2939
|
+
fun:_PyEval_EvalCode
|
2940
|
+
fun:_PyFunction_Vectorcall
|
2941
|
+
fun:method_vectorcall
|
2942
|
+
fun:_PyEval_EvalFrameDefault
|
2943
|
+
fun:_PyEval_EvalCode
|
2944
|
+
}
|
2945
|
+
|
2946
|
+
{
|
2947
|
+
<insert_a_suppression_name_here>
|
2948
|
+
Memcheck:Addr4
|
2949
|
+
fun:PyObject_GC_Del
|
2950
|
+
fun:dict_dealloc
|
2951
|
+
fun:free_keys_object
|
2952
|
+
fun:dict_tp_clear
|
2953
|
+
fun:collect
|
2954
|
+
fun:_PyGC_CollectNoFail
|
2955
|
+
fun:_PyImport_Cleanup
|
2956
|
+
fun:Py_FinalizeEx
|
2957
|
+
fun:Py_Exit
|
2958
|
+
fun:handle_system_exit
|
2959
|
+
fun:PyErr_PrintEx
|
2960
|
+
fun:PyRun_SimpleFileExFlags
|
2961
|
+
}
|
2962
|
+
|
2963
|
+
{
|
2964
|
+
<insert_a_suppression_name_here>
|
2965
|
+
Memcheck:Addr4
|
2966
|
+
fun:object_dealloc
|
2967
|
+
fun:dict_dealloc
|
2968
|
+
fun:insertdict
|
2969
|
+
fun:_PyModule_ClearDict
|
2970
|
+
fun:_PyImport_Cleanup
|
2971
|
+
fun:Py_FinalizeEx
|
2972
|
+
fun:Py_Exit
|
2973
|
+
fun:handle_system_exit
|
2974
|
+
fun:PyErr_PrintEx
|
2975
|
+
fun:PyRun_SimpleFileExFlags
|
2976
|
+
fun:Py_RunMain
|
2977
|
+
fun:Py_BytesMain
|
2978
|
+
}
|
2979
|
+
|
2980
|
+
{
|
2981
|
+
<insert_a_suppression_name_here>
|
2982
|
+
Memcheck:Cond
|
2983
|
+
fun:unicode_dealloc
|
2984
|
+
fun:func_clear
|
2985
|
+
fun:collect
|
2986
|
+
fun:_PyGC_CollectNoFail
|
2987
|
+
fun:Py_FinalizeEx
|
2988
|
+
fun:Py_Exit
|
2989
|
+
fun:handle_system_exit
|
2990
|
+
fun:PyErr_PrintEx
|
2991
|
+
fun:PyRun_SimpleFileExFlags
|
2992
|
+
fun:Py_RunMain
|
2993
|
+
fun:Py_BytesMain
|
2994
|
+
}
|
2995
|
+
|
2996
|
+
{
|
2997
|
+
<insert_a_suppression_name_here>
|
2998
|
+
Memcheck:Addr4
|
2999
|
+
fun:PyMem_Free
|
3000
|
+
fun:stringio_dealloc
|
3001
|
+
fun:list_ass_subscript
|
3002
|
+
fun:_PyEval_EvalFrameDefault
|
3003
|
+
fun:gen_send_ex
|
3004
|
+
fun:builtin_next
|
3005
|
+
fun:cfunction_vectorcall_FASTCALL
|
3006
|
+
fun:_PyEval_EvalFrameDefault
|
3007
|
+
fun:function_code_fastcall
|
3008
|
+
fun:method_vectorcall
|
3009
|
+
fun:_PyEval_EvalFrameDefault
|
3010
|
+
fun:function_code_fastcall
|
3011
|
+
}
|
3012
|
+
|
3013
|
+
{
|
3014
|
+
<insert_a_suppression_name_here>
|
3015
|
+
Memcheck:Cond
|
3016
|
+
fun:list_dealloc
|
3017
|
+
fun:_PyEval_EvalFrameDefault
|
3018
|
+
fun:_PyEval_EvalCode
|
3019
|
+
fun:_PyFunction_Vectorcall
|
3020
|
+
fun:_PyEval_EvalFrameDefault
|
3021
|
+
fun:function_code_fastcall
|
3022
|
+
fun:method_vectorcall
|
3023
|
+
fun:_PyEval_EvalFrameDefault
|
3024
|
+
fun:function_code_fastcall
|
3025
|
+
fun:_PyEval_EvalFrameDefault
|
3026
|
+
fun:_PyEval_EvalCode
|
3027
|
+
fun:_PyFunction_Vectorcall
|
3028
|
+
}
|
3029
|
+
|
3030
|
+
{
|
3031
|
+
<insert_a_suppression_name_here>
|
3032
|
+
Memcheck:Addr4
|
3033
|
+
fun:list_dealloc
|
3034
|
+
fun:dict_dealloc
|
3035
|
+
fun:subtype_dealloc
|
3036
|
+
fun:_PyEval_EvalFrameDefault
|
3037
|
+
fun:_PyEval_EvalCode
|
3038
|
+
fun:_PyFunction_Vectorcall
|
3039
|
+
fun:method_vectorcall
|
3040
|
+
fun:_PyEval_EvalFrameDefault
|
3041
|
+
fun:_PyEval_EvalCode
|
3042
|
+
fun:_PyObject_FastCallDictTstate
|
3043
|
+
fun:_PyObject_Call_Prepend
|
3044
|
+
fun:slot_tp_call
|
3045
|
+
}
|
3046
|
+
|
3047
|
+
{
|
3048
|
+
<insert_a_suppression_name_here>
|
3049
|
+
Memcheck:Value8
|
3050
|
+
fun:PyMem_Free
|
3051
|
+
fun:PyArena_Free
|
3052
|
+
fun:pyrun_file
|
3053
|
+
fun:PyRun_SimpleFileExFlags
|
3054
|
+
fun:Py_RunMain
|
3055
|
+
fun:Py_BytesMain
|
3056
|
+
}
|
3057
|
+
|
3058
|
+
{
|
3059
|
+
<insert_a_suppression_name_here>
|
3060
|
+
Memcheck:Cond
|
3061
|
+
fun:unicode_dealloc
|
3062
|
+
fun:func_clear
|
3063
|
+
fun:collect
|
3064
|
+
fun:_PyGC_CollectNoFail
|
3065
|
+
fun:Py_FinalizeEx
|
3066
|
+
fun:Py_Exit
|
3067
|
+
fun:handle_system_exit
|
3068
|
+
fun:PyErr_PrintEx
|
3069
|
+
fun:PyRun_SimpleFileExFlags
|
3070
|
+
fun:Py_RunMain
|
3071
|
+
fun:Py_BytesMain
|
3072
|
+
}
|
3073
|
+
|
3074
|
+
{
|
3075
|
+
<insert_a_suppression_name_here>
|
3076
|
+
Memcheck:Addr4
|
3077
|
+
fun:unicode_dealloc
|
3078
|
+
fun:pattern_dealloc
|
3079
|
+
fun:free_keys_object
|
3080
|
+
fun:dict_tp_clear
|
3081
|
+
fun:collect
|
3082
|
+
fun:_PyGC_CollectNoFail
|
3083
|
+
fun:Py_FinalizeEx
|
3084
|
+
fun:Py_Exit
|
3085
|
+
fun:handle_system_exit
|
3086
|
+
fun:PyErr_PrintEx
|
3087
|
+
fun:PyRun_SimpleFileExFlags
|
3088
|
+
fun:Py_RunMain
|
3089
|
+
}
|
3090
|
+
|
3091
|
+
{
|
3092
|
+
<insert_a_suppression_name_here>
|
3093
|
+
Memcheck:Cond
|
3094
|
+
fun:PyObject_GC_Del
|
3095
|
+
fun:tupledealloc
|
3096
|
+
fun:type_dealloc
|
3097
|
+
fun:free_keys_object
|
3098
|
+
fun:dict_tp_clear
|
3099
|
+
fun:collect
|
3100
|
+
fun:_PyGC_CollectNoFail
|
3101
|
+
fun:Py_FinalizeEx
|
3102
|
+
fun:Py_Exit
|
3103
|
+
fun:handle_system_exit
|
3104
|
+
fun:PyErr_PrintEx
|
3105
|
+
fun:PyRun_SimpleFileExFlags
|
3106
|
+
}
|
3107
|
+
|
3108
|
+
{
|
3109
|
+
<insert_a_suppression_name_here>
|
3110
|
+
Memcheck:Value8
|
3111
|
+
fun:PyObject_GC_Del
|
3112
|
+
fun:tupledealloc
|
3113
|
+
fun:type_dealloc
|
3114
|
+
fun:free_keys_object
|
3115
|
+
fun:dict_tp_clear
|
3116
|
+
fun:collect
|
3117
|
+
fun:_PyGC_CollectNoFail
|
3118
|
+
fun:Py_FinalizeEx
|
3119
|
+
fun:Py_Exit
|
3120
|
+
fun:handle_system_exit
|
3121
|
+
fun:PyErr_PrintEx
|
3122
|
+
fun:PyRun_SimpleFileExFlags
|
3123
|
+
}
|
3124
|
+
|
3125
|
+
{
|
3126
|
+
<insert_a_suppression_name_here>
|
3127
|
+
Memcheck:Param
|
3128
|
+
write(buf)
|
3129
|
+
fun:__libc_write
|
3130
|
+
fun:write
|
3131
|
+
fun:_Py_write_impl
|
3132
|
+
fun:_Py_write
|
3133
|
+
fun:_io_FileIO_write_impl.isra.8
|
3134
|
+
fun:_io_FileIO_write
|
3135
|
+
fun:method_vectorcall_O
|
3136
|
+
fun:_PyObject_VectorcallTstate
|
3137
|
+
fun:PyObject_VectorcallMethod.cold.1011
|
3138
|
+
fun:PyObject_CallMethodOneArg
|
3139
|
+
fun:_bufferedwriter_raw_write
|
3140
|
+
fun:_io_BufferedWriter_write_impl.isra.6
|
3141
|
+
fun:_io_BufferedWriter_write
|
3142
|
+
fun:method_vectorcall_O
|
3143
|
+
fun:_PyObject_VectorcallTstate
|
3144
|
+
fun:PyObject_VectorcallMethod.cold.1011
|
3145
|
+
fun:PyObject_CallMethodOneArg
|
3146
|
+
fun:_textiowrapper_writeflush
|
3147
|
+
fun:_io_TextIOWrapper_write_impl
|
3148
|
+
fun:_io_TextIOWrapper_write
|
3149
|
+
fun:cfunction_vectorcall_O
|
3150
|
+
}
|
3151
|
+
|
3152
|
+
{
|
3153
|
+
<insert_a_suppression_name_here>
|
3154
|
+
Memcheck:Leak
|
3155
|
+
match-leak-kinds: definite
|
3156
|
+
fun:malloc
|
3157
|
+
fun:_dl_map_object_deps
|
3158
|
+
fun:dl_open_worker
|
3159
|
+
fun:_dl_catch_exception
|
3160
|
+
fun:_dl_open
|
3161
|
+
fun:dlopen_doit
|
3162
|
+
fun:_dl_catch_exception
|
3163
|
+
fun:_dl_catch_error
|
3164
|
+
fun:_dlerror_run
|
3165
|
+
fun:dlopen@@GLIBC_2.2.5
|
3166
|
+
fun:_PyImport_FindSharedFuncptr
|
3167
|
+
fun:_PyImport_LoadDynamicModuleWithSpec
|
3168
|
+
fun:_imp_create_dynamic_impl.isra.21
|
3169
|
+
fun:_imp_create_dynamic
|
3170
|
+
}
|
3171
|
+
|
3172
|
+
{
|
3173
|
+
<insert_a_suppression_name_here>
|
3174
|
+
Memcheck:Leak
|
3175
|
+
match-leak-kinds: definite
|
3176
|
+
fun:malloc
|
3177
|
+
fun:_PyObject_Malloc
|
3178
|
+
fun:_PyObject_GC_Alloc
|
3179
|
+
fun:_PyObject_GC_Malloc
|
3180
|
+
fun:_PyObject_GC_NewVar
|
3181
|
+
fun:frame_alloc
|
3182
|
+
fun:_PyFrame_New_NoTrack
|
3183
|
+
fun:_PyEval_EvalCode.cold.2409
|
3184
|
+
fun:_PyFunction_Vectorcall
|
3185
|
+
fun:PyVectorcall_Call
|
3186
|
+
fun:_PyObject_Call
|
3187
|
+
fun:PyObject_Call
|
3188
|
+
fun:do_call_core
|
3189
|
+
fun:_PyEval_EvalFrameDefault
|
3190
|
+
fun:_PyEval_EvalFrame
|
3191
|
+
fun:function_code_fastcall
|
3192
|
+
fun:_PyFunction_Vectorcall
|
3193
|
+
fun:_PyObject_VectorcallTstate
|
3194
|
+
fun:PyObject_Vectorcall
|
3195
|
+
fun:call_function
|
3196
|
+
fun:_PyEval_EvalFrameDefault.cold.2975
|
3197
|
+
fun:_PyEval_EvalFrame
|
3198
|
+
fun:function_code_fastcall
|
3199
|
+
fun:_PyFunction_Vectorcall
|
3200
|
+
fun:_PyObject_VectorcallTstate
|
3201
|
+
fun:PyObject_Vectorcall
|
3202
|
+
fun:call_function
|
3203
|
+
fun:_PyEval_EvalFrameDefault.cold.2975
|
3204
|
+
}
|
3205
|
+
|
3206
|
+
{
|
3207
|
+
<insert_a_suppression_name_here>
|
3208
|
+
Memcheck:Leak
|
3209
|
+
match-leak-kinds: definite
|
3210
|
+
fun:malloc
|
3211
|
+
fun:_dl_map_object_deps
|
3212
|
+
fun:dl_open_worker
|
3213
|
+
fun:_dl_catch_exception
|
3214
|
+
fun:_dl_open
|
3215
|
+
fun:dlopen_doit
|
3216
|
+
fun:_dl_catch_exception
|
3217
|
+
fun:_dl_catch_error
|
3218
|
+
fun:_dlerror_run
|
3219
|
+
fun:dlopen@@GLIBC_2.2.5
|
3220
|
+
fun:_PyImport_FindSharedFuncptr
|
3221
|
+
fun:_PyImport_LoadDynamicModuleWithSpec
|
3222
|
+
fun:_imp_create_dynamic_impl.isra.21
|
3223
|
+
fun:_imp_create_dynamic
|
3224
|
+
}
|
3225
|
+
|
3226
|
+
{
|
3227
|
+
<insert_a_suppression_name_here>
|
3228
|
+
Memcheck:Addr4
|
3229
|
+
fun:unicode_dealloc
|
3230
|
+
fun:list_repr
|
3231
|
+
fun:PyObject_Str
|
3232
|
+
fun:PyFile_WriteObject
|
3233
|
+
fun:builtin_print
|
3234
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
3235
|
+
fun:_PyEval_EvalFrameDefault
|
3236
|
+
fun:_PyEval_EvalCode
|
3237
|
+
fun:_PyEval_EvalCodeWithName
|
3238
|
+
fun:PyEval_EvalCodeEx
|
3239
|
+
fun:PyEval_EvalCode
|
3240
|
+
fun:run_eval_code_obj
|
3241
|
+
}
|
3242
|
+
|
3243
|
+
{
|
3244
|
+
<insert_a_suppression_name_here>
|
3245
|
+
Memcheck:Addr4
|
3246
|
+
fun:list_dealloc
|
3247
|
+
fun:frame_dealloc
|
3248
|
+
fun:function_code_fastcall
|
3249
|
+
fun:_PyEval_EvalFrameDefault
|
3250
|
+
fun:_PyEval_EvalCode
|
3251
|
+
fun:_PyFunction_Vectorcall
|
3252
|
+
fun:_PyEval_EvalFrameDefault
|
3253
|
+
fun:_PyEval_EvalCode
|
3254
|
+
fun:_PyFunction_Vectorcall
|
3255
|
+
fun:_PyEval_EvalFrameDefault
|
3256
|
+
fun:function_code_fastcall
|
3257
|
+
fun:_PyEval_EvalFrameDefault
|
3258
|
+
}
|
3259
|
+
|
3260
|
+
{
|
3261
|
+
<insert_a_suppression_name_here>
|
3262
|
+
Memcheck:Addr4
|
3263
|
+
fun:list_dealloc
|
3264
|
+
fun:_textiowrapper_writeflush
|
3265
|
+
fun:_io_TextIOWrapper_write
|
3266
|
+
fun:cfunction_vectorcall_O
|
3267
|
+
fun:_PyObject_VectorcallTstate.lto_priv.1
|
3268
|
+
fun:PyObject_CallOneArg.lto_priv.0
|
3269
|
+
fun:PyFile_WriteObject
|
3270
|
+
fun:builtin_print
|
3271
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
3272
|
+
fun:_PyEval_EvalFrameDefault
|
3273
|
+
fun:function_code_fastcall
|
3274
|
+
fun:method_vectorcall
|
3275
|
+
}
|
3276
|
+
|
3277
|
+
{
|
3278
|
+
<insert_a_suppression_name_here>
|
3279
|
+
Memcheck:Cond
|
3280
|
+
fun:list_dealloc
|
3281
|
+
fun:_PyAccu_Finish
|
3282
|
+
fun:make_intermediate
|
3283
|
+
fun:method_vectorcall_NOARGS
|
3284
|
+
fun:_PyEval_EvalFrameDefault
|
3285
|
+
fun:gen_send_ex
|
3286
|
+
fun:builtin_next
|
3287
|
+
fun:cfunction_vectorcall_FASTCALL
|
3288
|
+
fun:_PyEval_EvalFrameDefault
|
3289
|
+
fun:function_code_fastcall
|
3290
|
+
fun:method_vectorcall
|
3291
|
+
fun:_PyEval_EvalFrameDefault
|
3292
|
+
}
|
3293
|
+
|
3294
|
+
{
|
3295
|
+
<insert_a_suppression_name_here>
|
3296
|
+
Memcheck:Cond
|
3297
|
+
fun:PyMem_Realloc
|
3298
|
+
fun:resize_buffer.lto_priv.1
|
3299
|
+
fun:_io_StringIO___init__
|
3300
|
+
fun:_PyObject_MakeTpCall
|
3301
|
+
fun:_PyEval_EvalFrameDefault
|
3302
|
+
fun:gen_send_ex
|
3303
|
+
fun:builtin_next
|
3304
|
+
fun:cfunction_vectorcall_FASTCALL
|
3305
|
+
fun:_PyEval_EvalFrameDefault
|
3306
|
+
fun:function_code_fastcall
|
3307
|
+
fun:method_vectorcall
|
3308
|
+
fun:_PyEval_EvalFrameDefault
|
3309
|
+
}
|
3310
|
+
|
3311
|
+
{
|
3312
|
+
<insert_a_suppression_name_here>
|
3313
|
+
Memcheck:Value8
|
3314
|
+
fun:object_dealloc
|
3315
|
+
fun:_textiowrapper_writeflush
|
3316
|
+
fun:_io_TextIOWrapper_write
|
3317
|
+
fun:method_vectorcall_O
|
3318
|
+
fun:PyObject_VectorcallMethod
|
3319
|
+
fun:sys_pyfile_write_unicode
|
3320
|
+
fun:sys_pyfile_write
|
3321
|
+
fun:sys_write
|
3322
|
+
fun:PySys_WriteStdout
|
3323
|
+
fun:_ZN6casadiL12pythonloggerEPKclb
|
3324
|
+
fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
|
3325
|
+
fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
|
3326
|
+
}
|
3327
|
+
|
3328
|
+
{
|
3329
|
+
<insert_a_suppression_name_here>
|
3330
|
+
Memcheck:Cond
|
3331
|
+
fun:object_dealloc
|
3332
|
+
fun:_textiowrapper_writeflush
|
3333
|
+
fun:_io_TextIOWrapper_write
|
3334
|
+
fun:method_vectorcall_O
|
3335
|
+
fun:PyObject_VectorcallMethod
|
3336
|
+
fun:sys_pyfile_write_unicode
|
3337
|
+
fun:sys_pyfile_write
|
3338
|
+
fun:sys_write
|
3339
|
+
fun:PySys_WriteStdout
|
3340
|
+
fun:_ZN6casadiL12pythonloggerEPKclb
|
3341
|
+
fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
|
3342
|
+
fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
|
3343
|
+
}
|
3344
|
+
|
3345
|
+
{
|
3346
|
+
<insert_a_suppression_name_here>
|
3347
|
+
Memcheck:Value8
|
3348
|
+
fun:list_dealloc
|
3349
|
+
fun:_textiowrapper_writeflush
|
3350
|
+
fun:_io_TextIOWrapper_write
|
3351
|
+
fun:method_vectorcall_O
|
3352
|
+
fun:PyObject_VectorcallMethod
|
3353
|
+
fun:sys_pyfile_write_unicode
|
3354
|
+
fun:sys_pyfile_write
|
3355
|
+
fun:sys_write
|
3356
|
+
fun:PySys_WriteStdout
|
3357
|
+
fun:_ZN6casadiL12pythonloggerEPKclb
|
3358
|
+
fun:_ZN6casadi6Logger18WriteFunThreadSafeEPKclb
|
3359
|
+
fun:_ZN6casadi6Logger5writeILb0EEEvPKcl
|
3360
|
+
}
|
3361
|
+
|
3362
|
+
{
|
3363
|
+
<insert_a_suppression_name_here>
|
3364
|
+
Memcheck:Addr4
|
3365
|
+
fun:unicode_dealloc
|
3366
|
+
fun:sys_pyfile_write
|
3367
|
+
fun:sys_write
|
3368
|
+
fun:PySys_WriteStderr
|
3369
|
+
fun:_ZN6casadiL12pythonloggerEPKclb
|
3370
|
+
}
|
3371
|
+
|
3372
|
+
{
|
3373
|
+
<insert_a_suppression_name_here>
|
3374
|
+
Memcheck:Addr4
|
3375
|
+
fun:PyObject_GC_Del
|
3376
|
+
fun:subtype_dealloc
|
3377
|
+
}
|
3378
|
+
|
3379
|
+
{
|
3380
|
+
<insert_a_suppression_name_here>
|
3381
|
+
Memcheck:Cond
|
3382
|
+
fun:unicode_dealloc
|
3383
|
+
fun:dict_dealloc
|
3384
|
+
fun:_PyImport_Cleanup
|
3385
|
+
}
|
3386
|
+
|
3387
|
+
{
|
3388
|
+
<insert_a_suppression_name_here>
|
3389
|
+
Memcheck:Addr4
|
3390
|
+
fun:PyMem_Free
|
3391
|
+
fun:module_dealloc
|
3392
|
+
fun:_PyImport_Cleanup
|
3393
|
+
}
|
3394
|
+
|
3395
|
+
{
|
3396
|
+
<insert_a_suppression_name_here>
|
3397
|
+
Memcheck:Addr4
|
3398
|
+
fun:list_dealloc
|
3399
|
+
fun:_textiowrapper_writeflush
|
3400
|
+
fun:_io_TextIOWrapper_write
|
3401
|
+
}
|
3402
|
+
|
3403
|
+
{
|
3404
|
+
<insert_a_suppression_name_here>
|
3405
|
+
Memcheck:Addr4
|
3406
|
+
fun:PyMem_Free
|
3407
|
+
fun:product_dealloc
|
3408
|
+
fun:_PyEval_EvalFrameDefault
|
3409
|
+
fun:function_code_fastcall
|
3410
|
+
}
|
3411
|
+
|
3412
|
+
{
|
3413
|
+
<insert_a_suppression_name_here>
|
3414
|
+
Memcheck:Cond
|
3415
|
+
fun:NpyIter_GetInnerFixedStrideArray
|
3416
|
+
fun:execute_ufunc_loop
|
3417
|
+
fun:ufunc_generic_fastcall
|
3418
|
+
fun:object_vacall
|
3419
|
+
fun:PyObject_CallFunctionObjArgs
|
3420
|
+
fun:binary_iop1
|
3421
|
+
fun:PyNumber_InPlaceMultiply
|
3422
|
+
fun:_PyEval_EvalFrameDefault
|
3423
|
+
fun:function_code_fastcall
|
3424
|
+
fun:_PyEval_EvalFrameDefault
|
3425
|
+
fun:function_code_fastcall
|
3426
|
+
fun:method_vectorcall
|
3427
|
+
}
|
3428
|
+
|
3429
|
+
{
|
3430
|
+
<insert_a_suppression_name_here>
|
3431
|
+
Memcheck:Addr4
|
3432
|
+
fun:unicode_dealloc
|
3433
|
+
fun:dict_repr
|
3434
|
+
fun:PyObject_Str
|
3435
|
+
fun:PyFile_WriteObject
|
3436
|
+
}
|
3437
|
+
|
3438
|
+
{
|
3439
|
+
<insert_a_suppression_name_here>
|
3440
|
+
Memcheck:Addr4
|
3441
|
+
fun:PyObject_GC_Del
|
3442
|
+
fun:subtype_dealloc
|
3443
|
+
fun:cell_dealloc
|
3444
|
+
fun:tupledealloc
|
3445
|
+
fun:func_clear
|
3446
|
+
}
|
3447
|
+
|
3448
|
+
{
|
3449
|
+
<insert_a_suppression_name_here>
|
3450
|
+
Memcheck:Cond
|
3451
|
+
fun:PyMem_Free
|
3452
|
+
fun:_sre_SRE_Pattern_split
|
3453
|
+
fun:method_vectorcall_FASTCALL_KEYWORDS
|
3454
|
+
fun:_PyEval_EvalFrameDefault
|
3455
|
+
fun:function_code_fastcall
|
3456
|
+
fun:_PyEval_EvalFrameDefault
|
3457
|
+
}
|
3458
|
+
|
3459
|
+
{
|
3460
|
+
<insert_a_suppression_name_here>
|
3461
|
+
Memcheck:Cond
|
3462
|
+
fun:unicode_dealloc
|
3463
|
+
fun:textiowrapper_set_decoded_chars
|
3464
|
+
fun:_textiowrapper_readline
|
3465
|
+
fun:textiowrapper_iternext
|
3466
|
+
fun:list_extend
|
3467
|
+
fun:method_vectorcall_O
|
3468
|
+
}
|
3469
|
+
|
3470
|
+
{
|
3471
|
+
<insert_a_suppression_name_here>
|
3472
|
+
Memcheck:Cond
|
3473
|
+
fun:NpyIter_GetInnerFixedStrideArray
|
3474
|
+
fun:execute_ufunc_loop
|
3475
|
+
fun:ufunc_generic_fastcall
|
3476
|
+
fun:_PyEval_EvalFrameDefault
|
3477
|
+
fun:_PyEval_EvalCode
|
3478
|
+
fun:_PyFunction_Vectorcall
|
3479
|
+
}
|
3480
|
+
|
3481
|
+
{
|
3482
|
+
<insert_a_suppression_name_here>
|
3483
|
+
Memcheck:Addr4
|
3484
|
+
fun:PyMem_Free
|
3485
|
+
fun:fortran_getattr
|
3486
|
+
fun:_PyEval_EvalFrameDefault
|
3487
|
+
fun:_PyEval_EvalCode
|
3488
|
+
fun:_PyEval_EvalCodeWithName
|
3489
|
+
}
|
3490
|
+
|
3491
|
+
{
|
3492
|
+
<insert_a_suppression_name_here>
|
3493
|
+
Memcheck:Addr4
|
3494
|
+
fun:object_dealloc
|
3495
|
+
fun:_textiowrapper_writeflush
|
3496
|
+
fun:_io_TextIOWrapper_flush
|
3497
|
+
fun:method_vectorcall_NOARGS
|
3498
|
+
fun:_PyEval_EvalFrameDefault
|
3499
|
+
}
|
3500
|
+
|
3501
|
+
{
|
3502
|
+
<insert_a_suppression_name_here>
|
3503
|
+
Memcheck:Cond
|
3504
|
+
fun:list_dealloc
|
3505
|
+
fun:PyObject_Dir
|
3506
|
+
fun:builtin_dir
|
3507
|
+
fun:cfunction_call
|
3508
|
+
fun:_PyObject_MakeTpCall
|
3509
|
+
fun:_PyEval_EvalFrameDefault
|
3510
|
+
}
|
3511
|
+
{
|
3512
|
+
<insert_a_suppression_name_here>
|
3513
|
+
Memcheck:Addr4
|
3514
|
+
fun:PyObject_GC_Del
|
3515
|
+
fun:dict_dealloc
|
3516
|
+
fun:subtype_dealloc
|
3517
|
+
fun:free_keys_object
|
3518
|
+
}
|
3519
|
+
|
3520
|
+
{
|
3521
|
+
<insert_a_suppression_name_here>
|
3522
|
+
Memcheck:Addr4
|
3523
|
+
fun:PyObject_GC_Del
|
3524
|
+
fun:subtype_dealloc
|
3525
|
+
fun:cell_dealloc
|
3526
|
+
fun:tupledealloc
|
3527
|
+
fun:func_clear
|
3528
|
+
fun:collect
|
3529
|
+
}
|
3530
|
+
|
3531
|
+
{
|
3532
|
+
<insert_a_suppression_name_here>
|
3533
|
+
Memcheck:Addr4
|
3534
|
+
fun:PyObject_GC_Del
|
3535
|
+
fun:dict_dealloc
|
3536
|
+
fun:cell_dealloc
|
3537
|
+
fun:tupledealloc
|
3538
|
+
fun:func_clear
|
3539
|
+
fun:collect
|
3540
|
+
}
|
3541
|
+
|
3542
|
+
{
|
3543
|
+
<insert_a_suppression_name_here>
|
3544
|
+
Memcheck:Value8
|
3545
|
+
fun:object_dealloc
|
3546
|
+
fun:code_dealloc
|
3547
|
+
fun:func_dealloc
|
3548
|
+
fun:insertdict
|
3549
|
+
fun:_PyModule_ClearDict
|
3550
|
+
}
|
3551
|
+
|
3552
|
+
{
|
3553
|
+
<insert_a_suppression_name_here>
|
3554
|
+
Memcheck:Cond
|
3555
|
+
fun:object_dealloc
|
3556
|
+
fun:textiowrapper_read_chunk
|
3557
|
+
fun:_textiowrapper_readline
|
3558
|
+
fun:textiowrapper_iternext
|
3559
|
+
}
|
3560
|
+
|
3561
|
+
{
|
3562
|
+
<insert_a_suppression_name_here>
|
3563
|
+
Memcheck:Addr4
|
3564
|
+
fun:object_dealloc
|
3565
|
+
fun:_textiowrapper_writeflush
|
3566
|
+
fun:_io_TextIOWrapper_flush
|
3567
|
+
fun:method_vectorcall_NOARGS
|
3568
|
+
fun:_PyEval_EvalFrameDefault
|
3569
|
+
}
|
3570
|
+
|
3571
|
+
{
|
3572
|
+
<insert_a_suppression_name_here>
|
3573
|
+
Memcheck:Value8
|
3574
|
+
fun:PyObject_GC_Del
|
3575
|
+
fun:dict_dealloc
|
3576
|
+
fun:func_clear
|
3577
|
+
fun:collect
|
3578
|
+
fun:_PyGC_CollectNoFail
|
3579
|
+
}
|
3580
|
+
|
3581
|
+
{
|
3582
|
+
<insert_a_suppression_name_here>
|
3583
|
+
Memcheck:Addr4
|
3584
|
+
fun:list_dealloc
|
3585
|
+
fun:dict_dealloc
|
3586
|
+
fun:func_clear
|
3587
|
+
fun:collect
|
3588
|
+
fun:_PyGC_CollectNoFail
|
3589
|
+
fun:Py_FinalizeEx
|
3590
|
+
}
|
3591
|
+
|
3592
|
+
{
|
3593
|
+
<insert_a_suppression_name_here>
|
3594
|
+
Memcheck:Value8
|
3595
|
+
fun:object_dealloc
|
3596
|
+
fun:code_dealloc
|
3597
|
+
fun:func_dealloc
|
3598
|
+
fun:cell_dealloc
|
3599
|
+
fun:tupledealloc
|
3600
|
+
}
|
3601
|
+
{
|
3602
|
+
<insert_a_suppression_name_here>
|
3603
|
+
Memcheck:Addr4
|
3604
|
+
fun:object_dealloc
|
3605
|
+
fun:_PyEval_EvalFrameDefault
|
3606
|
+
fun:function_code_fastcall
|
3607
|
+
fun:method_vectorcall
|
3608
|
+
}
|
3609
|
+
|
3610
|
+
{
|
3611
|
+
<insert_a_suppression_name_here>
|
3612
|
+
Memcheck:Addr4
|
3613
|
+
fun:unicode_dealloc
|
3614
|
+
fun:dict_dealloc
|
3615
|
+
fun:Pickler_dealloc
|
3616
|
+
fun:_pickle_dumps
|
3617
|
+
fun:cfunction_vectorcall_FASTCALL_KEYWORDS
|
3618
|
+
}
|
3619
|
+
|
3620
|
+
{
|
3621
|
+
<insert_a_suppression_name_here>
|
3622
|
+
Memcheck:Leak
|
3623
|
+
match-leak-kinds: definite
|
3624
|
+
fun:malloc
|
3625
|
+
fun:_dl_map_object_deps
|
3626
|
+
fun:dl_open_worker
|
3627
|
+
fun:_dl_catch_exception
|
3628
|
+
fun:_dl_open
|
3629
|
+
}
|
3630
|
+
|
3631
|
+
{
|
3632
|
+
<insert_a_suppression_name_here>
|
3633
|
+
Memcheck:Cond
|
3634
|
+
fun:PyObject_GC_Del
|
3635
|
+
fun:collect
|
3636
|
+
fun:_PyGC_CollectNoFail
|
3637
|
+
fun:_PyImport_Cleanup
|
3638
|
+
fun:Py_FinalizeEx
|
3639
|
+
fun:Py_Exit
|
3640
|
+
}
|
3641
|
+
|
3642
|
+
{
|
3643
|
+
<insert_a_suppression_name_here>
|
3644
|
+
Memcheck:Addr4
|
3645
|
+
fun:unicode_dealloc
|
3646
|
+
fun:_PyEval_EvalFrameDefault
|
3647
|
+
fun:gen_send_ex
|
3648
|
+
fun:_gen_throw
|
3649
|
+
fun:gen_throw
|
3650
|
+
fun:method_vectorcall_VARARGS
|
3651
|
+
fun:_PyEval_EvalFrameDefault
|
3652
|
+
}
|
3653
|
+
|
3654
|
+
{
|
3655
|
+
<insert_a_suppression_name_here>
|
3656
|
+
Memcheck:Addr4
|
3657
|
+
fun:PyObject_GC_Del
|
3658
|
+
fun:tupledealloc
|
3659
|
+
fun:type_dealloc
|
3660
|
+
fun:subtype_dealloc
|
3661
|
+
fun:dict_dealloc
|
3662
|
+
fun:subtype_clear
|
3663
|
+
fun:collect
|
3664
|
+
}
|
3665
|
+
|
3666
|
+
{
|
3667
|
+
<insert_a_suppression_name_here>
|
3668
|
+
Memcheck:Addr4
|
3669
|
+
fun:PyObject_GC_Del
|
3670
|
+
fun:subtype_dealloc
|
3671
|
+
fun:dict_dealloc
|
3672
|
+
fun:subtype_clear
|
3673
|
+
fun:collect
|
3674
|
+
fun:collect_with_callback
|
3675
|
+
}
|
3676
|
+
|
3677
|
+
{
|
3678
|
+
<insert_a_suppression_name_here>
|
3679
|
+
Memcheck:Cond
|
3680
|
+
fun:object_dealloc
|
3681
|
+
fun:_textiowrapper_writeflush
|
3682
|
+
fun:_io_TextIOWrapper_write
|
3683
|
+
fun:method_vectorcall_O
|
3684
|
+
fun:PyObject_VectorcallMethod
|
3685
|
+
}
|
3686
|
+
|
3687
|
+
{
|
3688
|
+
<insert_a_suppression_name_here>
|
3689
|
+
Memcheck:Cond
|
3690
|
+
fun:unicode_dealloc
|
3691
|
+
fun:list_dealloc
|
3692
|
+
fun:_textiowrapper_writeflush
|
3693
|
+
fun:_io_TextIOWrapper_flush
|
3694
|
+
fun:method_vectorcall_NOARGS
|
3695
|
+
fun:_PyEval_EvalFrameDefault
|
3696
|
+
}
|
3697
|
+
|
3698
|
+
{
|
3699
|
+
<insert_a_suppression_name_here>
|
3700
|
+
Memcheck:Addr4
|
3701
|
+
fun:PyMem_Free
|
3702
|
+
fun:list_sort_impl
|
3703
|
+
fun:PyList_Sort
|
3704
|
+
fun:PyObject_Dir
|
3705
|
+
fun:builtin_dir
|
3706
|
+
fun:cfunction_call
|
3707
|
+
}
|
3708
|
+
|
3709
|
+
{
|
3710
|
+
<insert_a_suppression_name_here>
|
3711
|
+
Memcheck:Value8
|
3712
|
+
fun:unicode_dealloc
|
3713
|
+
}
|
3714
|
+
|
3715
|
+
{
|
3716
|
+
<insert_a_suppression_name_here>
|
3717
|
+
Memcheck:Cond
|
3718
|
+
fun:unicode_dealloc
|
3719
|
+
}
|
3720
|
+
|
3721
|
+
{
|
3722
|
+
<insert_a_suppression_name_here>
|
3723
|
+
Memcheck:Addr4
|
3724
|
+
fun:unicode_dealloc
|
3725
|
+
}
|
3726
|
+
|
3727
|
+
{
|
3728
|
+
<insert_a_suppression_name_here>
|
3729
|
+
Memcheck:Value8
|
3730
|
+
fun:object_dealloc
|
3731
|
+
fun:_textiowrapper_writeflush
|
3732
|
+
}
|
3733
|
+
|
3734
|
+
{
|
3735
|
+
<insert_a_suppression_name_here>
|
3736
|
+
Memcheck:Cond
|
3737
|
+
fun:object_dealloc
|
3738
|
+
fun:_textiowrapper_writeflush
|
3739
|
+
}
|
3740
|
+
|
3741
|
+
{
|
3742
|
+
<insert_a_suppression_name_here>
|
3743
|
+
Memcheck:Addr4
|
3744
|
+
fun:list_dealloc
|
3745
|
+
fun:_textiowrapper_writeflush
|
3746
|
+
}
|
3747
|
+
|
3748
|
+
{
|
3749
|
+
<insert_a_suppression_name_here>
|
3750
|
+
Memcheck:Addr4
|
3751
|
+
fun:list_dealloc
|
3752
|
+
fun:frame_dealloc
|
3753
|
+
fun:function_code_fastcall
|
3754
|
+
fun:_PyEval_EvalFrameDefault
|
3755
|
+
fun:_PyEval_EvalCode
|
3756
|
+
fun:_PyFunction_Vectorcall
|
3757
|
+
}
|
3758
|
+
|
3759
|
+
{
|
3760
|
+
<insert_a_suppression_name_here>
|
3761
|
+
Memcheck:Addr4
|
3762
|
+
fun:unicode_dealloc
|
3763
|
+
fun:func_clear
|
3764
|
+
fun:collect
|
3765
|
+
fun:_PyGC_CollectNoFail
|
3766
|
+
fun:Py_FinalizeEx
|
3767
|
+
}
|
3768
|
+
|
3769
|
+
{
|
3770
|
+
<insert_a_suppression_name_here>
|
3771
|
+
Memcheck:Addr4
|
3772
|
+
fun:PyMem_Free
|
3773
|
+
fun:list_sort_impl
|
3774
|
+
fun:PyList_Sort
|
3775
|
+
fun:PyObject_Dir
|
3776
|
+
fun:builtin_dir
|
3777
|
+
fun:cfunction_call
|
3778
|
+
fun:_PyObject_MakeTpCall
|
3779
|
+
}
|
3780
|
+
|
3781
|
+
{
|
3782
|
+
<insert_a_suppression_name_here>
|
3783
|
+
Memcheck:Param
|
3784
|
+
write(buf)
|
3785
|
+
fun:__libc_write
|
3786
|
+
fun:write
|
3787
|
+
fun:_Py_write
|
3788
|
+
fun:_io_FileIO_write
|
3789
|
+
}
|
3790
|
+
|
3791
|
+
{
|
3792
|
+
<insert_a_suppression_name_here>
|
3793
|
+
Memcheck:Cond
|
3794
|
+
fun:PyUnicode_FindChar
|
3795
|
+
fun:_io_TextIOWrapper_write
|
3796
|
+
}
|
3797
|
+
|
3798
|
+
{
|
3799
|
+
<insert_a_suppression_name_here>
|
3800
|
+
Memcheck:Addr4
|
3801
|
+
fun:PyMem_Free
|
3802
|
+
fun:_Py_DisplaySourceLine
|
3803
|
+
fun:PyTraceBack_Print
|
3804
|
+
fun:print_exception_recursive.cold
|
3805
|
+
fun:_PyErr_Display
|
3806
|
+
fun:PyErr_Display
|
3807
|
+
fun:sys_excepthook
|
3808
|
+
fun:cfunction_vectorcall_FASTCALL
|
3809
|
+
fun:_PyObject_VectorcallTstate.lto_priv.0
|
3810
|
+
fun:_PyErr_PrintEx.part.0
|
3811
|
+
fun:_ZN6casadi25handle_director_exceptionEv
|
3812
|
+
fun:_ZNK21SwigDirector_Callback4evalERKSt6vectorIN6casadi6MatrixIdEESaIS3_EE
|
3813
|
+
}
|
3814
|
+
|
3815
|
+
{
|
3816
|
+
<insert_a_suppression_name_here>
|
3817
|
+
Memcheck:Addr4
|
3818
|
+
fun:object_dealloc
|
3819
|
+
fun:_Py_DECREF
|
3820
|
+
fun:_Py_XDECREF
|
3821
|
+
fun:_ZL22SWIG_Python_str_AsCharP7_object
|
3822
|
+
fun:_ZN6casadi27python_string_to_std_stringB5cxx11EP7_object
|
3823
|
+
fun:_ZN6casadi6to_ptrEP7_objectPPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
3824
|
+
fun:_wrap_Function_deserialize__SWIG_1
|
3825
|
+
fun:_wrap_Function_deserialize
|
3826
|
+
fun:cfunction_call
|
3827
|
+
fun:PyObject_Call
|
3828
|
+
fun:_PyEval_EvalFrameDefault
|
3829
|
+
fun:_PyEval_EvalCode
|
3830
|
+
}
|
3831
|
+
|
3832
|
+
{
|
3833
|
+
<insert_a_suppression_name_here>
|
3834
|
+
Memcheck:Leak
|
3835
|
+
match-leak-kinds: definite
|
3836
|
+
fun:malloc
|
3837
|
+
fun:malloc
|
3838
|
+
fun:resize_scopes
|
3839
|
+
fun:dl_open_worker_begin
|
3840
|
+
fun:_dl_catch_exception
|
3841
|
+
fun:dl_open_worker
|
3842
|
+
fun:_dl_catch_exception
|
3843
|
+
fun:_dl_open
|
3844
|
+
fun:dlopen_doit
|
3845
|
+
fun:_dl_catch_exception
|
3846
|
+
}
|
3847
|
+
|
3848
|
+
{
|
3849
|
+
<insert_a_suppression_name_here>
|
3850
|
+
Memcheck:Addr32
|
3851
|
+
fun:__wcscat_avx2
|
3852
|
+
fun:UnknownInlinedFun
|
3853
|
+
...
|
3854
|
+
fun:config_init_pathconfig
|
3855
|
+
}
|
3856
|
+
|
3857
|
+
{
|
3858
|
+
<insert_a_suppression_name_here>
|
3859
|
+
Memcheck:Cond
|
3860
|
+
fun:__wcscat_avx2
|
3861
|
+
fun:UnknownInlinedFun
|
3862
|
+
...
|
3863
|
+
fun:config_init_pathconfig
|
3864
|
+
}
|
3865
|
+
|
3866
|
+
{
|
3867
|
+
<insert_a_suppression_name_here>
|
3868
|
+
Memcheck:Leak
|
3869
|
+
match-leak-kinds: definite
|
3870
|
+
fun:malloc
|
3871
|
+
fun:UnknownInlinedFun
|
3872
|
+
...
|
3873
|
+
fun:_PyObject_GC_NewVar
|
3874
|
+
...
|
3875
|
+
fun:_PyEval_EvalFrameDefault
|
3876
|
+
}
|
3877
|
+
|
3878
|
+
{
|
3879
|
+
<insert_a_suppression_name_here>
|
3880
|
+
Memcheck:Param
|
3881
|
+
write(buf)
|
3882
|
+
fun:__libc_write
|
3883
|
+
fun:write
|
3884
|
+
...
|
3885
|
+
fun:_Py_write
|
3886
|
+
}
|