Debian NEW package overview for scip
scip_10.0.0+ds-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 28 Jan 2026 06:28:08 -0500
Source:scip
Binary:libscip-dev libscip10.0 libscip10.0-dbgsym scip scip-dbgsym scip-doc
Architecture:source amd64 all
Version:10.0.0+ds-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Changed-By:Doug Torrance <dtorrance@debian.org>
Description:
libscip-dev - Solving Constraint Integer Programs (development files)
libscip10.0 - Solving Constraint Integer Programs (shared libraries)
scip       - Solving Constraint Integer Programs (command line tool)
scip-doc   - Solving Constraint Integer Programs (documentation)
Closes:1039923
Changes:
scip (10.0.0+ds-1) unstable; urgency=medium

  * Initial release (Closes: #1039923).
Files:
f5c81c5988427ec36982326f0be60e52 2384 math optional scip_10.0.0+ds-1.dsc
dcc709ba1e2148c32202328f95c62400 6247144 math optional scip_10.0.0+ds.orig.tar.xz
676c716eb9a1588032dbd56fd1ccf51a 48344 math optional scip_10.0.0+ds-1.debian.tar.xz
eb87b3628c4483a7e65b8dddd7dbd199 716496 libdevel optional libscip-dev_10.0.0+ds-1_amd64.deb
cbf94051ba27013219a3b981ba987751 26772116 debug optional libscip10.0-dbgsym_10.0.0+ds-1_amd64.deb
7a7cb0f7d76ad42b4dd2c4dc767a019b 5045488 libs optional libscip10.0_10.0.0+ds-1_amd64.deb
b580d1151e08a0dec57d2f95d2dded8d 27128072 debug optional scip-dbgsym_10.0.0+ds-1_amd64.deb
a96758049dcaafc320d0859f61b2d690 21972604 doc optional scip-doc_10.0.0+ds-1_all.deb
d8aff33356bf9fe0b5d9bb6ee27bb4d7 13096 math optional scip_10.0.0+ds-1_amd64.buildinfo
6eab7f7a22ec5648649018d84e8ab7d7 4885100 math optional scip_10.0.0+ds-1_amd64.deb
scip_10.0.0+ds-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:scip
Binary:scip, libscip10.0, libscip-dev, scip-doc
Architecture:any all
Version:10.0.0+ds-1
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Uploaders:Doug Torrance <dtorrance@debian.org>
Homepage:https://scipopt.org/
Standards-Version:4.7.3
Vcs-Browser:https://salsa.debian.org/math-team/scip
Vcs-Git:https://salsa.debian.org/math-team/scip.git
Testsuite:autopkgtest
Testsuite-Triggers:cmake
Build-Depends:cmake, coinor-libipopt-dev, debhelper-compat (=13), gfortran, help2man, libboost-iostreams-dev, libboost-program-options-dev, libboost-serialization-dev, libgmp-dev, libmpfr-dev, libnauty-dev, libpapilo-dev, libreadline-dev, libsoplex-dev, libz-dev, pkgconf
Build-Depends-Indep:doxygen, python3-minimal
Package-List:libscip-dev deb libdevel optional arch=any libscip10.0 deb libs optional arch=any scip deb math optional arch=any scip-doc deb doc optional arch=all
Files:
dcc709ba1e2148c32202328f95c62400 6247144 scip_10.0.0+ds.orig.tar.xz
676c716eb9a1588032dbd56fd1ccf51a 48344 scip_10.0.0+ds-1.debian.tar.xz
lintian 2.122.0 check for scip_10.0.0+ds-1.dsc (click to toggle)
README.source for scip_10.0.0+ds-1.dsc (click to toggle)
SCIP for Debian
===============

We (mostly) remove the following vendored libraries:

src/amplmp
----------
Not in Debian, so we build without AMPL support (-DAMPL=OFF).

src/cppad
---------
The vendored version (20180000.0) is much older than the version in the Debian
CppAD package (currently 20260000.0).  If we use the Debian package, then we get
errors during compilation, so we turn off CppAD support (-DEXPRINT=none).

src/dejavu
----------
Not in Debian, so we use nauty for computing symmetries (-DSYM=nauty).

src/nauty
---------
We use the Debian nauty package instead.  See debian/patches/devendor-nauty.patch.

src/tinycthread
---------------
Not in Debian (but there is an RFP bug - #749338).  It consists of a single source
file and header file, and according to the upstream README, it is intended to be
vendored:

  "To use TinyCThread in your own project, just add tinycthread.c and
  tinycthread.h to your project."

  source: https://github.com/tinycthread/tinycthread

So we keep the vendored copy.  There is precedent for this in Debian, as the
following packages also vendor it:

  * freeciv
  * glfw3
  * librdkafka
  * r-cran-later

Note that it is required even when using -DTPI=none or -DTPI=omp, as several
files always include tinycthread.h.

 -- Doug Torrance <dtorrance@debian.org>, Sun, 25 Jan 2026 22:42:49 -0500
control file for libscip-dev_10.0.0+ds-1_amd64.deb (click to toggle)
Package:libscip-dev
Source:scip
Version:10.0.0+ds-1
Architecture:amd64
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:7297
Depends:libscip10.0 (=10.0.0+ds-1)
Recommends:scip-doc
Section:libdevel
Priority:optional
Homepage:https://scipopt.org/
Description:
Solving Constraint Integer Programs (development files)
 SCIP is currently one of the fastest non-commercial solvers for mixed
 integer programming (MIP) and mixed integer nonlinear programming
 (MINLP). It is also a framework for constraint integer programming and
 branch-cut-and-price. It allows for total control of the solution
 process and the access of detailed information down to the guts of the
 solver.  By default, SCIP comes with a bouquet of different plugins
 for solving MIPs and MINLPs.
 .
 This package contains the development files for the SCIP library.
lintian 2.122.0 check for libscip-dev_10.0.0+ds-1_amd64.deb (click to toggle)
contents of libscip-dev_10.0.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/blockmemshell/
-rw-r--r-- root/root     48879 2025-11-23 09:06 ./usr/include/blockmemshell/memory.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/dijkstra/
-rw-r--r-- root/root      6958 2025-11-23 09:06 ./usr/include/dijkstra/dijkstra.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/lpi/
-rw-r--r-- root/root     49545 2025-11-23 09:06 ./usr/include/lpi/lpi.h
-rw-r--r-- root/root      6402 2025-11-23 09:06 ./usr/include/lpi/type_lpi.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/lpiexact/
-rw-r--r-- root/root     44037 2025-11-23 09:06 ./usr/include/lpiexact/lpiexact.h
-rw-r--r-- root/root      2274 2025-11-23 09:06 ./usr/include/lpiexact/type_lpiexact.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/objscip/
-rw-r--r-- root/root     12517 2025-11-23 09:06 ./usr/include/objscip/objbenders.h
-rw-r--r-- root/root      9279 2025-11-23 09:06 ./usr/include/objscip/objbenderscut.h
-rw-r--r-- root/root      9742 2025-11-23 09:06 ./usr/include/objscip/objbranchrule.h
-rw-r--r-- root/root      3253 2025-11-23 09:06 ./usr/include/objscip/objcloneable.h
-rw-r--r-- root/root     19853 2025-11-23 09:06 ./usr/include/objscip/objconshdlr.h
-rw-r--r-- root/root      7570 2025-11-23 09:06 ./usr/include/objscip/objcutsel.h
-rw-r--r-- root/root      6389 2025-11-23 09:06 ./usr/include/objscip/objdialog.h
-rw-r--r-- root/root      9148 2025-11-23 09:06 ./usr/include/objscip/objdisp.h
-rw-r--r-- root/root      7831 2025-11-23 09:06 ./usr/include/objscip/objeventhdlr.h
-rw-r--r-- root/root     19686 2025-11-23 09:06 ./usr/include/objscip/objexprhdlr.h
-rw-r--r-- root/root      9737 2025-11-23 09:06 ./usr/include/objscip/objheur.h
-rw-r--r-- root/root      6531 2025-11-23 09:06 ./usr/include/objscip/objiisfinder.h
-rw-r--r-- root/root      5579 2025-11-23 09:06 ./usr/include/objscip/objmessagehdlr.h
-rw-r--r-- root/root      8515 2025-11-23 09:06 ./usr/include/objscip/objnodesel.h
-rw-r--r-- root/root      8366 2025-11-23 09:06 ./usr/include/objscip/objpresol.h
-rw-r--r-- root/root      8991 2025-11-23 09:06 ./usr/include/objscip/objpricer.h
-rw-r--r-- root/root      3356 2025-11-23 09:06 ./usr/include/objscip/objprobcloneable.h
-rw-r--r-- root/root     11411 2025-11-23 09:06 ./usr/include/objscip/objprobdata.h
-rw-r--r-- root/root     10861 2025-11-23 09:06 ./usr/include/objscip/objprop.h
-rw-r--r-- root/root      7608 2025-11-23 09:06 ./usr/include/objscip/objreader.h
-rw-r--r-- root/root      8360 2025-11-23 09:06 ./usr/include/objscip/objrelax.h
-rw-r--r-- root/root      2829 2025-11-23 09:06 ./usr/include/objscip/objscip.h
-rw-r--r-- root/root      2225 2025-11-23 09:06 ./usr/include/objscip/objscipdefplugins.h
-rw-r--r-- root/root      9543 2025-11-23 09:06 ./usr/include/objscip/objsepa.h
-rw-r--r-- root/root      8513 2025-11-23 09:06 ./usr/include/objscip/objtable.h
-rw-r--r-- root/root     11934 2025-11-23 09:06 ./usr/include/objscip/objvardata.h
-rw-r--r-- root/root      4010 2025-11-23 09:06 ./usr/include/objscip/type_objcloneable.h
-rw-r--r-- root/root      3164 2025-11-23 09:06 ./usr/include/objscip/type_objprobcloneable.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/scip/
-rw-r--r-- root/root      5278 2025-11-23 09:06 ./usr/include/scip/bandit.h
-rw-r--r-- root/root      4488 2025-11-23 09:06 ./usr/include/scip/bandit_epsgreedy.h
-rw-r--r-- root/root      4048 2025-11-23 09:06 ./usr/include/scip/bandit_exp3.h
-rw-r--r-- root/root      3835 2025-11-23 09:06 ./usr/include/scip/bandit_exp3ix.h
-rw-r--r-- root/root      3798 2025-11-23 09:06 ./usr/include/scip/bandit_ucb.h
-rw-r--r-- root/root     25704 2025-11-23 09:06 ./usr/include/scip/benders.h
-rw-r--r-- root/root      3041 2025-11-23 09:06 ./usr/include/scip/benders_default.h
-rw-r--r-- root/root      8966 2025-11-23 09:06 ./usr/include/scip/benderscut.h
-rw-r--r-- root/root      4283 2025-11-23 09:06 ./usr/include/scip/benderscut_feas.h
-rw-r--r-- root/root      3874 2025-11-23 09:06 ./usr/include/scip/benderscut_feasalt.h
-rw-r--r-- root/root      4368 2025-11-23 09:06 ./usr/include/scip/benderscut_int.h
-rw-r--r-- root/root      3398 2025-11-23 09:06 ./usr/include/scip/benderscut_nogood.h
-rw-r--r-- root/root      8393 2025-11-23 09:06 ./usr/include/scip/benderscut_opt.h
-rw-r--r-- root/root      2818 2025-11-23 09:06 ./usr/include/scip/bendersdefcuts.h
-rw-r--r-- root/root      3928 2025-11-23 09:06 ./usr/include/scip/bitencode.h
-rw-r--r-- root/root      5185 2025-11-23 09:06 ./usr/include/scip/boundstore.h
-rw-r--r-- root/root     29218 2025-11-23 09:06 ./usr/include/scip/branch.h
-rw-r--r-- root/root      5250 2025-11-23 09:06 ./usr/include/scip/branch_allfullstrong.h
-rw-r--r-- root/root      2571 2025-11-23 09:06 ./usr/include/scip/branch_cloud.h
-rw-r--r-- root/root      9206 2025-11-23 09:06 ./usr/include/scip/branch_distribution.h
-rw-r--r-- root/root      6282 2025-11-23 09:06 ./usr/include/scip/branch_fullstrong.h
-rw-r--r-- root/root      3485 2025-11-23 09:06 ./usr/include/scip/branch_gomory.h
-rw-r--r-- root/root      3278 2025-11-23 09:06 ./usr/include/scip/branch_inference.h
-rw-r--r-- root/root      3169 2025-11-23 09:06 ./usr/include/scip/branch_leastinf.h
-rw-r--r-- root/root      3433 2025-11-23 09:06 ./usr/include/scip/branch_lookahead.h
-rw-r--r-- root/root      3184 2025-11-23 09:06 ./usr/include/scip/branch_mostinf.h
-rw-r--r-- root/root      3166 2025-11-23 09:06 ./usr/include/scip/branch_multaggr.h
-rw-r--r-- root/root      2565 2025-11-23 09:06 ./usr/include/scip/branch_nodereopt.h
-rw-r--r-- root/root      4751 2025-11-23 09:06 ./usr/include/scip/branch_pscost.h
-rw-r--r-- root/root      2892 2025-11-23 09:06 ./usr/include/scip/branch_random.h
-rw-r--r-- root/root      4518 2025-11-23 09:06 ./usr/include/scip/branch_relpscost.h
-rw-r--r-- root/root      4509 2025-11-23 09:06 ./usr/include/scip/branch_vanillafullstrong.h
-rw-r--r-- root/root     24288 2025-11-23 09:06 ./usr/include/scip/certificate.h
-rw-r--r-- root/root      5152 2025-11-23 09:06 ./usr/include/scip/clock.h
-rw-r--r-- root/root      7686 2025-11-23 09:06 ./usr/include/scip/compr.h
-rw-r--r-- root/root      2540 2025-11-23 09:06 ./usr/include/scip/compr_largestrepr.h
-rw-r--r-- root/root      2528 2025-11-23 09:06 ./usr/include/scip/compr_weakcompr.h
-rw-r--r-- root/root      9823 2025-11-23 09:06 ./usr/include/scip/concsolver.h
-rw-r--r-- root/root      2556 2025-11-23 09:06 ./usr/include/scip/concsolver_scip.h
-rw-r--r-- root/root      7695 2025-11-23 09:06 ./usr/include/scip/concurrent.h
-rw-r--r-- root/root       940 2026-01-28 11:28 ./usr/include/scip/config.h
-rw-r--r-- root/root      2424 2025-11-23 09:06 ./usr/include/scip/conflict.h
-rw-r--r-- root/root      6773 2025-11-23 09:06 ./usr/include/scip/conflict_dualproofanalysis.h
-rw-r--r-- root/root     34096 2025-11-23 09:06 ./usr/include/scip/conflict_general.h
-rw-r--r-- root/root     26723 2025-11-23 09:06 ./usr/include/scip/conflict_graphanalysis.h
-rw-r--r-- root/root      6572 2025-11-23 09:06 ./usr/include/scip/conflict_resolution.h
-rw-r--r-- root/root     10933 2025-11-23 09:06 ./usr/include/scip/conflictstore.h
-rw-r--r-- root/root     71012 2025-11-23 09:06 ./usr/include/scip/cons.h
-rw-r--r-- root/root      8642 2025-11-23 09:06 ./usr/include/scip/cons_and.h
-rw-r--r-- root/root      5585 2025-11-23 09:06 ./usr/include/scip/cons_benders.h
-rw-r--r-- root/root      3755 2025-11-23 09:06 ./usr/include/scip/cons_benderslp.h
-rw-r--r-- root/root     13285 2025-11-23 09:06 ./usr/include/scip/cons_bounddisjunction.h
-rw-r--r-- root/root     11348 2025-11-23 09:06 ./usr/include/scip/cons_cardinality.h
-rw-r--r-- root/root      2628 2025-11-23 09:06 ./usr/include/scip/cons_components.h
-rw-r--r-- root/root      6168 2025-11-23 09:06 ./usr/include/scip/cons_conjunction.h
-rw-r--r-- root/root      5624 2025-11-23 09:06 ./usr/include/scip/cons_countsols.h
-rw-r--r-- root/root     24500 2025-11-23 09:06 ./usr/include/scip/cons_cumulative.h
-rw-r--r-- root/root      6712 2025-11-23 09:06 ./usr/include/scip/cons_disjunction.h
-rw-r--r-- root/root     17697 2025-11-23 09:06 ./usr/include/scip/cons_exactlinear.h
-rw-r--r-- root/root      2709 2025-11-23 09:06 ./usr/include/scip/cons_exactsol.h
-rw-r--r-- root/root      2521 2025-11-23 09:06 ./usr/include/scip/cons_fixedvar.h
-rw-r--r-- root/root     30778 2025-11-23 09:06 ./usr/include/scip/cons_indicator.h
-rw-r--r-- root/root      2587 2025-11-23 09:06 ./usr/include/scip/cons_integral.h
-rw-r--r-- root/root     16685 2025-11-23 09:06 ./usr/include/scip/cons_knapsack.h
-rw-r--r-- root/root     21498 2025-11-23 09:06 ./usr/include/scip/cons_linear.h
-rw-r--r-- root/root     10567 2025-11-23 09:06 ./usr/include/scip/cons_linking.h
-rw-r--r-- root/root      9932 2025-11-23 09:06 ./usr/include/scip/cons_logicor.h
-rw-r--r-- root/root     57834 2025-11-23 09:06 ./usr/include/scip/cons_nonlinear.h
-rw-r--r-- root/root      8063 2025-11-23 09:06 ./usr/include/scip/cons_or.h
-rw-r--r-- root/root      9242 2025-11-23 09:06 ./usr/include/scip/cons_orbisack.h
-rw-r--r-- root/root      7746 2025-11-23 09:06 ./usr/include/scip/cons_orbitope.h
-rw-r--r-- root/root      8389 2025-11-23 09:06 ./usr/include/scip/cons_orbitope_full.h
-rw-r--r-- root/root      9171 2025-11-23 09:06 ./usr/include/scip/cons_orbitope_pp.h
-rw-r--r-- root/root     19898 2025-11-23 09:06 ./usr/include/scip/cons_pseudoboolean.h
-rw-r--r-- root/root     19689 2025-11-23 09:06 ./usr/include/scip/cons_setppc.h
-rw-r--r-- root/root     10926 2025-11-23 09:06 ./usr/include/scip/cons_sos1.h
-rw-r--r-- root/root      8654 2025-11-23 09:06 ./usr/include/scip/cons_sos2.h
-rw-r--r-- root/root      8077 2025-11-23 09:06 ./usr/include/scip/cons_superindicator.h
-rw-r--r-- root/root     11418 2025-11-23 09:06 ./usr/include/scip/cons_symresack.h
-rw-r--r-- root/root     11275 2025-11-23 09:06 ./usr/include/scip/cons_varbound.h
-rw-r--r-- root/root      8499 2025-11-23 09:06 ./usr/include/scip/cons_xor.h
-rw-r--r-- root/root      8567 2025-11-23 09:06 ./usr/include/scip/cutpool.h
-rw-r--r-- root/root     30407 2025-11-23 09:06 ./usr/include/scip/cuts.h
-rw-r--r-- root/root      8150 2025-11-23 09:06 ./usr/include/scip/cutsel.h
-rw-r--r-- root/root      6339 2025-11-23 09:06 ./usr/include/scip/cutsel_dynamic.h
-rw-r--r-- root/root      9340 2025-11-23 09:06 ./usr/include/scip/cutsel_ensemble.h
-rw-r--r-- root/root      7320 2025-11-23 09:06 ./usr/include/scip/cutsel_hybrid.h
-rw-r--r-- root/root      7642 2025-11-23 09:06 ./usr/include/scip/datatree.h
-rw-r--r-- root/root     18318 2025-11-23 09:06 ./usr/include/scip/dbldblarith.h
-rw-r--r-- root/root      4433 2025-11-23 09:06 ./usr/include/scip/dcmp.h
-rw-r--r-- root/root     17884 2025-11-23 09:06 ./usr/include/scip/debug.h
-rw-r--r-- root/root     20885 2025-11-23 09:06 ./usr/include/scip/def.h
-rw-r--r-- root/root      5738 2025-11-23 09:06 ./usr/include/scip/dialog.h
-rw-r--r-- root/root     14542 2025-11-23 09:06 ./usr/include/scip/dialog_default.h
-rw-r--r-- root/root      7232 2025-11-23 09:06 ./usr/include/scip/disp.h
-rw-r--r-- root/root      2519 2025-11-23 09:06 ./usr/include/scip/disp_default.h
-rw-r--r-- root/root     26407 2025-11-23 09:06 ./usr/include/scip/event.h
-rw-r--r-- root/root      3506 2025-11-23 09:06 ./usr/include/scip/event_estim.h
-rw-r--r-- root/root      3489 2025-11-23 09:06 ./usr/include/scip/event_globalbnd.h
-rw-r--r-- root/root      6795 2025-11-23 09:06 ./usr/include/scip/event_shadowtree.h
-rw-r--r-- root/root      2371 2025-11-23 09:06 ./usr/include/scip/event_softtimelimit.h
-rw-r--r-- root/root      2678 2025-11-23 09:06 ./usr/include/scip/event_solvingphase.h
-rw-r--r-- root/root     41135 2025-11-23 09:06 ./usr/include/scip/expr.h
-rw-r--r-- root/root      3503 2025-11-23 09:06 ./usr/include/scip/expr_abs.h
-rw-r--r-- root/root      3680 2025-11-23 09:06 ./usr/include/scip/expr_entropy.h
-rw-r--r-- root/root      3795 2025-11-23 09:06 ./usr/include/scip/expr_erf.h
-rw-r--r-- root/root      3483 2025-11-23 09:06 ./usr/include/scip/expr_exp.h
-rw-r--r-- root/root      3476 2025-11-23 09:06 ./usr/include/scip/expr_log.h
-rw-r--r-- root/root      7250 2025-11-23 09:06 ./usr/include/scip/expr_pow.h
-rw-r--r-- root/root      3465 2025-11-23 09:06 ./usr/include/scip/expr_product.h
-rw-r--r-- root/root      5948 2025-11-23 09:06 ./usr/include/scip/expr_sum.h
-rw-r--r-- root/root      4470 2025-11-23 09:06 ./usr/include/scip/expr_trig.h
-rw-r--r-- root/root      3235 2025-11-23 09:06 ./usr/include/scip/expr_value.h
-rw-r--r-- root/root      3264 2025-11-23 09:06 ./usr/include/scip/expr_var.h
-rw-r--r-- root/root      4044 2025-11-23 09:06 ./usr/include/scip/expr_varidx.h
-rw-r--r-- root/root      9271 2025-11-23 09:06 ./usr/include/scip/exprinterpret.h
-rw-r--r-- root/root     15644 2025-11-23 09:06 ./usr/include/scip/heur.h
-rw-r--r-- root/root      3353 2025-11-23 09:06 ./usr/include/scip/heur_actconsdiving.h
-rw-r--r-- root/root      2533 2025-11-23 09:06 ./usr/include/scip/heur_adaptivediving.h
-rw-r--r-- root/root      2597 2025-11-23 09:06 ./usr/include/scip/heur_alns.h
-rw-r--r-- root/root      2611 2025-11-23 09:06 ./usr/include/scip/heur_bound.h
-rw-r--r-- root/root      2654 2025-11-23 09:06 ./usr/include/scip/heur_clique.h
-rw-r--r-- root/root      3064 2025-11-23 09:06 ./usr/include/scip/heur_coefdiving.h
-rw-r--r-- root/root      2602 2025-11-23 09:06 ./usr/include/scip/heur_completesol.h
-rw-r--r-- root/root      2859 2025-11-23 09:06 ./usr/include/scip/heur_conflictdiving.h
-rw-r--r-- root/root      2955 2025-11-23 09:06 ./usr/include/scip/heur_crossover.h
-rw-r--r-- root/root      2929 2025-11-23 09:06 ./usr/include/scip/heur_dins.h
-rw-r--r-- root/root      2786 2025-11-23 09:06 ./usr/include/scip/heur_distributiondiving.h
-rw-r--r-- root/root      2520 2025-11-23 09:06 ./usr/include/scip/heur_dks.h
-rw-r--r-- root/root      3616 2025-11-23 09:06 ./usr/include/scip/heur_dps.h
-rw-r--r-- root/root      3870 2025-11-23 09:06 ./usr/include/scip/heur_dualval.h
-rw-r--r-- root/root      3257 2025-11-23 09:06 ./usr/include/scip/heur_farkasdiving.h
-rw-r--r-- root/root      3329 2025-11-23 09:06 ./usr/include/scip/heur_feaspump.h
-rw-r--r-- root/root      2580 2025-11-23 09:06 ./usr/include/scip/heur_fixandinfer.h
-rw-r--r-- root/root      3045 2025-11-23 09:06 ./usr/include/scip/heur_fracdiving.h
-rw-r--r-- root/root      4116 2025-11-23 09:06 ./usr/include/scip/heur_gins.h
-rw-r--r-- root/root      3114 2025-11-23 09:06 ./usr/include/scip/heur_guideddiving.h
-rw-r--r-- root/root      3700 2025-11-23 09:06 ./usr/include/scip/heur_indicator.h
-rw-r--r-- root/root      3465 2025-11-23 09:06 ./usr/include/scip/heur_indicatordiving.h
-rw-r--r-- root/root      3032 2025-11-23 09:06 ./usr/include/scip/heur_intdiving.h
-rw-r--r-- root/root      3003 2025-11-23 09:06 ./usr/include/scip/heur_intshifting.h
-rw-r--r-- root/root      3224 2025-11-23 09:06 ./usr/include/scip/heur_linesearchdiving.h
-rw-r--r-- root/root      2613 2025-11-23 09:06 ./usr/include/scip/heur_localbranching.h
-rw-r--r-- root/root      3881 2025-11-23 09:06 ./usr/include/scip/heur_locks.h
-rw-r--r-- root/root      2607 2025-11-23 09:06 ./usr/include/scip/heur_lpface.h
-rw-r--r-- root/root      5648 2025-11-23 09:06 ./usr/include/scip/heur_mpec.h
-rw-r--r-- root/root      4822 2025-11-23 09:06 ./usr/include/scip/heur_multistart.h
-rw-r--r-- root/root      2910 2025-11-23 09:06 ./usr/include/scip/heur_mutation.h
-rw-r--r-- root/root      3147 2025-11-23 09:06 ./usr/include/scip/heur_nlpdiving.h
-rw-r--r-- root/root      2673 2025-11-23 09:06 ./usr/include/scip/heur_objpscostdiving.h
-rw-r--r-- root/root      2593 2025-11-23 09:06 ./usr/include/scip/heur_octane.h
-rw-r--r-- root/root      2607 2025-11-23 09:06 ./usr/include/scip/heur_ofins.h
-rw-r--r-- root/root      3011 2025-11-23 09:06 ./usr/include/scip/heur_oneopt.h
-rw-r--r-- root/root      3494 2025-11-23 09:06 ./usr/include/scip/heur_padm.h
-rw-r--r-- root/root      4606 2025-11-23 09:06 ./usr/include/scip/heur_proximity.h
-rw-r--r-- root/root      3380 2025-11-23 09:06 ./usr/include/scip/heur_pscostdiving.h
-rw-r--r-- root/root      3211 2025-11-23 09:06 ./usr/include/scip/heur_randrounding.h
-rw-r--r-- root/root      4372 2025-11-23 09:06 ./usr/include/scip/heur_rens.h
-rw-r--r-- root/root      2933 2025-11-23 09:06 ./usr/include/scip/heur_reoptsols.h
-rw-r--r-- root/root      2877 2025-11-23 09:06 ./usr/include/scip/heur_repair.h
-rw-r--r-- root/root      2820 2025-11-23 09:06 ./usr/include/scip/heur_rins.h
-rw-r--r-- root/root      2637 2025-11-23 09:06 ./usr/include/scip/heur_rootsoldiving.h
-rw-r--r-- root/root      3301 2025-11-23 09:06 ./usr/include/scip/heur_rounding.h
-rw-r--r-- root/root      2538 2025-11-23 09:06 ./usr/include/scip/heur_scheduler.h
-rw-r--r-- root/root      3111 2025-11-23 09:06 ./usr/include/scip/heur_shiftandpropagate.h
-rw-r--r-- root/root      3090 2025-11-23 09:06 ./usr/include/scip/heur_shifting.h
-rw-r--r-- root/root      2974 2025-11-23 09:06 ./usr/include/scip/heur_simplerounding.h
-rw-r--r-- root/root      5324 2025-11-23 09:06 ./usr/include/scip/heur_subnlp.h
-rw-r--r-- root/root      3433 2025-11-23 09:06 ./usr/include/scip/heur_sync.h
-rw-r--r-- root/root      2869 2025-11-23 09:06 ./usr/include/scip/heur_trivial.h
-rw-r--r-- root/root      2644 2025-11-23 09:06 ./usr/include/scip/heur_trivialnegation.h
-rw-r--r-- root/root      4348 2025-11-23 09:06 ./usr/include/scip/heur_trustregion.h
-rw-r--r-- root/root      3678 2025-11-23 09:06 ./usr/include/scip/heur_trysol.h
-rw-r--r-- root/root      3197 2025-11-23 09:06 ./usr/include/scip/heur_twoopt.h
-rw-r--r-- root/root      4931 2025-11-23 09:06 ./usr/include/scip/heur_undercover.h
-rw-r--r-- root/root      2921 2025-11-23 09:06 ./usr/include/scip/heur_vbounds.h
-rw-r--r-- root/root      3094 2025-11-23 09:06 ./usr/include/scip/heur_veclendiving.h
-rw-r--r-- root/root      3482 2025-11-23 09:06 ./usr/include/scip/heur_zeroobj.h
-rw-r--r-- root/root      3082 2025-11-23 09:06 ./usr/include/scip/heur_zirounding.h
-rw-r--r-- root/root      7938 2025-11-23 09:06 ./usr/include/scip/heuristics.h
-rw-r--r-- root/root     18568 2025-11-23 09:06 ./usr/include/scip/history.h
-rw-r--r-- root/root     22208 2025-11-23 09:06 ./usr/include/scip/hypergraph.h
-rw-r--r-- root/root      5900 2025-11-23 09:06 ./usr/include/scip/iisfinder.h
-rw-r--r-- root/root      3950 2025-11-23 09:06 ./usr/include/scip/iisfinder_greedy.h
-rw-r--r-- root/root     24189 2025-11-23 09:06 ./usr/include/scip/implics.h
-rw-r--r-- root/root      3548 2025-11-23 09:06 ./usr/include/scip/interrupt.h
-rw-r--r-- root/root     37629 2025-11-23 09:06 ./usr/include/scip/intervalarith.h
-rw-r--r-- root/root      4231 2025-11-23 09:06 ./usr/include/scip/lapack_calls.h
-rw-r--r-- root/root     85594 2025-11-23 09:06 ./usr/include/scip/lp.h
-rw-r--r-- root/root     40744 2025-11-23 09:06 ./usr/include/scip/lpexact.h
-rw-r--r-- root/root      3793 2025-11-23 09:06 ./usr/include/scip/lpexact_bounding.h
-rw-r--r-- root/root      3774 2025-11-23 09:06 ./usr/include/scip/mem.h
-rw-r--r-- root/root      2727 2025-11-23 09:06 ./usr/include/scip/message.h
-rw-r--r-- root/root      2822 2025-11-23 09:06 ./usr/include/scip/message_default.h
-rw-r--r-- root/root     16120 2025-11-23 09:06 ./usr/include/scip/misc.h
-rw-r--r-- root/root      5831 2025-11-23 09:06 ./usr/include/scip/multiprecision.hpp
-rw-r--r-- root/root      6536 2025-11-23 09:06 ./usr/include/scip/nlhdlr.h
-rw-r--r-- root/root     10308 2025-11-23 09:06 ./usr/include/scip/nlhdlr_bilinear.h
-rw-r--r-- root/root      3786 2025-11-23 09:06 ./usr/include/scip/nlhdlr_convex.h
-rw-r--r-- root/root      2792 2025-11-23 09:06 ./usr/include/scip/nlhdlr_default.h
-rw-r--r-- root/root      2844 2025-11-23 09:06 ./usr/include/scip/nlhdlr_perspective.h
-rw-r--r-- root/root      2791 2025-11-23 09:06 ./usr/include/scip/nlhdlr_quadratic.h
-rw-r--r-- root/root      2804 2025-11-23 09:06 ./usr/include/scip/nlhdlr_quotient.h
-rw-r--r-- root/root      2791 2025-11-23 09:06 ./usr/include/scip/nlhdlr_signomial.h
-rw-r--r-- root/root      6532 2025-11-23 09:06 ./usr/include/scip/nlhdlr_soc.h
-rw-r--r-- root/root     34649 2025-11-23 09:06 ./usr/include/scip/nlp.h
-rw-r--r-- root/root     17283 2025-11-23 09:06 ./usr/include/scip/nlpi.h
-rw-r--r-- root/root      2672 2025-11-23 09:06 ./usr/include/scip/nlpi_all.h
-rw-r--r-- root/root      3417 2025-11-23 09:06 ./usr/include/scip/nlpi_conopt.h
-rw-r--r-- root/root      2957 2025-11-23 09:06 ./usr/include/scip/nlpi_filtersqp.h
-rw-r--r-- root/root      4527 2025-11-23 09:06 ./usr/include/scip/nlpi_ipopt.h
-rw-r--r-- root/root      3082 2025-11-23 09:06 ./usr/include/scip/nlpi_worhp.h
-rw-r--r-- root/root     26200 2025-11-23 09:06 ./usr/include/scip/nlpioracle.h
-rw-r--r-- root/root     14822 2025-11-23 09:06 ./usr/include/scip/nodesel.h
-rw-r--r-- root/root      2564 2025-11-23 09:06 ./usr/include/scip/nodesel_bfs.h
-rw-r--r-- root/root      2872 2025-11-23 09:06 ./usr/include/scip/nodesel_breadthfirst.h
-rw-r--r-- root/root      2566 2025-11-23 09:06 ./usr/include/scip/nodesel_dfs.h
-rw-r--r-- root/root      2590 2025-11-23 09:06 ./usr/include/scip/nodesel_estimate.h
-rw-r--r-- root/root      2639 2025-11-23 09:06 ./usr/include/scip/nodesel_hybridestim.h
-rw-r--r-- root/root      2648 2025-11-23 09:06 ./usr/include/scip/nodesel_restartdfs.h
-rw-r--r-- root/root      5174 2025-11-23 09:06 ./usr/include/scip/nodesel_uct.h
-rw-r--r-- root/root     31749 2025-11-23 09:06 ./usr/include/scip/paramset.h
-rw-r--r-- root/root      9403 2025-11-23 09:06 ./usr/include/scip/presol.h
-rw-r--r-- root/root      2934 2025-11-23 09:06 ./usr/include/scip/presol_boundshift.h
-rw-r--r-- root/root      2627 2025-11-23 09:06 ./usr/include/scip/presol_convertinttobin.h
-rw-r--r-- root/root      2861 2025-11-23 09:06 ./usr/include/scip/presol_domcol.h
-rw-r--r-- root/root      3445 2025-11-23 09:06 ./usr/include/scip/presol_dualagg.h
-rw-r--r-- root/root      2909 2025-11-23 09:06 ./usr/include/scip/presol_dualcomp.h
-rw-r--r-- root/root      3450 2025-11-23 09:06 ./usr/include/scip/presol_dualinfer.h
-rw-r--r-- root/root      3554 2025-11-23 09:06 ./usr/include/scip/presol_dualsparsify.h
-rw-r--r-- root/root      3761 2025-11-23 09:06 ./usr/include/scip/presol_gateextraction.h
-rw-r--r-- root/root      3234 2025-11-23 09:06 ./usr/include/scip/presol_implics.h
-rw-r--r-- root/root      3689 2025-11-23 09:06 ./usr/include/scip/presol_implint.h
-rw-r--r-- root/root      2860 2025-11-23 09:06 ./usr/include/scip/presol_inttobinary.h
-rw-r--r-- root/root      2749 2025-11-23 09:06 ./usr/include/scip/presol_milp.h
-rw-r--r-- root/root      5050 2025-11-23 09:06 ./usr/include/scip/presol_qpkktref.h
-rw-r--r-- root/root      2558 2025-11-23 09:06 ./usr/include/scip/presol_redvub.h
-rw-r--r-- root/root      2691 2025-11-23 09:06 ./usr/include/scip/presol_sparsify.h
-rw-r--r-- root/root      2637 2025-11-23 09:06 ./usr/include/scip/presol_stuffing.h
-rw-r--r-- root/root      2788 2025-11-23 09:06 ./usr/include/scip/presol_trivial.h
-rw-r--r-- root/root      4335 2025-11-23 09:06 ./usr/include/scip/presol_tworowbnd.h
-rw-r--r-- root/root      5038 2025-11-23 09:06 ./usr/include/scip/presolve.h
-rw-r--r-- root/root     10181 2025-11-23 09:06 ./usr/include/scip/pricer.h
-rw-r--r-- root/root      7977 2025-11-23 09:06 ./usr/include/scip/pricestore.h
-rw-r--r-- root/root     27660 2025-11-23 09:06 ./usr/include/scip/primal.h
-rw-r--r-- root/root     34932 2025-11-23 09:06 ./usr/include/scip/prob.h
-rw-r--r-- root/root     14441 2025-11-23 09:06 ./usr/include/scip/prop.h
-rw-r--r-- root/root      2868 2025-11-23 09:06 ./usr/include/scip/prop_dualfix.h
-rw-r--r-- root/root      6179 2025-11-23 09:06 ./usr/include/scip/prop_genvbounds.h
-rw-r--r-- root/root      5559 2025-11-23 09:06 ./usr/include/scip/prop_nlobbt.h
-rw-r--r-- root/root      4025 2025-11-23 09:06 ./usr/include/scip/prop_obbt.h
-rw-r--r-- root/root      7051 2025-11-23 09:06 ./usr/include/scip/prop_probing.h
-rw-r--r-- root/root      3677 2025-11-23 09:06 ./usr/include/scip/prop_pseudoobj.h
-rw-r--r-- root/root      2787 2025-11-23 09:06 ./usr/include/scip/prop_redcost.h
-rw-r--r-- root/root      3031 2025-11-23 09:06 ./usr/include/scip/prop_rootredcost.h
-rw-r--r-- root/root      5402 2025-11-23 09:06 ./usr/include/scip/prop_symmetry.h
-rw-r--r-- root/root      3635 2025-11-23 09:06 ./usr/include/scip/prop_sync.h
-rw-r--r-- root/root      3268 2025-11-23 09:06 ./usr/include/scip/prop_vbounds.h
-rw-r--r-- root/root      3724 2025-11-23 09:06 ./usr/include/scip/pub_bandit.h
-rw-r--r-- root/root      4761 2025-11-23 09:06 ./usr/include/scip/pub_bandit_epsgreedy.h
-rw-r--r-- root/root      4908 2025-11-23 09:06 ./usr/include/scip/pub_bandit_exp3.h
-rw-r--r-- root/root      4024 2025-11-23 09:06 ./usr/include/scip/pub_bandit_exp3ix.h
-rw-r--r-- root/root      3937 2025-11-23 09:06 ./usr/include/scip/pub_bandit_ucb.h
-rw-r--r-- root/root     22155 2025-11-23 09:06 ./usr/include/scip/pub_benders.h
-rw-r--r-- root/root      5444 2025-11-23 09:06 ./usr/include/scip/pub_benderscut.h
-rw-r--r-- root/root      6532 2025-11-23 09:06 ./usr/include/scip/pub_branch.h
-rw-r--r-- root/root      4691 2025-11-23 09:06 ./usr/include/scip/pub_compr.h
-rw-r--r-- root/root      4183 2025-11-23 09:06 ./usr/include/scip/pub_conflict.h
-rw-r--r-- root/root     36146 2025-11-23 09:06 ./usr/include/scip/pub_cons.h
-rw-r--r-- root/root      4492 2025-11-23 09:06 ./usr/include/scip/pub_cutpool.h
-rw-r--r-- root/root      5311 2025-11-23 09:06 ./usr/include/scip/pub_cutsel.h
-rw-r--r-- root/root      5713 2025-11-23 09:06 ./usr/include/scip/pub_datatree.h
-rw-r--r-- root/root     10152 2025-11-23 09:06 ./usr/include/scip/pub_dcmp.h
-rw-r--r-- root/root      9644 2025-11-23 09:06 ./usr/include/scip/pub_dialog.h
-rw-r--r-- root/root      5248 2025-11-23 09:06 ./usr/include/scip/pub_disp.h
-rw-r--r-- root/root      9756 2025-11-23 09:06 ./usr/include/scip/pub_event.h
-rw-r--r-- root/root     48222 2025-11-23 09:06 ./usr/include/scip/pub_expr.h
-rw-r--r-- root/root      3357 2025-11-23 09:06 ./usr/include/scip/pub_fileio.h
-rw-r--r-- root/root     18574 2025-11-23 09:06 ./usr/include/scip/pub_heur.h
-rw-r--r-- root/root      4906 2025-11-23 09:06 ./usr/include/scip/pub_history.h
-rw-r--r-- root/root      5710 2025-11-23 09:06 ./usr/include/scip/pub_iisfinder.h
-rw-r--r-- root/root      5251 2025-11-23 09:06 ./usr/include/scip/pub_implics.h
-rw-r--r-- root/root     19421 2025-11-23 09:06 ./usr/include/scip/pub_lp.h
-rw-r--r-- root/root      5312 2025-11-23 09:06 ./usr/include/scip/pub_lpexact.h
-rw-r--r-- root/root     15449 2025-11-23 09:06 ./usr/include/scip/pub_matrix.h
-rw-r--r-- root/root     18955 2025-11-23 09:06 ./usr/include/scip/pub_message.h
-rw-r--r-- root/root     90326 2025-11-23 09:06 ./usr/include/scip/pub_misc.h
-rw-r--r-- root/root      9494 2025-11-23 09:06 ./usr/include/scip/pub_misc_linear.h
-rw-r--r-- root/root     18933 2025-11-23 09:06 ./usr/include/scip/pub_misc_rowprep.h
-rw-r--r-- root/root    232631 2025-11-23 09:06 ./usr/include/scip/pub_misc_select.h
-rw-r--r-- root/root    301133 2025-11-23 09:06 ./usr/include/scip/pub_misc_sort.h
-rw-r--r-- root/root     11982 2025-11-23 09:06 ./usr/include/scip/pub_network.h
-rw-r--r-- root/root      9446 2025-11-23 09:06 ./usr/include/scip/pub_nlhdlr.h
-rw-r--r-- root/root      5585 2025-11-23 09:06 ./usr/include/scip/pub_nlp.h
-rw-r--r-- root/root      6458 2025-11-23 09:06 ./usr/include/scip/pub_nlpi.h
-rw-r--r-- root/root      3990 2025-11-23 09:06 ./usr/include/scip/pub_nodesel.h
-rw-r--r-- root/root      6738 2025-11-23 09:06 ./usr/include/scip/pub_paramset.h
-rw-r--r-- root/root      6568 2025-11-23 09:06 ./usr/include/scip/pub_presol.h
-rw-r--r-- root/root      5049 2025-11-23 09:06 ./usr/include/scip/pub_pricer.h
-rw-r--r-- root/root      9557 2025-11-23 09:06 ./usr/include/scip/pub_prop.h
-rw-r--r-- root/root      3658 2025-11-23 09:06 ./usr/include/scip/pub_reader.h
-rw-r--r-- root/root      6232 2025-11-23 09:06 ./usr/include/scip/pub_relax.h
-rw-r--r-- root/root      8911 2025-11-23 09:06 ./usr/include/scip/pub_reopt.h
-rw-r--r-- root/root      8725 2025-11-23 09:06 ./usr/include/scip/pub_sepa.h
-rw-r--r-- root/root      9367 2025-11-23 09:06 ./usr/include/scip/pub_sol.h
-rw-r--r-- root/root      3794 2025-11-23 09:06 ./usr/include/scip/pub_table.h
-rw-r--r-- root/root     12804 2025-11-23 09:06 ./usr/include/scip/pub_tree.h
-rw-r--r-- root/root     70095 2025-11-23 09:06 ./usr/include/scip/pub_var.h
-rw-r--r-- root/root     31120 2025-11-23 09:06 ./usr/include/scip/rational.h
-rw-r--r-- root/root      4343 2025-11-23 09:06 ./usr/include/scip/rationalgmp.h
-rw-r--r-- root/root      7682 2025-11-23 09:06 ./usr/include/scip/rbtree.h
-rw-r--r-- root/root      6583 2025-11-23 09:06 ./usr/include/scip/reader.h
-rw-r--r-- root/root      2903 2025-11-23 09:06 ./usr/include/scip/reader_bnd.h
-rw-r--r-- root/root      3678 2025-11-23 09:06 ./usr/include/scip/reader_ccg.h
-rw-r--r-- root/root      2892 2025-11-23 09:06 ./usr/include/scip/reader_cip.h
-rw-r--r-- root/root      2732 2025-11-23 09:06 ./usr/include/scip/reader_cnf.h
-rw-r--r-- root/root      5070 2025-11-23 09:06 ./usr/include/scip/reader_cor.h
-rw-r--r-- root/root      4634 2025-11-23 09:06 ./usr/include/scip/reader_dec.h
-rw-r--r-- root/root      3476 2025-11-23 09:06 ./usr/include/scip/reader_diff.h
-rw-r--r-- root/root      2973 2025-11-23 09:06 ./usr/include/scip/reader_fix.h
-rw-r--r-- root/root      3231 2025-11-23 09:06 ./usr/include/scip/reader_fzn.h
-rw-r--r-- root/root      4629 2025-11-23 09:06 ./usr/include/scip/reader_gms.h
-rw-r--r-- root/root      5585 2025-11-23 09:06 ./usr/include/scip/reader_lp.h
-rw-r--r-- root/root      6505 2025-11-23 09:06 ./usr/include/scip/reader_mps.h
-rw-r--r-- root/root      3497 2025-11-23 09:06 ./usr/include/scip/reader_mst.h
-rw-r--r-- root/root      2629 2025-11-23 09:06 ./usr/include/scip/reader_nl.h
-rw-r--r-- root/root      5715 2025-11-23 09:06 ./usr/include/scip/reader_opb.h
-rw-r--r-- root/root      2823 2025-11-23 09:06 ./usr/include/scip/reader_osil.h
-rw-r--r-- root/root      3627 2025-11-23 09:06 ./usr/include/scip/reader_pbm.h
-rw-r--r-- root/root      5253 2025-11-23 09:06 ./usr/include/scip/reader_pip.h
-rw-r--r-- root/root      3791 2025-11-23 09:06 ./usr/include/scip/reader_ppm.h
-rw-r--r-- root/root      2547 2025-11-23 09:06 ./usr/include/scip/reader_rlp.h
-rw-r--r-- root/root      3259 2025-11-23 09:06 ./usr/include/scip/reader_smps.h
-rw-r--r-- root/root      3520 2025-11-23 09:06 ./usr/include/scip/reader_sol.h
-rw-r--r-- root/root      4124 2025-11-23 09:06 ./usr/include/scip/reader_sto.h
-rw-r--r-- root/root      6145 2025-11-23 09:06 ./usr/include/scip/reader_tim.h
-rw-r--r-- root/root      2724 2025-11-23 09:06 ./usr/include/scip/reader_wbo.h
-rw-r--r-- root/root      2657 2025-11-23 09:06 ./usr/include/scip/reader_zpl.h
-rw-r--r-- root/root     12430 2025-11-23 09:06 ./usr/include/scip/relax.h
-rw-r--r-- root/root      2653 2025-11-23 09:06 ./usr/include/scip/relax_benders.h
-rw-r--r-- root/root     29552 2025-11-23 09:06 ./usr/include/scip/reopt.h
-rw-r--r-- root/root      2793 2025-11-23 09:06 ./usr/include/scip/retcode.h
-rw-r--r-- root/root      6378 2025-11-23 09:06 ./usr/include/scip/scip.h
-rw-r--r-- root/root      4404 2025-11-23 09:06 ./usr/include/scip/scip_bandit.h
-rw-r--r-- root/root     46711 2025-11-23 09:06 ./usr/include/scip/scip_benders.h
-rw-r--r-- root/root     41457 2025-11-23 09:06 ./usr/include/scip/scip_branch.h
-rw-r--r-- root/root     13981 2025-11-23 09:06 ./usr/include/scip/scip_certificate.h
-rw-r--r-- root/root      8559 2025-11-23 09:06 ./usr/include/scip/scip_compr.h
-rw-r--r-- root/root      8306 2025-11-23 09:06 ./usr/include/scip/scip_concurrent.h
-rw-r--r-- root/root     27374 2025-11-23 09:06 ./usr/include/scip/scip_conflict.h
-rw-r--r-- root/root     93922 2025-11-23 09:06 ./usr/include/scip/scip_cons.h
-rw-r--r-- root/root     69382 2025-11-23 09:06 ./usr/include/scip/scip_copy.h
-rw-r--r-- root/root     21425 2025-11-23 09:06 ./usr/include/scip/scip_cut.h
-rw-r--r-- root/root      8075 2025-11-23 09:06 ./usr/include/scip/scip_cutsel.h
-rw-r--r-- root/root     19661 2025-11-23 09:06 ./usr/include/scip/scip_datastructures.h
-rw-r--r-- root/root      9344 2025-11-23 09:06 ./usr/include/scip/scip_datatree.h
-rw-r--r-- root/root      8331 2025-11-23 09:06 ./usr/include/scip/scip_dcmp.h
-rw-r--r-- root/root      3171 2025-11-23 09:06 ./usr/include/scip/scip_debug.h
-rw-r--r-- root/root      8753 2025-11-23 09:06 ./usr/include/scip/scip_dialog.h
-rw-r--r-- root/root      5309 2025-11-23 09:06 ./usr/include/scip/scip_disp.h
-rw-r--r-- root/root     16505 2025-11-23 09:06 ./usr/include/scip/scip_event.h
-rw-r--r-- root/root      5334 2025-11-23 09:06 ./usr/include/scip/scip_exact.h
-rw-r--r-- root/root      1032 2026-01-28 11:28 ./usr/include/scip/scip_export.h
-rw-r--r-- root/root     57101 2025-11-23 09:06 ./usr/include/scip/scip_expr.h
-rw-r--r-- root/root     13014 2025-11-23 09:06 ./usr/include/scip/scip_general.h
-rw-r--r-- root/root     14212 2025-11-23 09:06 ./usr/include/scip/scip_heur.h
-rw-r--r-- root/root      7274 2025-11-23 09:06 ./usr/include/scip/scip_iisfinder.h
-rw-r--r-- root/root     79279 2025-11-23 09:06 ./usr/include/scip/scip_lp.h
-rw-r--r-- root/root     20818 2025-11-23 09:06 ./usr/include/scip/scip_lpexact.h
-rw-r--r-- root/root     13470 2025-11-23 09:06 ./usr/include/scip/scip_mem.h
-rw-r--r-- root/root      8838 2025-11-23 09:06 ./usr/include/scip/scip_message.h
-rw-r--r-- root/root     44342 2025-11-23 09:06 ./usr/include/scip/scip_nlp.h
-rw-r--r-- root/root     14019 2025-11-23 09:06 ./usr/include/scip/scip_nlpi.h
-rw-r--r-- root/root      9256 2025-11-23 09:06 ./usr/include/scip/scip_nodesel.h
-rw-r--r-- root/root     38068 2025-11-23 09:06 ./usr/include/scip/scip_numerics.h
-rw-r--r-- root/root     31955 2025-11-23 09:06 ./usr/include/scip/scip_param.h
-rw-r--r-- root/root      9073 2025-11-23 09:06 ./usr/include/scip/scip_presol.h
-rw-r--r-- root/root     14273 2025-11-23 09:06 ./usr/include/scip/scip_pricer.h
-rw-r--r-- root/root     88452 2025-11-23 09:06 ./usr/include/scip/scip_prob.h
-rw-r--r-- root/root     27035 2025-11-23 09:06 ./usr/include/scip/scip_probing.h
-rw-r--r-- root/root     11939 2025-11-23 09:06 ./usr/include/scip/scip_prop.h
-rw-r--r-- root/root      4028 2025-11-23 09:06 ./usr/include/scip/scip_randnumgen.h
-rw-r--r-- root/root      8597 2025-11-23 09:06 ./usr/include/scip/scip_reader.h
-rw-r--r-- root/root      8727 2025-11-23 09:06 ./usr/include/scip/scip_relax.h
-rw-r--r-- root/root     14852 2025-11-23 09:06 ./usr/include/scip/scip_reopt.h
-rw-r--r-- root/root     11424 2025-11-23 09:06 ./usr/include/scip/scip_sepa.h
-rw-r--r-- root/root     76040 2025-11-23 09:06 ./usr/include/scip/scip_sol.h
-rw-r--r-- root/root     18569 2025-11-23 09:06 ./usr/include/scip/scip_solve.h
-rw-r--r-- root/root    104627 2025-11-23 09:06 ./usr/include/scip/scip_solvingstats.h
-rw-r--r-- root/root      4766 2025-11-23 09:06 ./usr/include/scip/scip_table.h
-rw-r--r-- root/root     13583 2025-11-23 09:06 ./usr/include/scip/scip_timing.h
-rw-r--r-- root/root     19325 2025-11-23 09:06 ./usr/include/scip/scip_tree.h
-rw-r--r-- root/root      5799 2025-11-23 09:06 ./usr/include/scip/scip_validation.h
-rw-r--r-- root/root    245011 2025-11-23 09:06 ./usr/include/scip/scip_var.h
-rw-r--r-- root/root      2352 2025-11-23 09:06 ./usr/include/scip/scipbuildflags.h
-rw-r--r-- root/root      2685 2025-11-23 09:06 ./usr/include/scip/scipcoreplugins.h
-rw-r--r-- root/root      9976 2025-11-23 09:06 ./usr/include/scip/scipdefplugins.h
-rw-r--r-- root/root      2314 2025-11-23 09:06 ./usr/include/scip/scipgithash.h
-rw-r--r-- root/root      3185 2025-11-23 09:06 ./usr/include/scip/scipshell.h
-rw-r--r-- root/root     11155 2025-11-23 09:06 ./usr/include/scip/sepa.h
-rw-r--r-- root/root      3336 2025-11-23 09:06 ./usr/include/scip/sepa_aggregation.h
-rw-r--r-- root/root      2698 2025-11-23 09:06 ./usr/include/scip/sepa_cgmip.h
-rw-r--r-- root/root      2543 2025-11-23 09:06 ./usr/include/scip/sepa_clique.h
-rw-r--r-- root/root      3572 2025-11-23 09:06 ./usr/include/scip/sepa_closecuts.h
-rw-r--r-- root/root      4589 2025-11-23 09:06 ./usr/include/scip/sepa_convexproj.h
-rw-r--r-- root/root      3337 2025-11-23 09:06 ./usr/include/scip/sepa_disjunctive.h
-rw-r--r-- root/root      5035 2025-11-23 09:06 ./usr/include/scip/sepa_eccuts.h
-rw-r--r-- root/root      5521 2025-11-23 09:06 ./usr/include/scip/sepa_flower.h
-rw-r--r-- root/root      5641 2025-11-23 09:06 ./usr/include/scip/sepa_gauge.h
-rw-r--r-- root/root      2581 2025-11-23 09:06 ./usr/include/scip/sepa_gomory.h
-rw-r--r-- root/root      2586 2025-11-23 09:06 ./usr/include/scip/sepa_impliedbounds.h
-rw-r--r-- root/root      2720 2025-11-23 09:06 ./usr/include/scip/sepa_interminor.h
-rw-r--r-- root/root      2554 2025-11-23 09:06 ./usr/include/scip/sepa_intobj.h
-rw-r--r-- root/root      2536 2025-11-23 09:06 ./usr/include/scip/sepa_lagromory.h
-rw-r--r-- root/root      3522 2025-11-23 09:06 ./usr/include/scip/sepa_mcf.h
-rw-r--r-- root/root      4166 2025-11-23 09:06 ./usr/include/scip/sepa_minor.h
-rw-r--r-- root/root      2519 2025-11-23 09:06 ./usr/include/scip/sepa_mixing.h
-rw-r--r-- root/root      2528 2025-11-23 09:06 ./usr/include/scip/sepa_oddcycle.h
-rw-r--r-- root/root      2561 2025-11-23 09:06 ./usr/include/scip/sepa_rapidlearning.h
-rw-r--r-- root/root      3081 2025-11-23 09:06 ./usr/include/scip/sepa_rlt.h
-rw-r--r-- root/root      2619 2025-11-23 09:06 ./usr/include/scip/sepa_zerohalf.h
-rw-r--r-- root/root      9337 2025-11-23 09:06 ./usr/include/scip/sepastore.h
-rw-r--r-- root/root      4686 2025-11-23 09:06 ./usr/include/scip/sepastoreexact.h
-rw-r--r-- root/root     89042 2025-11-23 09:06 ./usr/include/scip/set.h
-rw-r--r-- root/root     39132 2025-11-23 09:06 ./usr/include/scip/sol.h
-rw-r--r-- root/root     14484 2025-11-23 09:06 ./usr/include/scip/solve.h
-rw-r--r-- root/root     16079 2025-11-23 09:06 ./usr/include/scip/stat.h
-rw-r--r-- root/root      3367 2025-11-23 09:06 ./usr/include/scip/struct_bandit.h
-rw-r--r-- root/root     16880 2025-11-23 09:06 ./usr/include/scip/struct_benders.h
-rw-r--r-- root/root      4460 2025-11-23 09:06 ./usr/include/scip/struct_benderscut.h
-rw-r--r-- root/root      8817 2025-11-23 09:06 ./usr/include/scip/struct_branch.h
-rw-r--r-- root/root      3385 2025-11-23 09:06 ./usr/include/scip/struct_clock.h
-rw-r--r-- root/root      4302 2025-11-23 09:06 ./usr/include/scip/struct_compr.h
-rw-r--r-- root/root      6377 2025-11-23 09:06 ./usr/include/scip/struct_concsolver.h
-rw-r--r-- root/root      3603 2025-11-23 09:06 ./usr/include/scip/struct_concurrent.h
-rw-r--r-- root/root     18115 2025-11-23 09:06 ./usr/include/scip/struct_conflict.h
-rw-r--r-- root/root      5667 2025-11-23 09:06 ./usr/include/scip/struct_conflictstore.h
-rw-r--r-- root/root     27887 2025-11-23 09:06 ./usr/include/scip/struct_cons.h
-rw-r--r-- root/root      5001 2025-11-23 09:06 ./usr/include/scip/struct_cutpool.h
-rw-r--r-- root/root      3396 2025-11-23 09:06 ./usr/include/scip/struct_cuts.h
-rw-r--r-- root/root      4322 2025-11-23 09:06 ./usr/include/scip/struct_cutsel.h
-rw-r--r-- root/root      4134 2025-11-23 09:06 ./usr/include/scip/struct_datatree.h
-rw-r--r-- root/root      5105 2025-11-23 09:06 ./usr/include/scip/struct_dcmp.h
-rw-r--r-- root/root      4564 2025-11-23 09:06 ./usr/include/scip/struct_dialog.h
-rw-r--r-- root/root      4094 2025-11-23 09:06 ./usr/include/scip/struct_disp.h
-rw-r--r-- root/root     12087 2025-11-23 09:06 ./usr/include/scip/struct_event.h
-rw-r--r-- root/root     14556 2025-11-23 09:06 ./usr/include/scip/struct_expr.h
-rw-r--r-- root/root     10216 2025-11-23 09:06 ./usr/include/scip/struct_heur.h
-rw-r--r-- root/root      5224 2025-11-23 09:06 ./usr/include/scip/struct_history.h
-rw-r--r-- root/root      6192 2025-11-23 09:06 ./usr/include/scip/struct_hypergraph.h
-rw-r--r-- root/root      4000 2025-11-23 09:06 ./usr/include/scip/struct_iisfinder.h
-rw-r--r-- root/root      7087 2025-11-23 09:06 ./usr/include/scip/struct_implics.h
-rw-r--r-- root/root     35120 2025-11-23 09:06 ./usr/include/scip/struct_lp.h
-rw-r--r-- root/root     27457 2025-11-23 09:06 ./usr/include/scip/struct_lpexact.h
-rw-r--r-- root/root      5646 2025-11-23 09:06 ./usr/include/scip/struct_matrix.h
-rw-r--r-- root/root      2856 2025-11-23 09:06 ./usr/include/scip/struct_mem.h
-rw-r--r-- root/root      3731 2025-11-23 09:06 ./usr/include/scip/struct_message.h
-rw-r--r-- root/root     16666 2025-11-23 09:06 ./usr/include/scip/struct_misc.h
-rw-r--r-- root/root      5845 2025-11-23 09:06 ./usr/include/scip/struct_nlhdlr.h
-rw-r--r-- root/root     10184 2025-11-23 09:06 ./usr/include/scip/struct_nlp.h
-rw-r--r-- root/root      6027 2025-11-23 09:06 ./usr/include/scip/struct_nlpi.h
-rw-r--r-- root/root      4790 2025-11-23 09:06 ./usr/include/scip/struct_nodesel.h
-rw-r--r-- root/root      7020 2025-11-23 09:06 ./usr/include/scip/struct_paramset.h
-rw-r--r-- root/root      6554 2025-11-23 09:06 ./usr/include/scip/struct_presol.h
-rw-r--r-- root/root      4460 2025-11-23 09:06 ./usr/include/scip/struct_pricer.h
-rw-r--r-- root/root      4149 2025-11-23 09:06 ./usr/include/scip/struct_pricestore.h
-rw-r--r-- root/root      4925 2025-11-23 09:06 ./usr/include/scip/struct_primal.h
-rw-r--r-- root/root      7609 2025-11-23 09:06 ./usr/include/scip/struct_prob.h
-rw-r--r-- root/root      8388 2025-11-23 09:06 ./usr/include/scip/struct_prop.h
-rw-r--r-- root/root      3039 2025-11-23 09:06 ./usr/include/scip/struct_rational.h
-rw-r--r-- root/root      3171 2025-11-23 09:06 ./usr/include/scip/struct_reader.h
-rw-r--r-- root/root      4995 2025-11-23 09:06 ./usr/include/scip/struct_relax.h
-rw-r--r-- root/root     12830 2025-11-23 09:06 ./usr/include/scip/struct_reopt.h
-rw-r--r-- root/root      5969 2025-11-23 09:06 ./usr/include/scip/struct_scip.h
-rw-r--r-- root/root      6466 2025-11-23 09:06 ./usr/include/scip/struct_sepa.h
-rw-r--r-- root/root      4394 2025-11-23 09:06 ./usr/include/scip/struct_sepastore.h
-rw-r--r-- root/root     61125 2025-11-23 09:06 ./usr/include/scip/struct_set.h
-rw-r--r-- root/root      6947 2025-11-23 09:06 ./usr/include/scip/struct_sol.h
-rw-r--r-- root/root     30086 2025-11-23 09:06 ./usr/include/scip/struct_stat.h
-rw-r--r-- root/root      8203 2025-11-23 09:06 ./usr/include/scip/struct_syncstore.h
-rw-r--r-- root/root      3781 2025-11-23 09:06 ./usr/include/scip/struct_table.h
-rw-r--r-- root/root     18447 2025-11-23 09:06 ./usr/include/scip/struct_tree.h
-rw-r--r-- root/root     21708 2025-11-23 09:06 ./usr/include/scip/struct_var.h
-rw-r--r-- root/root      3271 2025-11-23 09:06 ./usr/include/scip/struct_visual.h
-rw-r--r-- root/root     21194 2025-11-23 09:06 ./usr/include/scip/symmetry.h
-rw-r--r-- root/root     18640 2025-11-23 09:06 ./usr/include/scip/symmetry_graph.h
-rw-r--r-- root/root      6318 2025-11-23 09:06 ./usr/include/scip/symmetry_lexred.h
-rw-r--r-- root/root      5793 2025-11-23 09:06 ./usr/include/scip/symmetry_orbital.h
-rw-r--r-- root/root      6914 2025-11-23 09:06 ./usr/include/scip/symmetry_orbitopal.h
-rw-r--r-- root/root     12869 2025-11-23 09:06 ./usr/include/scip/syncstore.h
-rw-r--r-- root/root      6302 2025-11-23 09:06 ./usr/include/scip/table.h
-rw-r--r-- root/root      2537 2025-11-23 09:06 ./usr/include/scip/table_default.h
-rw-r--r-- root/root     62349 2025-11-23 09:06 ./usr/include/scip/tree.h
-rw-r--r-- root/root      5700 2025-11-23 09:06 ./usr/include/scip/treemodel.h
-rw-r--r-- root/root      3860 2025-11-23 09:06 ./usr/include/scip/type_bandit.h
-rw-r--r-- root/root     23164 2025-11-23 09:06 ./usr/include/scip/type_benders.h
-rw-r--r-- root/root      6400 2025-11-23 09:06 ./usr/include/scip/type_benderscut.h
-rw-r--r-- root/root      9027 2025-11-23 09:06 ./usr/include/scip/type_branch.h
-rw-r--r-- root/root      2952 2025-11-23 09:06 ./usr/include/scip/type_certificate.h
-rw-r--r-- root/root      2763 2025-11-23 09:06 ./usr/include/scip/type_clock.h
-rw-r--r-- root/root      5596 2025-11-23 09:06 ./usr/include/scip/type_compr.h
-rw-r--r-- root/root      7331 2025-11-23 09:06 ./usr/include/scip/type_concsolver.h
-rw-r--r-- root/root      2351 2025-11-23 09:06 ./usr/include/scip/type_concurrent.h
-rw-r--r-- root/root     10259 2025-11-23 09:06 ./usr/include/scip/type_conflict.h
-rw-r--r-- root/root      2316 2025-11-23 09:06 ./usr/include/scip/type_conflictstore.h
-rw-r--r-- root/root     60114 2025-11-23 09:06 ./usr/include/scip/type_cons.h
-rw-r--r-- root/root      2404 2025-11-23 09:06 ./usr/include/scip/type_cutpool.h
-rw-r--r-- root/root      2197 2025-11-23 09:06 ./usr/include/scip/type_cuts.h
-rw-r--r-- root/root      6416 2025-11-23 09:06 ./usr/include/scip/type_cutsel.h
-rw-r--r-- root/root      3072 2025-11-23 09:06 ./usr/include/scip/type_datatree.h
-rw-r--r-- root/root      2518 2025-11-23 09:06 ./usr/include/scip/type_dcmp.h
-rw-r--r-- root/root      4500 2025-11-23 09:06 ./usr/include/scip/type_dialog.h
-rw-r--r-- root/root      6177 2025-11-23 09:06 ./usr/include/scip/type_disp.h
-rw-r--r-- root/root     16285 2025-11-23 09:06 ./usr/include/scip/type_event.h
-rw-r--r-- root/root     32271 2025-11-23 09:06 ./usr/include/scip/type_expr.h
-rw-r--r-- root/root      3437 2025-11-23 09:06 ./usr/include/scip/type_exprinterpret.h
-rw-r--r-- root/root      9874 2025-11-23 09:06 ./usr/include/scip/type_heur.h
-rw-r--r-- root/root      3196 2025-11-23 09:06 ./usr/include/scip/type_history.h
-rw-r--r-- root/root      5260 2025-11-23 09:06 ./usr/include/scip/type_hypergraph.h
-rw-r--r-- root/root      4343 2025-11-23 09:06 ./usr/include/scip/type_iisfinder.h
-rw-r--r-- root/root      2909 2025-11-23 09:06 ./usr/include/scip/type_implics.h
-rw-r--r-- root/root      2321 2025-11-23 09:06 ./usr/include/scip/type_interrupt.h
-rw-r--r-- root/root      5080 2025-11-23 09:06 ./usr/include/scip/type_lp.h
-rw-r--r-- root/root      3435 2025-11-23 09:06 ./usr/include/scip/type_lpexact.h
-rw-r--r-- root/root      2333 2025-11-23 09:06 ./usr/include/scip/type_matrix.h
-rw-r--r-- root/root      2260 2025-11-23 09:06 ./usr/include/scip/type_mem.h
-rw-r--r-- root/root      5760 2025-11-23 09:06 ./usr/include/scip/type_message.h
-rw-r--r-- root/root      8065 2025-11-23 09:06 ./usr/include/scip/type_misc.h
-rw-r--r-- root/root     26053 2025-11-23 09:06 ./usr/include/scip/type_nlhdlr.h
-rw-r--r-- root/root      2433 2025-11-23 09:06 ./usr/include/scip/type_nlp.h
-rw-r--r-- root/root     24390 2025-11-23 09:06 ./usr/include/scip/type_nlpi.h
-rw-r--r-- root/root      6127 2025-11-23 09:06 ./usr/include/scip/type_nodesel.h
-rw-r--r-- root/root      5435 2025-11-23 09:06 ./usr/include/scip/type_paramset.h
-rw-r--r-- root/root      9092 2025-11-23 09:06 ./usr/include/scip/type_presol.h
-rw-r--r-- root/root      9439 2025-11-23 09:06 ./usr/include/scip/type_pricer.h
-rw-r--r-- root/root      2321 2025-11-23 09:06 ./usr/include/scip/type_pricestore.h
-rw-r--r-- root/root      2323 2025-11-23 09:06 ./usr/include/scip/type_primal.h
-rw-r--r-- root/root      7952 2025-11-23 09:06 ./usr/include/scip/type_prob.h
-rw-r--r-- root/root     14357 2025-11-23 09:06 ./usr/include/scip/type_prop.h
-rw-r--r-- root/root      3260 2025-11-23 09:06 ./usr/include/scip/type_rational.h
-rw-r--r-- root/root      7240 2025-11-23 09:06 ./usr/include/scip/type_reader.h
-rw-r--r-- root/root      6379 2025-11-23 09:06 ./usr/include/scip/type_relax.h
-rw-r--r-- root/root      4526 2025-11-23 09:06 ./usr/include/scip/type_reopt.h
-rw-r--r-- root/root      4008 2025-11-23 09:06 ./usr/include/scip/type_result.h
-rw-r--r-- root/root      3957 2025-11-23 09:06 ./usr/include/scip/type_retcode.h
-rw-r--r-- root/root      2290 2025-11-23 09:06 ./usr/include/scip/type_scip.h
-rw-r--r-- root/root      8528 2025-11-23 09:06 ./usr/include/scip/type_sepa.h
-rw-r--r-- root/root      2821 2025-11-23 09:06 ./usr/include/scip/type_sepastore.h
-rw-r--r-- root/root      4064 2025-11-23 09:06 ./usr/include/scip/type_set.h
-rw-r--r-- root/root      4530 2025-11-23 09:06 ./usr/include/scip/type_sol.h
-rw-r--r-- root/root      4629 2025-11-23 09:06 ./usr/include/scip/type_stat.h
-rw-r--r-- root/root      2736 2025-11-23 09:06 ./usr/include/scip/type_syncstore.h
-rw-r--r-- root/root      5793 2025-11-23 09:06 ./usr/include/scip/type_table.h
-rw-r--r-- root/root      6564 2025-11-23 09:06 ./usr/include/scip/type_timing.h
-rw-r--r-- root/root      4318 2025-11-23 09:06 ./usr/include/scip/type_tree.h
-rw-r--r-- root/root     15159 2025-11-23 09:06 ./usr/include/scip/type_var.h
-rw-r--r-- root/root      3467 2025-11-23 09:06 ./usr/include/scip/type_visual.h
-rw-r--r-- root/root    123849 2025-11-23 09:06 ./usr/include/scip/var.h
-rw-r--r-- root/root      7978 2025-11-23 09:06 ./usr/include/scip/visual.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/symmetry/
-rw-r--r-- root/root      3572 2025-11-23 09:06 ./usr/include/symmetry/build_dejavu_graph.h
-rw-r--r-- root/root      4224 2025-11-23 09:06 ./usr/include/symmetry/compute_symmetry.h
-rw-r--r-- root/root      6831 2025-11-23 09:06 ./usr/include/symmetry/struct_symmetry.h
-rw-r--r-- root/root      8230 2025-11-23 09:06 ./usr/include/symmetry/type_symmetry.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/tclique/
-rw-r--r-- root/root     12761 2025-11-23 09:06 ./usr/include/tclique/tclique.h
-rw-r--r-- root/root      4087 2025-11-23 09:06 ./usr/include/tclique/tclique_coloring.h
-rw-r--r-- root/root      4143 2025-11-23 09:06 ./usr/include/tclique/tclique_def.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/tinycthread/
-rw-r--r-- root/root     16337 2025-11-23 09:06 ./usr/include/tinycthread/tinycthread.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/tpi/
-rw-r--r-- root/root      8603 2025-11-23 09:06 ./usr/include/tpi/def_openmp.h
-rw-r--r-- root/root      6333 2025-11-23 09:06 ./usr/include/tpi/tpi.h
-rw-r--r-- root/root      3267 2025-11-23 09:06 ./usr/include/tpi/type_tpi.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/include/xml/
-rw-r--r-- root/root      5443 2025-11-23 09:06 ./usr/include/xml/xml.h
-rw-r--r-- root/root      4749 2025-11-23 09:06 ./usr/include/xml/xmldef.h
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/scip/
-rw-r--r-- root/root      2398 2025-11-23 09:06 ./usr/lib/x86_64-linux-gnu/cmake/scip/FindGMP.cmake
-rw-r--r-- root/root      2765 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/scip/scip-config-version.cmake
-rw-r--r-- root/root      1208 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/scip/scip-config.cmake
-rw-r--r-- root/root      1199 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/scip/scip-targets-release.cmake
-rw-r--r-- root/root      4864 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/cmake/scip/scip-targets.cmake
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/libscip-dev/
-rw-r--r-- root/root       159 2026-01-28 11:28 ./usr/share/doc/libscip-dev/changelog.Debian.gz
-rw-r--r-- root/root    191406 2025-11-23 09:06 ./usr/share/doc/libscip-dev/changelog.gz
-rw-r--r-- root/root      6596 2026-01-26 15:48 ./usr/share/doc/libscip-dev/copyright
lrwxrwxrwx root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/libscip.so -> libscip.so.10.0
control file for libscip10.0_10.0.0+ds-1_amd64.deb (click to toggle)
Package:libscip10.0
Source:scip
Version:10.0.0+ds-1
Architecture:amd64
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:14312
Depends:coinor-libipopt3 (>=3.14.19), libc6 (>=2.38), libgcc-s1 (>=3.0), libgmp10 (>=2:6.3.0+dfsg), libnauty-2.9.3 (>=2.6r2), libpapilo-clusol0d (>=2.4.4+ds), libreadline8t64 (>=6.0), libstdc++6 (>=14), libtbb12 (>=2021.4.0), zlib1g (>=1:1.1.4)
Section:libs
Priority:optional
Homepage:https://scipopt.org/
Description:
Solving Constraint Integer Programs (shared libraries)
 SCIP is currently one of the fastest non-commercial solvers for mixed
 integer programming (MIP) and mixed integer nonlinear programming
 (MINLP). It is also a framework for constraint integer programming and
 branch-cut-and-price. It allows for total control of the solution
 process and the access of detailed information down to the guts of the
 solver.  By default, SCIP comes with a bouquet of different plugins
 for solving MIPs and MINLPs.
 .
 This package contains the SCIP shared libraries.
lintian 2.122.0 check for libscip10.0_10.0.0+ds-1_amd64.deb (click to toggle)
contents of libscip10.0_10.0.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root  14027488 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/libscip.so.10.0.0
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/libscip10.0/
-rw-r--r-- root/root       159 2026-01-28 11:28 ./usr/share/doc/libscip10.0/changelog.Debian.gz
-rw-r--r-- root/root    191406 2025-11-23 09:06 ./usr/share/doc/libscip10.0/changelog.gz
-rw-r--r-- root/root      6596 2026-01-26 15:48 ./usr/share/doc/libscip10.0/copyright
lrwxrwxrwx root/root         0 2026-01-28 11:28 ./usr/lib/x86_64-linux-gnu/libscip.so.10.0 -> libscip.so.10.0.0
control file for libscip10.0-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
Package:libscip10.0-dbgsym
Source:scip
Version:10.0.0+ds-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:27419
Depends:libscip10.0 (=10.0.0+ds-1)
Section:debug
Priority:optional
Description:
debug symbols for libscip10.0
Build-Ids:bca52b9e5fb69ca2469eab2a3010033ca575d286
lintian 2.122.0 check for libscip10.0-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
contents of libscip10.0-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/.build-id/bc/
-rw-r--r-- root/root  28065928 2026-01-28 11:28 ./usr/lib/debug/.build-id/bc/a52b9e5fb69ca2469eab2a3010033ca575d286.debug
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-28 11:28 ./usr/share/doc/libscip10.0-dbgsym -> libscip10.0
control file for scip_10.0.0+ds-1_amd64.deb (click to toggle)
Package:scip
Version:10.0.0+ds-1
Architecture:amd64
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:13221
Depends:coinor-libipopt3 (>=3.14.19), libc6 (>=2.38), libgcc-s1 (>=3.0), libgmp10 (>=2:6.3.0+dfsg), libnauty-2.9.3 (>=2.6r2), libpapilo-clusol0d (>=2.4.4+ds), libreadline8t64 (>=6.0), libstdc++6 (>=14), libtbb12 (>=2021.4.0), zlib1g (>=1:1.1.4)
Recommends:scip-doc
Section:math
Priority:optional
Homepage:https://scipopt.org/
Description:
Solving Constraint Integer Programs (command line tool)
 SCIP is currently one of the fastest non-commercial solvers for mixed
 integer programming (MIP) and mixed integer nonlinear programming
 (MINLP). It is also a framework for constraint integer programming and
 branch-cut-and-price. It allows for total control of the solution
 process and the access of detailed information down to the guts of the
 solver.  By default, SCIP comes with a bouquet of different plugins
 for solving MIPs and MINLPs.
 .
 This package contains the SCIP command line tool.
lintian 2.122.0 check for scip_10.0.0+ds-1_amd64.deb (click to toggle)
contents of scip_10.0.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/bin/
-rwxr-xr-x root/root  13327304 2026-01-28 11:28 ./usr/bin/scip
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/scip/
-rw-r--r-- root/root       159 2026-01-28 11:28 ./usr/share/doc/scip/changelog.Debian.gz
-rw-r--r-- root/root    191406 2025-11-23 09:06 ./usr/share/doc/scip/changelog.gz
-rw-r--r-- root/root      6596 2026-01-26 15:48 ./usr/share/doc/scip/copyright
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/man/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/man/man1/
-rw-r--r-- root/root      1394 2026-01-28 11:28 ./usr/share/man/man1/scip.1.gz
control file for scip-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
Package:scip-dbgsym
Source:scip
Version:10.0.0+ds-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:29484
Depends:scip (=10.0.0+ds-1)
Section:debug
Priority:optional
Description:
debug symbols for scip
Build-Ids:6ecabb4e7ba9fd4dd7da6e8318ac023abb0b799c
lintian 2.122.0 check for scip-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
contents of scip-dbgsym_10.0.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/lib/debug/.build-id/6e/
-rw-r--r-- root/root  30180920 2026-01-28 11:28 ./usr/lib/debug/.build-id/6e/cabb4e7ba9fd4dd7da6e8318ac023abb0b799c.debug
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-28 11:28 ./usr/share/doc/scip-dbgsym -> scip
control file for scip-doc_10.0.0+ds-1_all.deb (click to toggle)
Package:scip-doc
Source:scip
Version:10.0.0+ds-1
Architecture:all
Maintainer:Debian Math Team <team+math@tracker.debian.org>
Installed-Size:440961
Section:doc
Priority:optional
Homepage:https://scipopt.org/
Description:
Solving Constraint Integer Programs (documentation)
 SCIP is currently one of the fastest non-commercial solvers for mixed
 integer programming (MIP) and mixed integer nonlinear programming
 (MINLP). It is also a framework for constraint integer programming and
 branch-cut-and-price. It allows for total control of the solution
 process and the access of detailed information down to the guts of the
 solver.  By default, SCIP comes with a bouquet of different plugins
 for solving MIPs and MINLPs.
 .
 This package contains the documentation.
lintian 2.122.0 check for scip-doc_10.0.0+ds-1_all.deb (click to toggle)
contents of scip-doc_10.0.0+ds-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-28 11:28 ./
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/scip/
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/scip/html/
-rw-r--r-- root/root      6499 2026-01-28 11:28 ./usr/share/doc/scip/html/APPLICATIONS.html
-rw-r--r-- root/root       546 2026-01-28 11:28 ./usr/share/doc/scip/html/APPLICATIONS.js
-rw-r--r-- root/root      5043 2026-01-28 11:28 ./usr/share/doc/scip/html/AUTHORS.html
-rw-r--r-- root/root     20080 2026-01-28 11:28 ./usr/share/doc/scip/html/BENDDECF.html
-rw-r--r-- root/root     46724 2026-01-28 11:28 ./usr/share/doc/scip/html/BENDER.html
-rw-r--r-- root/root     23894 2026-01-28 11:28 ./usr/share/doc/scip/html/BENDERSCUT.html
-rw-r--r-- root/root      8460 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_BRANCHING.html
-rw-r--r-- root/root      7067 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_MAIN.html
-rw-r--r-- root/root      1005 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_MAIN.js
-rw-r--r-- root/root      7341 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_PRICER.html
-rw-r--r-- root/root      8796 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_PROBLEM.html
-rw-r--r-- root/root     11107 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_PROBLEMDATA.html
-rw-r--r-- root/root     11796 2026-01-28 11:28 ./usr/share/doc/scip/html/BINPACKING_READER.html
-rw-r--r-- root/root     36117 2026-01-28 11:28 ./usr/share/doc/scip/html/BRANCH.html
-rw-r--r-- root/root      5676 2026-01-28 11:28 ./usr/share/doc/scip/html/CALLABLELIBRARY_MAIN.html
-rw-r--r-- root/root      5215 2026-01-28 11:28 ./usr/share/doc/scip/html/CHANGELOG.html
-rw-r--r-- root/root   1873166 2026-01-28 11:28 ./usr/share/doc/scip/html/CHANGELOG_source.html
-rw-r--r-- root/root      6152 2026-01-28 11:28 ./usr/share/doc/scip/html/CHG.html
-rw-r--r-- root/root      3616 2026-01-28 11:28 ./usr/share/doc/scip/html/CHG.js
-rw-r--r-- root/root     89184 2026-01-28 11:28 ./usr/share/doc/scip/html/CODE.html
-rw-r--r-- root/root      8444 2026-01-28 11:28 ./usr/share/doc/scip/html/COLORING_MAIN.html
-rw-r--r-- root/root      8905 2026-01-28 11:28 ./usr/share/doc/scip/html/CONCSCIP.html
-rw-r--r-- root/root     18849 2026-01-28 11:28 ./usr/share/doc/scip/html/CONF.html
-rw-r--r-- root/root    123059 2026-01-28 11:28 ./usr/share/doc/scip/html/CONS.html
-rw-r--r-- root/root     16739 2026-01-28 11:28 ./usr/share/doc/scip/html/COUNTER.html
-rw-r--r-- root/root     20530 2026-01-28 11:28 ./usr/share/doc/scip/html/CUTSEL.html
-rw-r--r-- root/root      7229 2026-01-28 11:28 ./usr/share/doc/scip/html/CYCLECLUSTERING_MAIN.html
-rw-r--r-- root/root     71458 2026-01-28 11:28 ./usr/share/doc/scip/html/ConshdlrSubtour_8cpp.html
-rw-r--r-- root/root    188141 2026-01-28 11:28 ./usr/share/doc/scip/html/ConshdlrSubtour_8cpp_source.html
-rw-r--r-- root/root      8971 2026-01-28 11:28 ./usr/share/doc/scip/html/ConshdlrSubtour_8h.html
-rw-r--r-- root/root     80243 2026-01-28 11:28 ./usr/share/doc/scip/html/ConshdlrSubtour_8h_source.html
-rw-r--r-- root/root     32165 2026-01-28 11:28 ./usr/share/doc/scip/html/DEBUG.html
-rw-r--r-- root/root     18081 2026-01-28 11:28 ./usr/share/doc/scip/html/DECOMP.html
-rw-r--r-- root/root     27462 2026-01-28 11:28 ./usr/share/doc/scip/html/DIALOG.html
-rw-r--r-- root/root     20620 2026-01-28 11:28 ./usr/share/doc/scip/html/DISP.html
-rw-r--r-- root/root     13430 2026-01-28 11:28 ./usr/share/doc/scip/html/DIVINGHEUR.html
-rw-r--r-- root/root     10401 2026-01-28 11:28 ./usr/share/doc/scip/html/DOC.html
-rw-r--r-- root/root     34828 2026-01-28 11:28 ./usr/share/doc/scip/html/EVENT.html
-rw-r--r-- root/root     33419 2026-01-28 11:28 ./usr/share/doc/scip/html/EVENTHDLR_MAIN.html
-rw-r--r-- root/root      7612 2026-01-28 11:28 ./usr/share/doc/scip/html/EXACT.html
-rw-r--r-- root/root      8200 2026-01-28 11:28 ./usr/share/doc/scip/html/EXAMPLES.html
-rw-r--r-- root/root      1912 2026-01-28 11:28 ./usr/share/doc/scip/html/EXAMPLES.js
-rw-r--r-- root/root    118004 2026-01-28 11:28 ./usr/share/doc/scip/html/EXPRHDLR.html
-rw-r--r-- root/root     12571 2026-01-28 11:28 ./usr/share/doc/scip/html/EXPRINT.html
-rw-r--r-- root/root      5142 2026-01-28 11:28 ./usr/share/doc/scip/html/EXTERNALDOC.html
-rw-r--r-- root/root     19499 2026-01-28 11:28 ./usr/share/doc/scip/html/EventhdlrNewSol_8cpp.html
-rw-r--r-- root/root     58858 2026-01-28 11:28 ./usr/share/doc/scip/html/EventhdlrNewSol_8cpp_source.html
-rw-r--r-- root/root      6920 2026-01-28 11:28 ./usr/share/doc/scip/html/EventhdlrNewSol_8h.html
-rw-r--r-- root/root     27823 2026-01-28 11:28 ./usr/share/doc/scip/html/EventhdlrNewSol_8h_source.html
-rw-r--r-- root/root    120160 2026-01-28 11:28 ./usr/share/doc/scip/html/FAQ.html
-rw-r--r-- root/root     20139 2026-01-28 11:28 ./usr/share/doc/scip/html/GETTINGSTARTED.html
-rw-r--r-- root/root      5873 2026-01-28 11:28 ./usr/share/doc/scip/html/GMI_MAIN.html
-rw-r--r-- root/root     61307 2026-01-28 11:28 ./usr/share/doc/scip/html/GomoryHuTree_8cpp.html
-rw-r--r-- root/root    160949 2026-01-28 11:28 ./usr/share/doc/scip/html/GomoryHuTree_8cpp_source.html
-rw-r--r-- root/root     21558 2026-01-28 11:28 ./usr/share/doc/scip/html/GomoryHuTree_8h.html
-rw-r--r-- root/root     44092 2026-01-28 11:28 ./usr/share/doc/scip/html/GomoryHuTree_8h_source.html
-rw-r--r-- root/root     32395 2026-01-28 11:28 ./usr/share/doc/scip/html/HEUR.html
-rw-r--r-- root/root      6635 2026-01-28 11:28 ./usr/share/doc/scip/html/HOWTOADD.html
-rw-r--r-- root/root     26444 2026-01-28 11:28 ./usr/share/doc/scip/html/HOWTOADD.js
-rw-r--r-- root/root      5919 2026-01-28 11:28 ./usr/share/doc/scip/html/HOWTOUSESECTION.html
-rw-r--r-- root/root      4630 2026-01-28 11:28 ./usr/share/doc/scip/html/HOWTOUSESECTION.js
-rw-r--r-- root/root     21323 2026-01-28 11:28 ./usr/share/doc/scip/html/Heur2opt_8cpp.html
-rw-r--r-- root/root     73447 2026-01-28 11:28 ./usr/share/doc/scip/html/Heur2opt_8cpp_source.html
-rw-r--r-- root/root      6853 2026-01-28 11:28 ./usr/share/doc/scip/html/Heur2opt_8h.html
-rw-r--r-- root/root     33907 2026-01-28 11:28 ./usr/share/doc/scip/html/Heur2opt_8h_source.html
-rw-r--r-- root/root     25124 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFarthestInsert_8cpp.html
-rw-r--r-- root/root    104360 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFarthestInsert_8cpp_source.html
-rw-r--r-- root/root      6967 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFarthestInsert_8h.html
-rw-r--r-- root/root     33576 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFarthestInsert_8h_source.html
-rw-r--r-- root/root     18390 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFrats_8cpp.html
-rw-r--r-- root/root     73747 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFrats_8cpp_source.html
-rw-r--r-- root/root      6987 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFrats_8h.html
-rw-r--r-- root/root     33443 2026-01-28 11:28 ./usr/share/doc/scip/html/HeurFrats_8h_source.html
-rw-r--r-- root/root     20024 2026-01-28 11:28 ./usr/share/doc/scip/html/IISFINDER.html
-rw-r--r-- root/root      7056 2026-01-28 11:28 ./usr/share/doc/scip/html/INSTALL.html
-rw-r--r-- root/root      1112 2026-01-28 11:28 ./usr/share/doc/scip/html/INSTALL.js
-rw-r--r-- root/root      5142 2026-01-28 11:28 ./usr/share/doc/scip/html/INSTALL_8md.html
-rw-r--r-- root/root     20331 2026-01-28 11:28 ./usr/share/doc/scip/html/INSTALL_APPLICATIONS_EXAMPLES.html
-rw-r--r-- root/root      5256 2026-01-28 11:28 ./usr/share/doc/scip/html/INSTALL__APPLICATIONS__EXAMPLES_8md.html
-rw-r--r-- root/root     12110 2026-01-28 11:28 ./usr/share/doc/scip/html/INTERFACES.html
-rw-r--r-- root/root     16253 2026-01-28 11:28 ./usr/share/doc/scip/html/LICENSE.html
-rw-r--r-- root/root      6772 2026-01-28 11:28 ./usr/share/doc/scip/html/LISTHEUR.html
-rw-r--r-- root/root      8730 2026-01-28 11:28 ./usr/share/doc/scip/html/LOP_MAIN.html
-rw-r--r-- root/root      7143 2026-01-28 11:28 ./usr/share/doc/scip/html/LPI.html
-rw-r--r-- root/root      5859 2026-01-28 11:28 ./usr/share/doc/scip/html/LPIEXACT.html
-rw-r--r-- root/root     18406 2026-01-28 11:28 ./usr/share/doc/scip/html/MEMORY.html
-rw-r--r-- root/root      8547 2026-01-28 11:28 ./usr/share/doc/scip/html/MINIISC_MAIN.html
-rw-r--r-- root/root      9618 2026-01-28 11:28 ./usr/share/doc/scip/html/MINUCIIS.html
-rw-r--r-- root/root      6639 2026-01-28 11:28 ./usr/share/doc/scip/html/MIPSOLVER_MAIN.html
-rw-r--r-- root/root     58989 2026-01-28 11:28 ./usr/share/doc/scip/html/NLHDLR.html
-rw-r--r-- root/root     21538 2026-01-28 11:28 ./usr/share/doc/scip/html/NLPI.html
-rw-r--r-- root/root      8556 2026-01-28 11:28 ./usr/share/doc/scip/html/NLPISOLVERS.html
-rw-r--r-- root/root     27718 2026-01-28 11:28 ./usr/share/doc/scip/html/NODESEL.html
-rw-r--r-- root/root      9129 2026-01-28 11:28 ./usr/share/doc/scip/html/OBJ.html
-rw-r--r-- root/root      7232 2026-01-28 11:28 ./usr/share/doc/scip/html/PARAM.html
-rw-r--r-- root/root    572563 2026-01-28 11:28 ./usr/share/doc/scip/html/PARAMETERS.html
-rw-r--r-- root/root      5608 2026-01-28 11:28 ./usr/share/doc/scip/html/PBSOLVER_MAIN.html
-rw-r--r-- root/root     24580 2026-01-28 11:28 ./usr/share/doc/scip/html/PRESOL.html
-rw-r--r-- root/root     32201 2026-01-28 11:28 ./usr/share/doc/scip/html/PRICER.html
-rw-r--r-- root/root      8500 2026-01-28 11:28 ./usr/share/doc/scip/html/PROBINGDIVING.html
-rw-r--r-- root/root      5346 2026-01-28 11:28 ./usr/share/doc/scip/html/PROGRAMMING.html
-rw-r--r-- root/root      1623 2026-01-28 11:28 ./usr/share/doc/scip/html/PROGRAMMING.js
-rw-r--r-- root/root     30465 2026-01-28 11:28 ./usr/share/doc/scip/html/PROP.html
-rw-r--r-- root/root     10500 2026-01-28 11:28 ./usr/share/doc/scip/html/ProbDataTSP_8cpp.html
-rw-r--r-- root/root     78881 2026-01-28 11:28 ./usr/share/doc/scip/html/ProbDataTSP_8cpp_source.html
-rw-r--r-- root/root      6967 2026-01-28 11:28 ./usr/share/doc/scip/html/ProbDataTSP_8h.html
-rw-r--r-- root/root     33570 2026-01-28 11:28 ./usr/share/doc/scip/html/ProbDataTSP_8h_source.html
-rw-r--r-- root/root     29850 2026-01-28 11:28 ./usr/share/doc/scip/html/QUEENS_MAIN.html
-rw-r--r-- root/root     27188 2026-01-28 11:28 ./usr/share/doc/scip/html/READER.html
-rw-r--r-- root/root      5185 2026-01-28 11:28 ./usr/share/doc/scip/html/README_8md.html
-rw-r--r-- root/root     29300 2026-01-28 11:28 ./usr/share/doc/scip/html/RELAX.html
-rw-r--r-- root/root      5474 2026-01-28 11:28 ./usr/share/doc/scip/html/RELAXATOR_MAIN.html
-rw-r--r-- root/root     10172 2026-01-28 11:28 ./usr/share/doc/scip/html/REOPT.html
-rw-r--r-- root/root      6993 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_ENUMERATION.html
-rw-r--r-- root/root      6730 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_MAIN.html
-rw-r--r-- root/root       800 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_MAIN.js
-rw-r--r-- root/root      6999 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_PRICER.html
-rw-r--r-- root/root     10174 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_PROBLEM.html
-rw-r--r-- root/root      6327 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_PROBLEMDATA.html
-rw-r--r-- root/root     11868 2026-01-28 11:28 ./usr/share/doc/scip/html/RINGPACKING_READER.html
-rw-r--r-- root/root     51255 2026-01-28 11:28 ./usr/share/doc/scip/html/RN0_7.html
-rw-r--r-- root/root     56184 2026-01-28 11:28 ./usr/share/doc/scip/html/RN0_8.html
-rw-r--r-- root/root     25456 2026-01-28 11:28 ./usr/share/doc/scip/html/RN0_9.html
-rw-r--r-- root/root     91416 2026-01-28 11:28 ./usr/share/doc/scip/html/RN10.html
-rw-r--r-- root/root     27362 2026-01-28 11:28 ./usr/share/doc/scip/html/RN1_0.html
-rw-r--r-- root/root     47266 2026-01-28 11:28 ./usr/share/doc/scip/html/RN1_1.html
-rw-r--r-- root/root     44661 2026-01-28 11:28 ./usr/share/doc/scip/html/RN1_2.html
-rw-r--r-- root/root     96154 2026-01-28 11:28 ./usr/share/doc/scip/html/RN2_0.html
-rw-r--r-- root/root     80429 2026-01-28 11:28 ./usr/share/doc/scip/html/RN2_1.html
-rw-r--r-- root/root     84277 2026-01-28 11:28 ./usr/share/doc/scip/html/RN3_0.html
-rw-r--r-- root/root     64844 2026-01-28 11:28 ./usr/share/doc/scip/html/RN3_1.html
-rw-r--r-- root/root     58752 2026-01-28 11:28 ./usr/share/doc/scip/html/RN3_2.html
-rw-r--r-- root/root     51378 2026-01-28 11:28 ./usr/share/doc/scip/html/RN4.html
-rw-r--r-- root/root     43923 2026-01-28 11:28 ./usr/share/doc/scip/html/RN5.html
-rw-r--r-- root/root     28827 2026-01-28 11:28 ./usr/share/doc/scip/html/RN6.html
-rw-r--r-- root/root     78252 2026-01-28 11:28 ./usr/share/doc/scip/html/RN7.html
-rw-r--r-- root/root    170328 2026-01-28 11:28 ./usr/share/doc/scip/html/RN8.html
-rw-r--r-- root/root     75962 2026-01-28 11:28 ./usr/share/doc/scip/html/RN9.html
-rw-r--r-- root/root     19667 2026-01-28 11:28 ./usr/share/doc/scip/html/ReaderTSP_8cpp.html
-rw-r--r-- root/root    143297 2026-01-28 11:28 ./usr/share/doc/scip/html/ReaderTSP_8cpp_source.html
-rw-r--r-- root/root      7201 2026-01-28 11:28 ./usr/share/doc/scip/html/ReaderTSP_8h.html
-rw-r--r-- root/root     37454 2026-01-28 11:28 ./usr/share/doc/scip/html/ReaderTSP_8h_source.html
-rw-r--r-- root/root      7378 2026-01-28 11:28 ./usr/share/doc/scip/html/SCFLP_MAIN.html
-rw-r--r-- root/root      1077 2026-01-28 11:28 ./usr/share/doc/scip/html/SCFLP_MAIN.js
-rw-r--r-- root/root     10798 2026-01-28 11:28 ./usr/share/doc/scip/html/SCFLP_PROBLEM.html
-rw-r--r-- root/root     12366 2026-01-28 11:28 ./usr/share/doc/scip/html/SCFLP_READER.html
-rw-r--r-- root/root     19617 2026-01-28 11:28 ./usr/share/doc/scip/html/SCFLP_SOLVEPROB.html
-rw-r--r-- root/root      5980 2026-01-28 11:28 ./usr/share/doc/scip/html/SCHEDULER_MAIN.html
-rw-r--r-- root/root       144 2026-01-28 11:28 ./usr/share/doc/scip/html/SCHEDULER_MAIN.js
-rw-r--r-- root/root     32275 2026-01-28 11:28 ./usr/share/doc/scip/html/SEPA.html
-rw-r--r-- root/root    108307 2026-01-28 11:28 ./usr/share/doc/scip/html/SHELL.html
-rw-r--r-- root/root     12139 2026-01-28 11:28 ./usr/share/doc/scip/html/SRCORGA.html
-rw-r--r-- root/root      8058 2026-01-28 11:28 ./usr/share/doc/scip/html/STAGES.html
-rw-r--r-- root/root     10228 2026-01-28 11:28 ./usr/share/doc/scip/html/START.html
-rw-r--r-- root/root      7653 2026-01-28 11:28 ./usr/share/doc/scip/html/SUDOKU_MAIN.html
-rw-r--r-- root/root     44636 2026-01-28 11:28 ./usr/share/doc/scip/html/SYMMETRY.html
-rw-r--r-- root/root     21889 2026-01-28 11:28 ./usr/share/doc/scip/html/TABLE.html
-rw-r--r-- root/root     32407 2026-01-28 11:28 ./usr/share/doc/scip/html/TEST.html
-rw-r--r-- root/root     20536 2026-01-28 11:28 ./usr/share/doc/scip/html/TSP_MAIN.html
-rw-r--r-- root/root      8305 2026-01-28 11:28 ./usr/share/doc/scip/html/VRP_MAIN.html
-rw-r--r-- root/root     16417 2026-01-28 11:28 ./usr/share/doc/scip/html/WHATPROBLEMS.html
-rw-r--r-- root/root     11634 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2Coloring_2src_2main_8c.html
-rw-r--r-- root/root     28445 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2Coloring_2src_2main_8c_source.html
-rw-r--r-- root/root     25261 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2CycleClustering_2src_2main_8c.html
-rw-r--r-- root/root    104260 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2CycleClustering_2src_2main_8c_source.html
-rw-r--r-- root/root     38216 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2MinIISC_2src_2benders_8c.html
-rw-r--r-- root/root    172809 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2MinIISC_2src_2benders_8c_source.html
-rw-r--r-- root/root     29570 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2MinIISC_2src_2benders_8h.html
-rw-r--r-- root/root     32775 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2MinIISC_2src_2benders_8h_source.html
-rw-r--r-- root/root     21150 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2event__bestsol_8c.html
-rw-r--r-- root/root     50606 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2event__bestsol_8c_source.html
-rw-r--r-- root/root      9043 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2event__bestsol_8h.html
-rw-r--r-- root/root     15831 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2event__bestsol_8h_source.html
-rw-r--r-- root/root     38036 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2main_8c.html
-rw-r--r-- root/root    167849 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2PBSolver_2src_2main_8c_source.html
-rw-r--r-- root/root     15055 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2Ringpacking_2src_2cmain_8c.html
-rw-r--r-- root/root     39408 2026-01-28 11:28 ./usr/share/doc/scip/html/applications_2Ringpacking_2src_2cmain_8c_source.html
-rw-r--r-- root/root     40041 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit_8c.html
-rw-r--r-- root/root     87471 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit_8c_source.html
-rw-r--r-- root/root     33263 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit_8h.html
-rw-r--r-- root/root     34180 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit_8h_source.html
-rw-r--r-- root/root     30780 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__epsgreedy_8c.html
-rw-r--r-- root/root    101994 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__epsgreedy_8c_source.html
-rw-r--r-- root/root     24627 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__epsgreedy_8h.html
-rw-r--r-- root/root     28230 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__epsgreedy_8h_source.html
-rw-r--r-- root/root     28199 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3_8c.html
-rw-r--r-- root/root     98275 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3_8c_source.html
-rw-r--r-- root/root     22797 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3_8h.html
-rw-r--r-- root/root     26436 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3_8h_source.html
-rw-r--r-- root/root     27030 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3ix_8c.html
-rw-r--r-- root/root     80791 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3ix_8c_source.html
-rw-r--r-- root/root     21776 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3ix_8h.html
-rw-r--r-- root/root     25817 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__exp3ix_8h_source.html
-rw-r--r-- root/root     32154 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__ucb_8c.html
-rw-r--r-- root/root    101906 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__ucb_8c_source.html
-rw-r--r-- root/root     22455 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__ucb_8h.html
-rw-r--r-- root/root     26494 2026-01-28 11:28 ./usr/share/doc/scip/html/bandit__ucb_8h_source.html
-rw-r--r-- root/root     41993 2026-01-28 11:28 ./usr/share/doc/scip/html/benders__default_8c.html
-rw-r--r-- root/root    152605 2026-01-28 11:28 ./usr/share/doc/scip/html/benders__default_8c_source.html
-rw-r--r-- root/root      7672 2026-01-28 11:28 ./usr/share/doc/scip/html/benders__default_8h.html
-rw-r--r-- root/root     19668 2026-01-28 11:28 ./usr/share/doc/scip/html/benders__default_8h_source.html
-rw-r--r-- root/root     78803 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut_8c.html
-rw-r--r-- root/root    177777 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut_8c_source.html
-rw-r--r-- root/root     57561 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut_8h.html
-rw-r--r-- root/root     56877 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut_8h_source.html
-rw-r--r-- root/root     51278 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feas_8c.html
-rw-r--r-- root/root    154556 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feas_8c_source.html
-rw-r--r-- root/root      8884 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feas_8h.html
-rw-r--r-- root/root     22808 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feas_8h_source.html
-rw-r--r-- root/root     49321 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feasalt_8c.html
-rw-r--r-- root/root    156412 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feasalt_8c_source.html
-rw-r--r-- root/root      8476 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feasalt_8h.html
-rw-r--r-- root/root     21104 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__feasalt_8h_source.html
-rw-r--r-- root/root     56524 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__int_8c.html
-rw-r--r-- root/root    195695 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__int_8c_source.html
-rw-r--r-- root/root      8896 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__int_8h.html
-rw-r--r-- root/root     22402 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__int_8h_source.html
-rw-r--r-- root/root     37244 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__nogood_8c.html
-rw-r--r-- root/root    136362 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__nogood_8c_source.html
-rw-r--r-- root/root      8059 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__nogood_8h.html
-rw-r--r-- root/root     19777 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__nogood_8h_source.html
-rw-r--r-- root/root     88709 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__opt_8c.html
-rw-r--r-- root/root    379790 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__opt_8c_source.html
-rw-r--r-- root/root     13381 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__opt_8h.html
-rw-r--r-- root/root     44589 2026-01-28 11:28 ./usr/share/doc/scip/html/benderscut__opt_8h_source.html
-rw-r--r-- root/root      9643 2026-01-28 11:28 ./usr/share/doc/scip/html/bendersdefcuts_8c.html
-rw-r--r-- root/root     20066 2026-01-28 11:28 ./usr/share/doc/scip/html/bendersdefcuts_8c_source.html
-rw-r--r-- root/root      9448 2026-01-28 11:28 ./usr/share/doc/scip/html/bendersdefcuts_8h.html
-rw-r--r-- root/root     17829 2026-01-28 11:28 ./usr/share/doc/scip/html/bendersdefcuts_8h_source.html
-rw-r--r-- root/root    381546 2026-01-28 11:28 ./usr/share/doc/scip/html/binpacking.png
-rw-r--r-- root/root     17457 2026-01-28 11:28 ./usr/share/doc/scip/html/bitencode_8c.html
-rw-r--r-- root/root     71248 2026-01-28 11:28 ./usr/share/doc/scip/html/bitencode_8c_source.html
-rw-r--r-- root/root     21744 2026-01-28 11:28 ./usr/share/doc/scip/html/bitencode_8h.html
-rw-r--r-- root/root     21934 2026-01-28 11:28 ./usr/share/doc/scip/html/bitencode_8h_source.html
-rw-r--r-- root/root     34140 2026-01-28 11:28 ./usr/share/doc/scip/html/boundstore_8c.html
-rw-r--r-- root/root     67025 2026-01-28 11:28 ./usr/share/doc/scip/html/boundstore_8c_source.html
-rw-r--r-- root/root     34231 2026-01-28 11:28 ./usr/share/doc/scip/html/boundstore_8h.html
-rw-r--r-- root/root     33870 2026-01-28 11:28 ./usr/share/doc/scip/html/boundstore_8h_source.html
-rw-r--r-- root/root     31574 2026-01-28 11:28 ./usr/share/doc/scip/html/brachistochrone_8c.html
-rw-r--r-- root/root    141145 2026-01-28 11:28 ./usr/share/doc/scip/html/brachistochrone_8c_source.html
-rw-r--r-- root/root    300610 2026-01-28 11:28 ./usr/share/doc/scip/html/branch_8c.html
-rw-r--r-- root/root    897823 2026-01-28 11:28 ./usr/share/doc/scip/html/branch_8c_source.html
-rw-r--r-- root/root    237267 2026-01-28 11:28 ./usr/share/doc/scip/html/branch_8h.html
-rw-r--r-- root/root    165368 2026-01-28 11:28 ./usr/share/doc/scip/html/branch_8h_source.html
-rw-r--r-- root/root     61272 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__allfullstrong_8c.html
-rw-r--r-- root/root    186349 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__allfullstrong_8c_source.html
-rw-r--r-- root/root     24045 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__allfullstrong_8h.html
-rw-r--r-- root/root     29120 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__allfullstrong_8h_source.html
-rw-r--r-- root/root     38565 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__cloud_8c.html
-rw-r--r-- root/root    247699 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__cloud_8c_source.html
-rw-r--r-- root/root      6978 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__cloud_8h.html
-rw-r--r-- root/root     16596 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__cloud_8h_source.html
-rw-r--r-- root/root     31797 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__coloring_8c.html
-rw-r--r-- root/root    127099 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__coloring_8c_source.html
-rw-r--r-- root/root     12911 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__coloring_8h.html
-rw-r--r-- root/root     20825 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__coloring_8h_source.html
-rw-r--r-- root/root     95796 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__distribution_8c.html
-rw-r--r-- root/root    371332 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__distribution_8c_source.html
-rw-r--r-- root/root     14034 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__distribution_8h.html
-rw-r--r-- root/root     42154 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__distribution_8h_source.html
-rw-r--r-- root/root     35701 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__fullstrong_8c.html
-rw-r--r-- root/root    231131 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__fullstrong_8c_source.html
-rw-r--r-- root/root     10542 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__fullstrong_8h.html
-rw-r--r-- root/root     34630 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__fullstrong_8h_source.html
-rw-r--r-- root/root     42074 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__gomory_8c.html
-rw-r--r-- root/root    180093 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__gomory_8c_source.html
-rw-r--r-- root/root      7922 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__gomory_8h.html
-rw-r--r-- root/root     19900 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__gomory_8h_source.html
-rw-r--r-- root/root     91516 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__inference_8c.html
-rw-r--r-- root/root    246647 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__inference_8c_source.html
-rw-r--r-- root/root      7797 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__inference_8h.html
-rw-r--r-- root/root     19367 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__inference_8h_source.html
-rw-r--r-- root/root     29551 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__leastinf_8c.html
-rw-r--r-- root/root    122685 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__leastinf_8c_source.html
-rw-r--r-- root/root      7718 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__leastinf_8h.html
-rw-r--r-- root/root     18771 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__leastinf_8h_source.html
-rw-r--r-- root/root    529852 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__lookahead_8c.html
-rw-r--r-- root/root   1737877 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__lookahead_8c_source.html
-rw-r--r-- root/root     14941 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__lookahead_8h.html
-rw-r--r-- root/root     19376 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__lookahead_8h_source.html
-rw-r--r-- root/root     29459 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__mostinf_8c.html
-rw-r--r-- root/root    121738 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__mostinf_8c_source.html
-rw-r--r-- root/root      7726 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__mostinf_8h.html
-rw-r--r-- root/root     18895 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__mostinf_8h_source.html
-rw-r--r-- root/root     48124 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multaggr_8c.html
-rw-r--r-- root/root    338642 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multaggr_8c_source.html
-rw-r--r-- root/root      7625 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multaggr_8h.html
-rw-r--r-- root/root     18293 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multaggr_8h_source.html
-rw-r--r-- root/root     29543 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multinode_8c.html
-rw-r--r-- root/root     90176 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multinode_8c_source.html
-rw-r--r-- root/root      9803 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multinode_8h.html
-rw-r--r-- root/root     15440 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__multinode_8h_source.html
-rw-r--r-- root/root     28554 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__nodereopt_8c.html
-rw-r--r-- root/root    111999 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__nodereopt_8c_source.html
-rw-r--r-- root/root      6987 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__nodereopt_8h.html
-rw-r--r-- root/root     16602 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__nodereopt_8h_source.html
-rw-r--r-- root/root     62920 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__pscost_8c.html
-rw-r--r-- root/root    260676 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__pscost_8c_source.html
-rw-r--r-- root/root      9532 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__pscost_8h.html
-rw-r--r-- root/root     26421 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__pscost_8h_source.html
-rw-r--r-- root/root     37522 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__random_8c.html
-rw-r--r-- root/root    122174 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__random_8c_source.html
-rw-r--r-- root/root      7426 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__random_8h.html
-rw-r--r-- root/root     17879 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__random_8h_source.html
-rw-r--r-- root/root    199041 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__relpscost_8c.html
-rw-r--r-- root/root    790524 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__relpscost_8c_source.html
-rw-r--r-- root/root      9539 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__relpscost_8h.html
-rw-r--r-- root/root     26911 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__relpscost_8h_source.html
-rw-r--r-- root/root     20713 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__ryanfoster_8c.html
-rw-r--r-- root/root     84218 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__ryanfoster_8c_source.html
-rw-r--r-- root/root      9750 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__ryanfoster_8h.html
-rw-r--r-- root/root     14789 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__ryanfoster_8h_source.html
-rw-r--r-- root/root     61875 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__strongcoloring_8c.html
-rw-r--r-- root/root    215210 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__strongcoloring_8c_source.html
-rw-r--r-- root/root     13306 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__strongcoloring_8h.html
-rw-r--r-- root/root     21505 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__strongcoloring_8h_source.html
-rw-r--r-- root/root     49529 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__vanillafullstrong_8c.html
-rw-r--r-- root/root    182406 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__vanillafullstrong_8c_source.html
-rw-r--r-- root/root     13486 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__vanillafullstrong_8h.html
-rw-r--r-- root/root     24654 2026-01-28 11:28 ./usr/share/doc/scip/html/branch__vanillafullstrong_8h_source.html
-rw-r--r-- root/root     46061 2026-01-28 11:28 ./usr/share/doc/scip/html/build__dejavu__graph_8cpp.html
-rw-r--r-- root/root    205421 2026-01-28 11:28 ./usr/share/doc/scip/html/build__dejavu__graph_8cpp_source.html
-rw-r--r-- root/root     16630 2026-01-28 11:28 ./usr/share/doc/scip/html/build__dejavu__graph_8h.html
-rw-r--r-- root/root     21867 2026-01-28 11:28 ./usr/share/doc/scip/html/build__dejavu__graph_8h_source.html
-rw-r--r-- root/root    337286 2026-01-28 11:28 ./usr/share/doc/scip/html/certificate_8cpp.html
-rw-r--r-- root/root   1069368 2026-01-28 11:28 ./usr/share/doc/scip/html/certificate_8cpp_source.html
-rw-r--r-- root/root    282926 2026-01-28 11:28 ./usr/share/doc/scip/html/certificate_8h.html
-rw-r--r-- root/root    148653 2026-01-28 11:28 ./usr/share/doc/scip/html/certificate_8h_source.html
-rw-r--r-- root/root     97927 2026-01-28 11:28 ./usr/share/doc/scip/html/circlepacking_8c.html
-rw-r--r-- root/root    223539 2026-01-28 11:28 ./usr/share/doc/scip/html/circlepacking_8c_source.html
-rw-r--r-- root/root     93379 2026-01-28 11:28 ./usr/share/doc/scip/html/classAMPLProblemHandler.html
-rw-r--r-- root/root     11661 2026-01-28 11:28 ./usr/share/doc/scip/html/classAMPLProblemHandler_1_1LinearExprHandler.html
-rw-r--r-- root/root     12827 2026-01-28 11:28 ./usr/share/doc/scip/html/classAMPLProblemHandler_1_1LinearPartHandler.html
-rw-r--r-- root/root     11922 2026-01-28 11:28 ./usr/share/doc/scip/html/classAMPLProblemHandler_1_1NumericArgHandler.html
-rw-r--r-- root/root     11192 2026-01-28 11:28 ./usr/share/doc/scip/html/classAMPLProblemHandler_1_1SuffixHandler.html
-rw-r--r-- root/root      5152 2026-01-28 11:28 ./usr/share/doc/scip/html/classBasisState.html
-rw-r--r-- root/root      5127 2026-01-28 11:28 ./usr/share/doc/scip/html/classHighs.html
-rw-r--r-- root/root      9693 2026-01-28 11:28 ./usr/share/doc/scip/html/classHighsSCIP.html
-rw-r--r-- root/root     52729 2026-01-28 11:28 ./usr/share/doc/scip/html/classObjPricerVRP.html
-rw-r--r-- root/root     14423 2026-01-28 11:28 ./usr/share/doc/scip/html/classSCIPException.html
-rw-r--r-- root/root     45429 2026-01-28 11:28 ./usr/share/doc/scip/html/classSCIPNLFeeder.html
-rw-r--r-- root/root     39783 2026-01-28 11:28 ./usr/share/doc/scip/html/classSPxexSCIP.html
-rw-r--r-- root/root      5132 2026-01-28 11:28 ./usr/share/doc/scip/html/classSoPlex.html
-rw-r--r-- root/root      5122 2026-01-28 11:28 ./usr/share/doc/scip/html/classTNLP.html
-rw-r--r-- root/root      8524 2026-01-28 11:28 ./usr/share/doc/scip/html/classatomic__userexpr.html
-rw-r--r-- root/root     42023 2026-01-28 11:28 ./usr/share/doc/scip/html/classes.html
-rw-r--r-- root/root     73932 2026-01-28 11:28 ./usr/share/doc/scip/html/classify_8c.html
-rw-r--r-- root/root    316853 2026-01-28 11:28 ./usr/share/doc/scip/html/classify_8c_source.html
-rw-r--r-- root/root     64384 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjBenders.html
-rw-r--r-- root/root     43187 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjBenderscut.html
-rw-r--r-- root/root     47803 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjBranchrule.html
-rw-r--r-- root/root    114246 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjConshdlr.html
-rw-r--r-- root/root     37586 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjCutsel.html
-rw-r--r-- root/root     32759 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjDialog.html
-rw-r--r-- root/root     45214 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjDisp.html
-rw-r--r-- root/root     38983 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjEventhdlr.html
-rw-r--r-- root/root    104292 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjExprhdlr.html
-rw-r--r-- root/root     52038 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjHeur.html
-rw-r--r-- root/root     30751 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjIISfinder.html
-rw-r--r-- root/root     24980 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjMessagehdlr.html
-rw-r--r-- root/root     41382 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjNodesel.html
-rw-r--r-- root/root     41731 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjPresol.html
-rw-r--r-- root/root     42599 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjPricer.html
-rw-r--r-- root/root     36382 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjProbData.html
-rw-r--r-- root/root     57396 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjProp.html
-rw-r--r-- root/root     34090 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjReader.html
-rw-r--r-- root/root     41322 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjRelax.html
-rw-r--r-- root/root     48641 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjSepa.html
-rw-r--r-- root/root     41523 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjTable.html
-rw-r--r-- root/root     32921 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1ObjVardata.html
-rw-r--r-- root/root     83375 2026-01-28 11:28 ./usr/share/doc/scip/html/classscip_1_1Rational.html
-rw-r--r-- root/root     15864 2026-01-28 11:28 ./usr/share/doc/scip/html/classscipexamples_1_1QueensSolver.html
-rw-r--r-- root/root     28473 2026-01-28 11:28 ./usr/share/doc/scip/html/classstd_1_1pqueue.html
-rw-r--r-- root/root     63793 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1ConshdlrSubtour.html
-rw-r--r-- root/root     27195 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1EventhdlrNewSol.html
-rw-r--r-- root/root     31510 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1Heur2opt.html
-rw-r--r-- root/root     32007 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1HeurFarthestInsert.html
-rw-r--r-- root/root     31566 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1HeurFrats.html
-rw-r--r-- root/root     33272 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1ProbDataTSP.html
-rw-r--r-- root/root     24054 2026-01-28 11:28 ./usr/share/doc/scip/html/classtsp_1_1ReaderTSP.html
-rw-r--r-- root/root      2938 2026-01-28 11:28 ./usr/share/doc/scip/html/clipboard.js
-rw-r--r-- root/root     99479 2026-01-28 11:28 ./usr/share/doc/scip/html/clock_8c.html
-rw-r--r-- root/root    149346 2026-01-28 11:28 ./usr/share/doc/scip/html/clock_8c_source.html
-rw-r--r-- root/root     84046 2026-01-28 11:28 ./usr/share/doc/scip/html/clock_8h.html
-rw-r--r-- root/root     37375 2026-01-28 11:28 ./usr/share/doc/scip/html/clock_8h_source.html
-rw-r--r-- root/root     15126 2026-01-28 11:28 ./usr/share/doc/scip/html/coloringplugins_8c.html
-rw-r--r-- root/root     61028 2026-01-28 11:28 ./usr/share/doc/scip/html/coloringplugins_8c_source.html
-rw-r--r-- root/root     20783 2026-01-28 11:28 ./usr/share/doc/scip/html/coloringplugins_8h.html
-rw-r--r-- root/root     41774 2026-01-28 11:28 ./usr/share/doc/scip/html/coloringplugins_8h_source.html
-rw-r--r-- root/root     68906 2026-01-28 11:28 ./usr/share/doc/scip/html/compr_8c.html
-rw-r--r-- root/root    160875 2026-01-28 11:28 ./usr/share/doc/scip/html/compr_8c_source.html
-rw-r--r-- root/root     50766 2026-01-28 11:28 ./usr/share/doc/scip/html/compr_8h.html
-rw-r--r-- root/root     51683 2026-01-28 11:28 ./usr/share/doc/scip/html/compr_8h_source.html
-rw-r--r-- root/root     46542 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__largestrepr_8c.html
-rw-r--r-- root/root    202965 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__largestrepr_8c_source.html
-rw-r--r-- root/root     10113 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__largestrepr_8h.html
-rw-r--r-- root/root     16016 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__largestrepr_8h_source.html
-rw-r--r-- root/root     44804 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__weakcompr_8c.html
-rw-r--r-- root/root    165005 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__weakcompr_8c_source.html
-rw-r--r-- root/root      9910 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__weakcompr_8h.html
-rw-r--r-- root/root     15978 2026-01-28 11:28 ./usr/share/doc/scip/html/compr__weakcompr_8h_source.html
-rw-r--r-- root/root     31291 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry_8h.html
-rw-r--r-- root/root     27659 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry_8h_source.html
-rw-r--r-- root/root     41359 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__bliss_8cpp.html
-rw-r--r-- root/root    200018 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__bliss_8cpp_source.html
-rw-r--r-- root/root     41319 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__dejavu_8cpp.html
-rw-r--r-- root/root    105068 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__dejavu_8cpp_source.html
-rw-r--r-- root/root     74140 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__nauty_8c.html
-rw-r--r-- root/root    342444 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__nauty_8c_source.html
-rw-r--r-- root/root     21107 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__none_8cpp.html
-rw-r--r-- root/root     32722 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__none_8cpp_source.html
-rw-r--r-- root/root     41770 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__sassy__bliss_8cpp.html
-rw-r--r-- root/root    116847 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__sassy__bliss_8cpp_source.html
-rw-r--r-- root/root     57333 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__sassy__nauty_8cpp.html
-rw-r--r-- root/root    137840 2026-01-28 11:28 ./usr/share/doc/scip/html/compute__symmetry__sassy__nauty_8cpp_source.html
-rw-r--r-- root/root     99830 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver_8c.html
-rw-r--r-- root/root    194131 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver_8c_source.html
-rw-r--r-- root/root     87992 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver_8h.html
-rw-r--r-- root/root     70695 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver_8h_source.html
-rw-r--r-- root/root     70450 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver__scip_8c.html
-rw-r--r-- root/root    277756 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver__scip_8c_source.html
-rw-r--r-- root/root      9995 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver__scip_8h.html
-rw-r--r-- root/root     16020 2026-01-28 11:28 ./usr/share/doc/scip/html/concsolver__scip_8h_source.html
-rw-r--r-- root/root     95891 2026-01-28 11:28 ./usr/share/doc/scip/html/concurrent_8c.html
-rw-r--r-- root/root    424878 2026-01-28 11:28 ./usr/share/doc/scip/html/concurrent_8c_source.html
-rw-r--r-- root/root     91018 2026-01-28 11:28 ./usr/share/doc/scip/html/concurrent_8h.html
-rw-r--r-- root/root     57516 2026-01-28 11:28 ./usr/share/doc/scip/html/concurrent_8h_source.html
-rw-r--r-- root/root      6343 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict_8h.html
-rw-r--r-- root/root     13765 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict_8h_source.html
-rw-r--r-- root/root    176433 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__dualproofanalysis_8c.html
-rw-r--r-- root/root    496215 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__dualproofanalysis_8c_source.html
-rw-r--r-- root/root     38520 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__dualproofanalysis_8h.html
-rw-r--r-- root/root     45242 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__dualproofanalysis_8h_source.html
-rw-r--r-- root/root    330630 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__general_8c.html
-rw-r--r-- root/root    888692 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__general_8c_source.html
-rw-r--r-- root/root    295642 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__general_8h.html
-rw-r--r-- root/root    192512 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__general_8h_source.html
-rw-r--r-- root/root    467312 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__graphanalysis_8c.html
-rw-r--r-- root/root   1501217 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__graphanalysis_8c_source.html
-rw-r--r-- root/root    168082 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__graphanalysis_8h.html
-rw-r--r-- root/root    138473 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__graphanalysis_8h_source.html
-rw-r--r-- root/root    313416 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__resolution_8c.html
-rw-r--r-- root/root    925125 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__resolution_8c_source.html
-rw-r--r-- root/root     40391 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__resolution_8h.html
-rw-r--r-- root/root     43380 2026-01-28 11:28 ./usr/share/doc/scip/html/conflict__resolution_8h_source.html
-rw-r--r-- root/root    179251 2026-01-28 11:28 ./usr/share/doc/scip/html/conflictstore_8c.html
-rw-r--r-- root/root    459942 2026-01-28 11:28 ./usr/share/doc/scip/html/conflictstore_8c_source.html
-rw-r--r-- root/root     93352 2026-01-28 11:28 ./usr/share/doc/scip/html/conflictstore_8h.html
-rw-r--r-- root/root     68154 2026-01-28 11:28 ./usr/share/doc/scip/html/conflictstore_8h_source.html
-rw-r--r-- root/root    858947 2026-01-28 11:28 ./usr/share/doc/scip/html/cons_8c.html
-rw-r--r-- root/root   2322169 2026-01-28 11:28 ./usr/share/doc/scip/html/cons_8c_source.html
-rw-r--r-- root/root    552281 2026-01-28 11:28 ./usr/share/doc/scip/html/cons_8h.html
-rw-r--r-- root/root    364511 2026-01-28 11:28 ./usr/share/doc/scip/html/cons_8h_source.html
-rw-r--r-- root/root    413888 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__and_8c.html
-rw-r--r-- root/root   1329208 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__and_8c_source.html
-rw-r--r-- root/root     13947 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__and_8h.html
-rw-r--r-- root/root     46944 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__and_8h_source.html
-rw-r--r-- root/root     60376 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benders_8c.html
-rw-r--r-- root/root    241477 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benders_8c_source.html
-rw-r--r-- root/root     10051 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benders_8h.html
-rw-r--r-- root/root     30980 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benders_8h_source.html
-rw-r--r-- root/root     40472 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benderslp_8c.html
-rw-r--r-- root/root    105867 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benderslp_8c_source.html
-rw-r--r-- root/root      6989 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benderslp_8h.html
-rw-r--r-- root/root     20906 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__benderslp_8h_source.html
-rw-r--r-- root/root    273155 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__bounddisjunction_8c.html
-rw-r--r-- root/root    958508 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__bounddisjunction_8c_source.html
-rw-r--r-- root/root     17163 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__bounddisjunction_8h.html
-rw-r--r-- root/root     62357 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__bounddisjunction_8h_source.html
-rw-r--r-- root/root    239120 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cardinality_8c.html
-rw-r--r-- root/root   1050514 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cardinality_8c_source.html
-rw-r--r-- root/root     15999 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cardinality_8h.html
-rw-r--r-- root/root     57381 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cardinality_8h_source.html
-rw-r--r-- root/root    177312 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__components_8c.html
-rw-r--r-- root/root    760021 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__components_8c_source.html
-rw-r--r-- root/root      6821 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__components_8h.html
-rw-r--r-- root/root     16669 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__components_8h_source.html
-rw-r--r-- root/root     70799 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__conjunction_8c.html
-rw-r--r-- root/root    243731 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__conjunction_8c_source.html
-rw-r--r-- root/root     10257 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__conjunction_8h.html
-rw-r--r-- root/root     32914 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__conjunction_8h_source.html
-rw-r--r-- root/root    190007 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__countsols_8c.html
-rw-r--r-- root/root    744069 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__countsols_8c_source.html
-rw-r--r-- root/root     12602 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__countsols_8h.html
-rw-r--r-- root/root     37895 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__countsols_8h_source.html
-rw-r--r-- root/root    940633 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cumulative_8c.html
-rw-r--r-- root/root   3332310 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cumulative_8c_source.html
-rw-r--r-- root/root     30052 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cumulative_8h.html
-rw-r--r-- root/root    119555 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__cumulative_8h_source.html
-rw-r--r-- root/root    103274 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__disjunction_8c.html
-rw-r--r-- root/root    354669 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__disjunction_8c_source.html
-rw-r--r-- root/root     10565 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__disjunction_8h.html
-rw-r--r-- root/root     34402 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__disjunction_8h_source.html
-rw-r--r-- root/root    445172 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactlinear_8c.html
-rw-r--r-- root/root   1857631 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactlinear_8c_source.html
-rw-r--r-- root/root     28097 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactlinear_8h.html
-rw-r--r-- root/root     97983 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactlinear_8h_source.html
-rw-r--r-- root/root     77395 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactsol_8c.html
-rw-r--r-- root/root    301034 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactsol_8c_source.html
-rw-r--r-- root/root      7722 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactsol_8h.html
-rw-r--r-- root/root     18481 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__exactsol_8h_source.html
-rw-r--r-- root/root     52217 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__fixedvar_8c.html
-rw-r--r-- root/root    180146 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__fixedvar_8c_source.html
-rw-r--r-- root/root      6769 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__fixedvar_8h.html
-rw-r--r-- root/root     15630 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__fixedvar_8h_source.html
-rw-r--r-- root/root    449953 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__indicator_8c.html
-rw-r--r-- root/root   2368897 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__indicator_8c_source.html
-rw-r--r-- root/root     32582 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__indicator_8h.html
-rw-r--r-- root/root    130852 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__indicator_8h_source.html
-rw-r--r-- root/root     40846 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__integral_8c.html
-rw-r--r-- root/root    145204 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__integral_8c_source.html
-rw-r--r-- root/root      6984 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__integral_8h.html
-rw-r--r-- root/root     16488 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__integral_8h_source.html
-rw-r--r-- root/root    651669 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__knapsack_8c.html
-rw-r--r-- root/root   3219082 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__knapsack_8c_source.html
-rw-r--r-- root/root     24047 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__knapsack_8h.html
-rw-r--r-- root/root     86281 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__knapsack_8h_source.html
-rw-r--r-- root/root    830373 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linear_8c.html
-rw-r--r-- root/root   4386324 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linear_8c_source.html
-rw-r--r-- root/root     29698 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linear_8h.html
-rw-r--r-- root/root    109182 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linear_8h_source.html
-rw-r--r-- root/root    246583 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linking_8c.html
-rw-r--r-- root/root   1017915 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linking_8c_source.html
-rw-r--r-- root/root     15803 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linking_8h.html
-rw-r--r-- root/root     52921 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__linking_8h_source.html
-rw-r--r-- root/root    379045 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__logicor_8c.html
-rw-r--r-- root/root   1423302 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__logicor_8c_source.html
-rw-r--r-- root/root     16132 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__logicor_8h.html
-rw-r--r-- root/root     54863 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__logicor_8h_source.html
-rw-r--r-- root/root     84131 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__lop_8c.html
-rw-r--r-- root/root    397601 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__lop_8c_source.html
-rw-r--r-- root/root     21057 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__lop_8h.html
-rw-r--r-- root/root     25495 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__lop_8h_source.html
-rw-r--r-- root/root    864275 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__nonlinear_8c.html
-rw-r--r-- root/root   3937380 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__nonlinear_8c_source.html
-rw-r--r-- root/root     64705 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__nonlinear_8h.html
-rw-r--r-- root/root    282770 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__nonlinear_8h_source.html
-rw-r--r-- root/root    343089 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__optcumulative_8c.html
-rw-r--r-- root/root   1057820 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__optcumulative_8c_source.html
-rw-r--r-- root/root     39300 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__optcumulative_8h.html
-rw-r--r-- root/root     36098 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__optcumulative_8h_source.html
-rw-r--r-- root/root    209907 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__or_8c.html
-rw-r--r-- root/root    643121 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__or_8c_source.html
-rw-r--r-- root/root     12666 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__or_8h.html
-rw-r--r-- root/root     43211 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__or_8h_source.html
-rw-r--r-- root/root    166986 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbisack_8c.html
-rw-r--r-- root/root    628965 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbisack_8c_source.html
-rw-r--r-- root/root     12842 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbisack_8h.html
-rw-r--r-- root/root     44230 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbisack_8h_source.html
-rw-r--r-- root/root     34867 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope_8c.html
-rw-r--r-- root/root     66815 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope_8c_source.html
-rw-r--r-- root/root     30380 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope_8h.html
-rw-r--r-- root/root     37235 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope_8h_source.html
-rw-r--r-- root/root    136845 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__full_8c.html
-rw-r--r-- root/root    517015 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__full_8c_source.html
-rw-r--r-- root/root     11836 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__full_8h.html
-rw-r--r-- root/root     39985 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__full_8h_source.html
-rw-r--r-- root/root    147591 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__pp_8c.html
-rw-r--r-- root/root    687376 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__pp_8c_source.html
-rw-r--r-- root/root     12512 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__pp_8h.html
-rw-r--r-- root/root     42466 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__orbitope__pp_8h_source.html
-rw-r--r-- root/root    418231 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__pseudoboolean_8c.html
-rw-r--r-- root/root   2500392 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__pseudoboolean_8c_source.html
-rw-r--r-- root/root     27522 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__pseudoboolean_8h.html
-rw-r--r-- root/root     99200 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__pseudoboolean_8h_source.html
-rw-r--r-- root/root     60151 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__rpa_8c.html
-rw-r--r-- root/root    213052 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__rpa_8c_source.html
-rw-r--r-- root/root      7001 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__rpa_8h.html
-rw-r--r-- root/root     15709 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__rpa_8h_source.html
-rw-r--r-- root/root     81788 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__samediff_8c.html
-rw-r--r-- root/root    187025 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__samediff_8c_source.html
-rw-r--r-- root/root     24831 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__samediff_8h.html
-rw-r--r-- root/root     27133 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__samediff_8h_source.html
-rw-r--r-- root/root    496746 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__setppc_8c.html
-rw-r--r-- root/root   2385393 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__setppc_8c_source.html
-rw-r--r-- root/root     25284 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__setppc_8h.html
-rw-r--r-- root/root     94748 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__setppc_8h_source.html
-rw-r--r-- root/root    627014 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos1_8c.html
-rw-r--r-- root/root   2631411 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos1_8c_source.html
-rw-r--r-- root/root     18214 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos1_8h.html
-rw-r--r-- root/root     62749 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos1_8h_source.html
-rw-r--r-- root/root    176513 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos2_8c.html
-rw-r--r-- root/root    742388 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos2_8c_source.html
-rw-r--r-- root/root     14257 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos2_8h.html
-rw-r--r-- root/root     47709 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__sos2_8h_source.html
-rw-r--r-- root/root     86751 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__storeGraph_8c.html
-rw-r--r-- root/root    282541 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__storeGraph_8c_source.html
-rw-r--r-- root/root     47421 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__storeGraph_8h.html
-rw-r--r-- root/root     48452 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__storeGraph_8h_source.html
-rw-r--r-- root/root    146277 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__superindicator_8c.html
-rw-r--r-- root/root    728388 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__superindicator_8c_source.html
-rw-r--r-- root/root     12602 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__superindicator_8h.html
-rw-r--r-- root/root     44180 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__superindicator_8h_source.html
-rw-r--r-- root/root    184103 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__symresack_8c.html
-rw-r--r-- root/root    819885 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__symresack_8c_source.html
-rw-r--r-- root/root     13897 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__symresack_8h.html
-rw-r--r-- root/root     50797 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__symresack_8h_source.html
-rw-r--r-- root/root    255560 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__varbound_8c.html
-rw-r--r-- root/root   1520912 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__varbound_8c_source.html
-rw-r--r-- root/root     17921 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__varbound_8h.html
-rw-r--r-- root/root     60283 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__varbound_8h_source.html
-rw-r--r-- root/root    319041 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__xor_8c.html
-rw-r--r-- root/root   1549830 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__xor_8c_source.html
-rw-r--r-- root/root     13467 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__xor_8h.html
-rw-r--r-- root/root     45322 2026-01-28 11:28 ./usr/share/doc/scip/html/cons__xor_8h_source.html
-rw-r--r-- root/root      1874 2026-01-28 11:28 ./usr/share/doc/scip/html/cookie.js
-rw-r--r-- root/root      5958 2026-01-28 11:28 ./usr/share/doc/scip/html/cpoptimizer_8cpp.html
-rw-r--r-- root/root     31955 2026-01-28 11:28 ./usr/share/doc/scip/html/cpoptimizer_8cpp_source.html
-rw-r--r-- root/root      7421 2026-01-28 11:28 ./usr/share/doc/scip/html/cpoptimizer_8h.html
-rw-r--r-- root/root     12952 2026-01-28 11:28 ./usr/share/doc/scip/html/cpoptimizer_8h_source.html
-rw-r--r-- root/root    103505 2026-01-28 11:28 ./usr/share/doc/scip/html/cutpool_8c.html
-rw-r--r-- root/root    331260 2026-01-28 11:28 ./usr/share/doc/scip/html/cutpool_8c_source.html
-rw-r--r-- root/root     70993 2026-01-28 11:28 ./usr/share/doc/scip/html/cutpool_8h.html
-rw-r--r-- root/root     57080 2026-01-28 11:28 ./usr/share/doc/scip/html/cutpool_8h_source.html
-rw-r--r-- root/root    569313 2026-01-28 11:28 ./usr/share/doc/scip/html/cuts_8c.html
-rw-r--r-- root/root   3238048 2026-01-28 11:28 ./usr/share/doc/scip/html/cuts_8c_source.html
-rw-r--r-- root/root     35039 2026-01-28 11:28 ./usr/share/doc/scip/html/cuts_8h.html
-rw-r--r-- root/root    143636 2026-01-28 11:28 ./usr/share/doc/scip/html/cuts_8h_source.html
-rw-r--r-- root/root     76608 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel_8c.html
-rw-r--r-- root/root    181325 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel_8c_source.html
-rw-r--r-- root/root     56678 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel_8h.html
-rw-r--r-- root/root     52703 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel_8h_source.html
-rw-r--r-- root/root     55278 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__dynamic_8c.html
-rw-r--r-- root/root    182252 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__dynamic_8c_source.html
-rw-r--r-- root/root     10075 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__dynamic_8h.html
-rw-r--r-- root/root     28989 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__dynamic_8h_source.html
-rw-r--r-- root/root     75501 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__ensemble_8c.html
-rw-r--r-- root/root    237029 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__ensemble_8c_source.html
-rw-r--r-- root/root     13899 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__ensemble_8h.html
-rw-r--r-- root/root     36225 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__ensemble_8h_source.html
-rw-r--r-- root/root     47483 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__hybrid_8c.html
-rw-r--r-- root/root    141009 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__hybrid_8c_source.html
-rw-r--r-- root/root     11529 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__hybrid_8h.html
-rw-r--r-- root/root     32460 2026-01-28 11:28 ./usr/share/doc/scip/html/cutsel__hybrid_8h_source.html
-rw-r--r-- root/root     10740 2026-01-28 11:28 ./usr/share/doc/scip/html/cycplugins_8c.html
-rw-r--r-- root/root     28399 2026-01-28 11:28 ./usr/share/doc/scip/html/cycplugins_8c_source.html
-rw-r--r-- root/root     10126 2026-01-28 11:28 ./usr/share/doc/scip/html/cycplugins_8h.html
-rw-r--r-- root/root     16224 2026-01-28 11:28 ./usr/share/doc/scip/html/cycplugins_8h_source.html
-rw-r--r-- root/root     83559 2026-01-28 11:28 ./usr/share/doc/scip/html/datatree_8c.html
-rw-r--r-- root/root    253554 2026-01-28 11:28 ./usr/share/doc/scip/html/datatree_8c_source.html
-rw-r--r-- root/root     68287 2026-01-28 11:28 ./usr/share/doc/scip/html/datatree_8h.html
-rw-r--r-- root/root     48293 2026-01-28 11:28 ./usr/share/doc/scip/html/datatree_8h_source.html
-rw-r--r-- root/root    191278 2026-01-28 11:28 ./usr/share/doc/scip/html/dbldblarith_8h.html
-rw-r--r-- root/root     75063 2026-01-28 11:28 ./usr/share/doc/scip/html/dbldblarith_8h_source.html
-rw-r--r-- root/root     48482 2026-01-28 11:28 ./usr/share/doc/scip/html/dcmp_8c.html
-rw-r--r-- root/root    206733 2026-01-28 11:28 ./usr/share/doc/scip/html/dcmp_8c_source.html
-rw-r--r-- root/root     32085 2026-01-28 11:28 ./usr/share/doc/scip/html/dcmp_8h.html
-rw-r--r-- root/root     29856 2026-01-28 11:28 ./usr/share/doc/scip/html/dcmp_8h_source.html
-rw-r--r-- root/root      8851 2026-01-28 11:28 ./usr/share/doc/scip/html/debug_8c.html
-rw-r--r-- root/root    693281 2026-01-28 11:28 ./usr/share/doc/scip/html/debug_8c_source.html
-rw-r--r-- root/root    169014 2026-01-28 11:28 ./usr/share/doc/scip/html/debug_8h.html
-rw-r--r-- root/root    105343 2026-01-28 11:28 ./usr/share/doc/scip/html/debug_8h_source.html
-rw-r--r-- root/root   3843739 2026-01-28 11:28 ./usr/share/doc/scip/html/def_8h.html
-rw-r--r-- root/root     87257 2026-01-28 11:28 ./usr/share/doc/scip/html/def_8h_source.html
-rw-r--r-- root/root     94953 2026-01-28 11:28 ./usr/share/doc/scip/html/def__openmp_8h.html
-rw-r--r-- root/root     36589 2026-01-28 11:28 ./usr/share/doc/scip/html/def__openmp_8h_source.html
-rw-r--r-- root/root      6822 2026-01-28 11:28 ./usr/share/doc/scip/html/deprecated.html
-rw-r--r-- root/root     82620 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog_8c.html
-rw-r--r-- root/root    313205 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog_8c_source.html
-rw-r--r-- root/root     41391 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog_8h.html
-rw-r--r-- root/root     39981 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog_8h_source.html
-rw-r--r-- root/root    115024 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog__default_8c.html
-rw-r--r-- root/root   1821135 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog__default_8c_source.html
-rw-r--r-- root/root     37986 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog__default_8h.html
-rw-r--r-- root/root     78992 2026-01-28 11:28 ./usr/share/doc/scip/html/dialog__default_8h_source.html
-rw-r--r-- root/root     39219 2026-01-28 11:28 ./usr/share/doc/scip/html/dijkstra_8c.html
-rw-r--r-- root/root    129860 2026-01-28 11:28 ./usr/share/doc/scip/html/dijkstra_8c_source.html
-rw-r--r-- root/root     36700 2026-01-28 11:28 ./usr/share/doc/scip/html/dijkstra_8h.html
-rw-r--r-- root/root     39266 2026-01-28 11:28 ./usr/share/doc/scip/html/dijkstra_8h_source.html
-rw-r--r-- root/root      6054 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_0236dec879a595c2f92e70905cf6ec87.html
-rw-r--r-- root/root      6094 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_03d91d477cac855973fae88871b0a0fb.html
-rw-r--r-- root/root     29343 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_0781f48d93cd4753627d4cfe801db605.html
-rw-r--r-- root/root      6301 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_082cc17fcca3afb2d43283795abba117.html
-rw-r--r-- root/root      6146 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_0978d933b4be9ae1ed85c024a25dbd5c.html
-rw-r--r-- root/root      6049 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_0bb96d98e27cffc6185a5b9b672a44fa.html
-rw-r--r-- root/root      6102 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_19ca5d88376ccd60787a3804bf42c048.html
-rw-r--r-- root/root     12281 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_3365da2130baa81a85432c2af528e2e6.html
-rw-r--r-- root/root      6055 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_3649c2b80954ac693e0a05790f4f0b42.html
-rw-r--r-- root/root      6251 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_3de1ad1dcf44ee81cd68993f418e2469.html
-rw-r--r-- root/root      8462 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_3ed5d5896a12268801ffa8734b5cc680.html
-rw-r--r-- root/root      6023 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_3edc4c1b7dc7e4e981876fe05e5134f2.html
-rw-r--r-- root/root      6041 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_4ea63655a2d6a9e736bd890929499d65.html
-rw-r--r-- root/root      5691 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_53e6fa9553ac22a5646d2a2b2d7b97a1.html
-rw-r--r-- root/root      7911 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_5674f57b2a5c6baddf2d0f62dbd89b40.html
-rw-r--r-- root/root      6077 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_5b08d12ac63bc6e4fc63840a6d199cc1.html
-rw-r--r-- root/root      6032 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_5f984a7f6ddec1bc8ca8d30551e67ce1.html
-rw-r--r-- root/root      6044 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_64a7848f57de8cb06ed0aca56b901bb0.html
-rw-r--r-- root/root      6023 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_68e0b015aaa9b0efcb82b10766611028.html
-rw-r--r-- root/root      6046 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_6b18b4196bf4194e49b407f80e91a941.html
-rw-r--r-- root/root      6046 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_7065b512615c1c28c5dbed203d22fbb4.html
-rw-r--r-- root/root      6022 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_72973bf6f6af2d3493d2692ecf1ff12a.html
-rw-r--r-- root/root      6013 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_76a0ce90c87d4439d515734f6b61a525.html
-rw-r--r-- root/root      6582 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_77d1074cb9317e289712995ff38bd88a.html
-rw-r--r-- root/root      5998 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_7a41be0e04fa92d6d2bfa10e8d9fa841.html
-rw-r--r-- root/root      6038 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8097857b5e8bbc57bb92aebc4a49f662.html
-rw-r--r-- root/root      6046 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_841df20dde69a933cbd3f66783ea4320.html
-rw-r--r-- root/root      6029 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8495dfe1b3e91203e906697b7c15fe78.html
-rw-r--r-- root/root     10640 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8b0277e4bd21683a64b2aac2ed793887.html
-rw-r--r-- root/root     14249 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8c328d1545bda2da4da4915554cd3078.html
-rw-r--r-- root/root     15478 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8d95fce586af3e46071e31f5057db334.html
-rw-r--r-- root/root      6067 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_8f90e6df9c8a59fa392f06e32fd1171b.html
-rw-r--r-- root/root      5998 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_91833c230067273829f2f05b647a8b2b.html
-rw-r--r-- root/root      6059 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_91a157b8d78957561353c935fa738ea2.html
-rw-r--r-- root/root     25643 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_921e560430bac3d57685d760d48b5c27.html
-rw-r--r-- root/root      6932 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_931687e1c03e07b8106c9d4c90800982.html
-rw-r--r-- root/root      7511 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_93f4adc8890aa1f4657b6f8d91d0436e.html
-rw-r--r-- root/root     11538 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_9aa49f1b487041774c99b498d712d215.html
-rw-r--r-- root/root      8077 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_9ba103ff6b847ba071f41a967c3ed27b.html
-rw-r--r-- root/root      6046 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_9ed62e9c29b39611544749e77a2d74d5.html
-rw-r--r-- root/root     11557 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a1204cba622aba6a1707a5a7155182eb.html
-rw-r--r-- root/root      6043 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a26e5ea84f6c0d10ec495e3101ac6f3b.html
-rw-r--r-- root/root     19362 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a2a04abf499720a73f5088a2dbe14364.html
-rw-r--r-- root/root      8233 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a6e362084f320287386b0fa93cb1e0d5.html
-rw-r--r-- root/root      7200 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a6e4fee11f07c3b70486e88fe92cbbdc.html
-rw-r--r-- root/root      6077 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a79cc9086acca0ea9c437856b906d6f2.html
-rw-r--r-- root/root      8391 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_a8c52e649e1845127ad6cd73d830b30f.html
-rw-r--r-- root/root      7498 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_ac290709f6973c4a155f3af2001ad2b0.html
-rw-r--r-- root/root      6062 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_af3da1846c8ff41af4db1d94e6cbe191.html
-rw-r--r-- root/root      8325 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_b493a5b5bb3a79e32dba00c4bef6bb71.html
-rw-r--r-- root/root      7365 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_bd31a195c2b17974cb0fd7646bfe4a2e.html
-rw-r--r-- root/root      6520 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_c43b215a2ade73e6562bd37d8a11c12a.html
-rw-r--r-- root/root      7825 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_c4a3530e720fe1d01b552d7a5edf606e.html
-rw-r--r-- root/root      8298 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_c4e7e361a04df848920e956c8c46f472.html
-rw-r--r-- root/root      6145 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_c7932d886eb513c6e69d09257ad3607b.html
-rw-r--r-- root/root      9838 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_d28a4824dc47e487b107a5db32ef43c4.html
-rw-r--r-- root/root     10898 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_d3863659aaa1015925408f148cb8b694.html
-rw-r--r-- root/root      6166 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_d48dd281144507fc672662a2ae6fb075.html
-rw-r--r-- root/root     14142 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_e183891c3cccb229265430f52da8c680.html
-rw-r--r-- root/root      6023 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_e1ce72978e46cefe1c8ffb7f02764259.html
-rw-r--r-- root/root      5998 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_e4b098485ac225af9ff761b3fb5ff26e.html
-rw-r--r-- root/root      6032 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_e51f9a055b672ce14644669288d815b1.html
-rw-r--r-- root/root      5781 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_e68e8157741866f444e17edd764ebbae.html
-rw-r--r-- root/root      5759 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_eae65e44eda8bafb3ea092aaadf30a4a.html
-rw-r--r-- root/root      6041 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_f13d096671b1d092e48f3e43a37a13cd.html
-rw-r--r-- root/root      6023 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_f54113ccb08ff6ea03e4a1ee1eb4b33a.html
-rw-r--r-- root/root      6014 2026-01-28 11:28 ./usr/share/doc/scip/html/dir_f81e9ef106d2a1444607cf2c530b1d4d.html
-rw-r--r-- root/root     76127 2026-01-28 11:28 ./usr/share/doc/scip/html/disp_8c.html
-rw-r--r-- root/root    189940 2026-01-28 11:28 ./usr/share/doc/scip/html/disp_8c_source.html
-rw-r--r-- root/root     49631 2026-01-28 11:28 ./usr/share/doc/scip/html/disp_8h.html
-rw-r--r-- root/root     47824 2026-01-28 11:28 ./usr/share/doc/scip/html/disp_8h_source.html
-rw-r--r-- root/root    467053 2026-01-28 11:28 ./usr/share/doc/scip/html/disp__default_8c.html
-rw-r--r-- root/root    623522 2026-01-28 11:28 ./usr/share/doc/scip/html/disp__default_8c_source.html
-rw-r--r-- root/root      6932 2026-01-28 11:28 ./usr/share/doc/scip/html/disp__default_8h.html
-rw-r--r-- root/root     16309 2026-01-28 11:28 ./usr/share/doc/scip/html/disp__default_8h_source.html
-rw-r--r-- root/root     67484 2026-01-28 11:28 ./usr/share/doc/scip/html/doxygen-awesome.css
-rw-r--r-- root/root     54654 2026-01-28 11:28 ./usr/share/doc/scip/html/doxygen.css
-rw-r--r-- root/root     15461 2026-01-28 11:28 ./usr/share/doc/scip/html/doxygen.svg
-rw-r--r-- root/root   2513949 2026-01-28 11:28 ./usr/share/doc/scip/html/doxygen_crawl.html
-rw-r--r-- root/root      8041 2026-01-28 11:28 ./usr/share/doc/scip/html/dynsections.js
-rw-r--r-- root/root    301540 2026-01-28 11:28 ./usr/share/doc/scip/html/event_8c.html
-rw-r--r-- root/root    805968 2026-01-28 11:28 ./usr/share/doc/scip/html/event_8c_source.html
-rw-r--r-- root/root    245576 2026-01-28 11:28 ./usr/share/doc/scip/html/event_8h.html
-rw-r--r-- root/root    165009 2026-01-28 11:28 ./usr/share/doc/scip/html/event_8h_source.html
-rw-r--r-- root/root     45210 2026-01-28 11:28 ./usr/share/doc/scip/html/event__boundwriting_8c.html
-rw-r--r-- root/root    213887 2026-01-28 11:28 ./usr/share/doc/scip/html/event__boundwriting_8c_source.html
-rw-r--r-- root/root     10339 2026-01-28 11:28 ./usr/share/doc/scip/html/event__boundwriting_8h.html
-rw-r--r-- root/root     13662 2026-01-28 11:28 ./usr/share/doc/scip/html/event__boundwriting_8h_source.html
-rw-r--r-- root/root    360158 2026-01-28 11:28 ./usr/share/doc/scip/html/event__estim_8c.html
-rw-r--r-- root/root    825821 2026-01-28 11:28 ./usr/share/doc/scip/html/event__estim_8c_source.html
-rw-r--r-- root/root     18960 2026-01-28 11:28 ./usr/share/doc/scip/html/event__estim_8h.html
-rw-r--r-- root/root     20650 2026-01-28 11:28 ./usr/share/doc/scip/html/event__estim_8h_source.html
-rw-r--r-- root/root     33633 2026-01-28 11:28 ./usr/share/doc/scip/html/event__globalbnd_8c.html
-rw-r--r-- root/root    100346 2026-01-28 11:28 ./usr/share/doc/scip/html/event__globalbnd_8c_source.html
-rw-r--r-- root/root     18868 2026-01-28 11:28 ./usr/share/doc/scip/html/event__globalbnd_8h.html
-rw-r--r-- root/root     24119 2026-01-28 11:28 ./usr/share/doc/scip/html/event__globalbnd_8h_source.html
-rw-r--r-- root/root     20825 2026-01-28 11:28 ./usr/share/doc/scip/html/event__newsol_8c.html
-rw-r--r-- root/root     47387 2026-01-28 11:28 ./usr/share/doc/scip/html/event__newsol_8c_source.html
-rw-r--r-- root/root      9330 2026-01-28 11:28 ./usr/share/doc/scip/html/event__newsol_8h.html
-rw-r--r-- root/root     15262 2026-01-28 11:28 ./usr/share/doc/scip/html/event__newsol_8h_source.html
-rw-r--r-- root/root     61444 2026-01-28 11:28 ./usr/share/doc/scip/html/event__shadowtree_8c.html
-rw-r--r-- root/root    210740 2026-01-28 11:28 ./usr/share/doc/scip/html/event__shadowtree_8c_source.html
-rw-r--r-- root/root     27939 2026-01-28 11:28 ./usr/share/doc/scip/html/event__shadowtree_8h.html
-rw-r--r-- root/root     47580 2026-01-28 11:28 ./usr/share/doc/scip/html/event__shadowtree_8h_source.html
-rw-r--r-- root/root     24647 2026-01-28 11:28 ./usr/share/doc/scip/html/event__softtimelimit_8c.html
-rw-r--r-- root/root     66561 2026-01-28 11:28 ./usr/share/doc/scip/html/event__softtimelimit_8c_source.html
-rw-r--r-- root/root      9942 2026-01-28 11:28 ./usr/share/doc/scip/html/event__softtimelimit_8h.html
-rw-r--r-- root/root     14395 2026-01-28 11:28 ./usr/share/doc/scip/html/event__softtimelimit_8h_source.html
-rw-r--r-- root/root    179713 2026-01-28 11:28 ./usr/share/doc/scip/html/event__solvingphase_8c.html
-rw-r--r-- root/root    444405 2026-01-28 11:28 ./usr/share/doc/scip/html/event__solvingphase_8c_source.html
-rw-r--r-- root/root     13432 2026-01-28 11:28 ./usr/share/doc/scip/html/event__solvingphase_8h.html
-rw-r--r-- root/root     16533 2026-01-28 11:28 ./usr/share/doc/scip/html/event__solvingphase_8h_source.html
-rw-r--r-- root/root     13327 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Binpacking_2src_2cmain_8c.html
-rw-r--r-- root/root     37419 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Binpacking_2src_2cmain_8c_source.html
-rw-r--r-- root/root     11921 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2cmain_8c.html
-rw-r--r-- root/root     30103 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2cmain_8c_source.html
-rw-r--r-- root/root     21048 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2event__bestsol_8c.html
-rw-r--r-- root/root     46311 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2event__bestsol_8c_source.html
-rw-r--r-- root/root      9448 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2event__bestsol_8h.html
-rw-r--r-- root/root     13848 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Eventhdlr_2src_2event__bestsol_8h_source.html
-rw-r--r-- root/root     20811 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2GMI_2src_2cmain_8c.html
-rw-r--r-- root/root     54158 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2GMI_2src_2cmain_8c_source.html
-rw-r--r-- root/root     14108 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2LOP_2src_2cmain_8c.html
-rw-r--r-- root/root     27656 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2LOP_2src_2cmain_8c_source.html
-rw-r--r-- root/root     11809 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Relaxator_2src_2cmain_8c.html
-rw-r--r-- root/root     29361 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2Relaxator_2src_2cmain_8c_source.html
-rw-r--r-- root/root     12683 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2SCFLP_2src_2cmain_8c.html
-rw-r--r-- root/root     32318 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2SCFLP_2src_2cmain_8c_source.html
-rw-r--r-- root/root     12899 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2TSP_2src_2cppmain_8cpp.html
-rw-r--r-- root/root     39896 2026-01-28 11:28 ./usr/share/doc/scip/html/examples_2TSP_2src_2cppmain_8cpp_source.html
-rw-r--r-- root/root    338891 2026-01-28 11:28 ./usr/share/doc/scip/html/expr_8c.html
-rw-r--r-- root/root   1066940 2026-01-28 11:28 ./usr/share/doc/scip/html/expr_8c_source.html
-rw-r--r-- root/root    291904 2026-01-28 11:28 ./usr/share/doc/scip/html/expr_8h.html
-rw-r--r-- root/root    210009 2026-01-28 11:28 ./usr/share/doc/scip/html/expr_8h_source.html
-rw-r--r-- root/root     52410 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__abs_8c.html
-rw-r--r-- root/root    152786 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__abs_8c_source.html
-rw-r--r-- root/root      8655 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__abs_8h.html
-rw-r--r-- root/root     24077 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__abs_8h_source.html
-rw-r--r-- root/root     54877 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__entropy_8c.html
-rw-r--r-- root/root    197118 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__entropy_8c_source.html
-rw-r--r-- root/root      8854 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__entropy_8h.html
-rw-r--r-- root/root     24817 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__entropy_8h_source.html
-rw-r--r-- root/root     43078 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__erf_8c.html
-rw-r--r-- root/root    100263 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__erf_8c_source.html
-rw-r--r-- root/root     17401 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__erf_8h.html
-rw-r--r-- root/root     24305 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__erf_8h_source.html
-rw-r--r-- root/root     51626 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__exp_8c.html
-rw-r--r-- root/root    150822 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__exp_8c_source.html
-rw-r--r-- root/root      8554 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__exp_8h.html
-rw-r--r-- root/root     23674 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__exp_8h_source.html
-rw-r--r-- root/root     55367 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__log_8c.html
-rw-r--r-- root/root    182680 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__log_8c_source.html
-rw-r--r-- root/root      8549 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__log_8h.html
-rw-r--r-- root/root     23667 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__log_8h_source.html
-rw-r--r-- root/root    221070 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__pow_8c.html
-rw-r--r-- root/root    792943 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__pow_8c_source.html
-rw-r--r-- root/root     29981 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__pow_8h.html
-rw-r--r-- root/root     41965 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__pow_8h_source.html
-rw-r--r-- root/root    154272 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__product_8c.html
-rw-r--r-- root/root    578176 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__product_8c_source.html
-rw-r--r-- root/root      8234 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__product_8h.html
-rw-r--r-- root/root     22949 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__product_8h_source.html
-rw-r--r-- root/root     75109 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__sum_8c.html
-rw-r--r-- root/root    387622 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__sum_8c_source.html
-rw-r--r-- root/root     12288 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__sum_8h.html
-rw-r--r-- root/root     37164 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__sum_8h_source.html
-rw-r--r-- root/root    139203 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__trig_8c.html
-rw-r--r-- root/root    366644 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__trig_8c_source.html
-rw-r--r-- root/root     10754 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__trig_8h.html
-rw-r--r-- root/root     30855 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__trig_8h_source.html
-rw-r--r-- root/root     37609 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__value_8c.html
-rw-r--r-- root/root     91487 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__value_8c_source.html
-rw-r--r-- root/root      7981 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__value_8h.html
-rw-r--r-- root/root     21592 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__value_8h_source.html
-rw-r--r-- root/root     44533 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__var_8c.html
-rw-r--r-- root/root    135680 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__var_8c_source.html
-rw-r--r-- root/root      8179 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__var_8h.html
-rw-r--r-- root/root     22336 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__var_8h_source.html
-rw-r--r-- root/root     35096 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__varidx_8c.html
-rw-r--r-- root/root     87271 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__varidx_8c_source.html
-rw-r--r-- root/root      9612 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__varidx_8h.html
-rw-r--r-- root/root     27412 2026-01-28 11:28 ./usr/share/doc/scip/html/expr__varidx_8h_source.html
-rw-r--r-- root/root     13685 2026-01-28 11:28 ./usr/share/doc/scip/html/exprcurv_8c.html
-rw-r--r-- root/root    132560 2026-01-28 11:28 ./usr/share/doc/scip/html/exprcurv_8c_source.html
-rw-r--r-- root/root     16154 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret_8h.html
-rw-r--r-- root/root     52573 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret_8h_source.html
-rw-r--r-- root/root     41346 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret__cppad_8cpp.html
-rw-r--r-- root/root    436468 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret__cppad_8cpp_source.html
-rw-r--r-- root/root     15968 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret__none_8c.html
-rw-r--r-- root/root     59609 2026-01-28 11:28 ./usr/share/doc/scip/html/exprinterpret__none_8c_source.html
-rw-r--r-- root/root     49440 2026-01-28 11:28 ./usr/share/doc/scip/html/expriter_8c.html
-rw-r--r-- root/root    248591 2026-01-28 11:28 ./usr/share/doc/scip/html/expriter_8c_source.html
-rw-r--r-- root/root     41319 2026-01-28 11:28 ./usr/share/doc/scip/html/fileio_8c.html
-rw-r--r-- root/root     52811 2026-01-28 11:28 ./usr/share/doc/scip/html/fileio_8c_source.html
-rw-r--r-- root/root    501128 2026-01-28 11:28 ./usr/share/doc/scip/html/files.html
-rw-r--r-- root/root     60062 2026-01-28 11:28 ./usr/share/doc/scip/html/gastrans_8c.html
-rw-r--r-- root/root    130251 2026-01-28 11:28 ./usr/share/doc/scip/html/gastrans_8c_source.html
-rw-r--r-- root/root     13718 2026-01-28 11:28 ./usr/share/doc/scip/html/genRandomLOPInstance_8c.html
-rw-r--r-- root/root     29795 2026-01-28 11:28 ./usr/share/doc/scip/html/genRandomLOPInstance_8c_source.html
-rw-r--r-- root/root     59981 2026-01-28 11:28 ./usr/share/doc/scip/html/globals.html
-rw-r--r-- root/root     77284 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_b.html
-rw-r--r-- root/root    250412 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_c.html
-rw-r--r-- root/root    684486 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_d.html
-rw-r--r-- root/root      9429 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs.html
-rw-r--r-- root/root     34907 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_b.html
-rw-r--r-- root/root     69141 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_c.html
-rw-r--r-- root/root    378752 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_d.html
-rw-r--r-- root/root     38463 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_e.html
-rw-r--r-- root/root      8649 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_f.html
-rw-r--r-- root/root      9204 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_g.html
-rw-r--r-- root/root     74883 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_h.html
-rw-r--r-- root/root     11027 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_i.html
-rw-r--r-- root/root      5311 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_k.html
-rw-r--r-- root/root     10201 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_l.html
-rw-r--r-- root/root     27864 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_m.html
-rw-r--r-- root/root     21718 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_n.html
-rw-r--r-- root/root      6920 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_o.html
-rw-r--r-- root/root     30414 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_p.html
-rw-r--r-- root/root      6865 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_q.html
-rw-r--r-- root/root     23258 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_r.html
-rw-r--r-- root/root     64588 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_s.html
-rw-r--r-- root/root     33397 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_t.html
-rw-r--r-- root/root      7145 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_u.html
-rw-r--r-- root/root      8083 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_v.html
-rw-r--r-- root/root      6009 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_w.html
-rw-r--r-- root/root      6061 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_x.html
-rw-r--r-- root/root      5144 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_defs_y.html
-rw-r--r-- root/root     78567 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_e.html
-rw-r--r-- root/root     24744 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_enum.html
-rw-r--r-- root/root      5041 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval.html
-rw-r--r-- root/root     12417 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_b.html
-rw-r--r-- root/root     12672 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_c.html
-rw-r--r-- root/root     11160 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_d.html
-rw-r--r-- root/root      7353 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_e.html
-rw-r--r-- root/root      7627 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_f.html
-rw-r--r-- root/root      7061 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_g.html
-rw-r--r-- root/root      8330 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_h.html
-rw-r--r-- root/root      7209 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_i.html
-rw-r--r-- root/root      5686 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_j.html
-rw-r--r-- root/root      5065 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_k.html
-rw-r--r-- root/root     20822 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_l.html
-rw-r--r-- root/root      9913 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_m.html
-rw-r--r-- root/root     12817 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_n.html
-rw-r--r-- root/root      7994 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_o.html
-rw-r--r-- root/root     19809 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_p.html
-rw-r--r-- root/root     12439 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_r.html
-rw-r--r-- root/root     23126 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_s.html
-rw-r--r-- root/root      9355 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_t.html
-rw-r--r-- root/root      5682 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_u.html
-rw-r--r-- root/root      9087 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_v.html
-rw-r--r-- root/root      5057 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_w.html
-rw-r--r-- root/root      5677 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_eval_x.html
-rw-r--r-- root/root     46446 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_f.html
-rw-r--r-- root/root     53067 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func.html
-rw-r--r-- root/root     31351 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_b.html
-rw-r--r-- root/root    165554 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_c.html
-rw-r--r-- root/root    308130 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_d.html
-rw-r--r-- root/root     36062 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_e.html
-rw-r--r-- root/root     37444 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_f.html
-rw-r--r-- root/root     54114 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_g.html
-rw-r--r-- root/root     13258 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_h.html
-rw-r--r-- root/root     39162 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_i.html
-rw-r--r-- root/root      5365 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_j.html
-rw-r--r-- root/root     25336 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_l.html
-rw-r--r-- root/root     23031 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_m.html
-rw-r--r-- root/root     20538 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_n.html
-rw-r--r-- root/root      6562 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_o.html
-rw-r--r-- root/root     57497 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_p.html
-rw-r--r-- root/root      5491 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_q.html
-rw-r--r-- root/root     49072 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_r.html
-rw-r--r-- root/root   1938470 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_s.html
-rw-r--r-- root/root     32320 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_t.html
-rw-r--r-- root/root     23857 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_u.html
-rw-r--r-- root/root     16125 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_v.html
-rw-r--r-- root/root      8518 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_w.html
-rw-r--r-- root/root      5372 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_x.html
-rw-r--r-- root/root      5152 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_func_z.html
-rw-r--r-- root/root     62502 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_g.html
-rw-r--r-- root/root     93194 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_h.html
-rw-r--r-- root/root     51710 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_i.html
-rw-r--r-- root/root      6942 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_j.html
-rw-r--r-- root/root      5524 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_k.html
-rw-r--r-- root/root     56308 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_l.html
-rw-r--r-- root/root     57662 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_m.html
-rw-r--r-- root/root     60197 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_n.html
-rw-r--r-- root/root     17643 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_o.html
-rw-r--r-- root/root    108151 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_p.html
-rw-r--r-- root/root      8034 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_q.html
-rw-r--r-- root/root     85217 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_r.html
-rw-r--r-- root/root   2030289 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_s.html
-rw-r--r-- root/root     68983 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_t.html
-rw-r--r-- root/root      6066 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type.html
-rw-r--r-- root/root     10314 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_b.html
-rw-r--r-- root/root     14116 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_c.html
-rw-r--r-- root/root      9697 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_d.html
-rw-r--r-- root/root     10440 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_e.html
-rw-r--r-- root/root      6255 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_f.html
-rw-r--r-- root/root      6168 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_g.html
-rw-r--r-- root/root      8232 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_h.html
-rw-r--r-- root/root      7196 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_i.html
-rw-r--r-- root/root      5510 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_j.html
-rw-r--r-- root/root      9459 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_l.html
-rw-r--r-- root/root      7823 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_m.html
-rw-r--r-- root/root      9490 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_n.html
-rw-r--r-- root/root      6593 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_o.html
-rw-r--r-- root/root     10584 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_p.html
-rw-r--r-- root/root      5416 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_q.html
-rw-r--r-- root/root     10571 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_r.html
-rw-r--r-- root/root     13685 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_s.html
-rw-r--r-- root/root      7653 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_t.html
-rw-r--r-- root/root      6913 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_v.html
-rw-r--r-- root/root      5016 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_w.html
-rw-r--r-- root/root      5102 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_type_x.html
-rw-r--r-- root/root     27191 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_u.html
-rw-r--r-- root/root     27295 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_v.html
-rw-r--r-- root/root      5758 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars.html
-rw-r--r-- root/root      6504 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_b.html
-rw-r--r-- root/root      7081 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_c.html
-rw-r--r-- root/root      8076 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_d.html
-rw-r--r-- root/root      5140 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_e.html
-rw-r--r-- root/root      5292 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_f.html
-rw-r--r-- root/root      5242 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_g.html
-rw-r--r-- root/root      7511 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_h.html
-rw-r--r-- root/root      6234 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_i.html
-rw-r--r-- root/root      7937 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_l.html
-rw-r--r-- root/root      7928 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_m.html
-rw-r--r-- root/root     14665 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_n.html
-rw-r--r-- root/root      8370 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_o.html
-rw-r--r-- root/root      6890 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_p.html
-rw-r--r-- root/root      7840 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_r.html
-rw-r--r-- root/root      7886 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_s.html
-rw-r--r-- root/root      5457 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_t.html
-rw-r--r-- root/root      5137 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_u.html
-rw-r--r-- root/root      6098 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_v.html
-rw-r--r-- root/root      5009 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_w.html
-rw-r--r-- root/root      5127 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_x.html
-rw-r--r-- root/root      5009 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_vars_y.html
-rw-r--r-- root/root     10091 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_w.html
-rw-r--r-- root/root      7821 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_x.html
-rw-r--r-- root/root      5303 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_y.html
-rw-r--r-- root/root      5188 2026-01-28 11:28 ./usr/share/doc/scip/html/globals_z.html
-rw-r--r-- root/root     16888 2026-01-28 11:28 ./usr/share/doc/scip/html/group__Arrays.html
-rw-r--r-- root/root     11997 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BENDERS.html
-rw-r--r-- root/root     36530 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BENDERSCUTS.html
-rw-r--r-- root/root     65783 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BRANCHINGRULES.html
-rw-r--r-- root/root     10195 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BendersIncludes.html
-rw-r--r-- root/root     26408 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BenderscutIncludes.html
-rw-r--r-- root/root     59590 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BinaryTree.html
-rw-r--r-- root/root     64607 2026-01-28 11:28 ./usr/share/doc/scip/html/group__BranchingRuleIncludes.html
-rw-r--r-- root/root      6789 2026-01-28 11:28 ./usr/share/doc/scip/html/group__CFILES.html
-rw-r--r-- root/root   1858825 2026-01-28 11:28 ./usr/share/doc/scip/html/group__CONSHDLRS.html
-rw-r--r-- root/root     35443 2026-01-28 11:28 ./usr/share/doc/scip/html/group__CUTSELECTORS.html
-rw-r--r-- root/root    204787 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ConshdlrIncludes.html
-rw-r--r-- root/root    307130 2026-01-28 11:28 ./usr/share/doc/scip/html/group__CopyMethods.html
-rw-r--r-- root/root     21010 2026-01-28 11:28 ./usr/share/doc/scip/html/group__CutSelectorIncludes.html
-rw-r--r-- root/root     16797 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS.html
-rw-r--r-- root/root      6533 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__BENDERS.html
-rw-r--r-- root/root     11893 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__BRANCH.html
-rw-r--r-- root/root      7315 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__COMPRESSION.html
-rw-r--r-- root/root     20018 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__CONS.html
-rw-r--r-- root/root      6844 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__CUTSEL.html
-rw-r--r-- root/root      6069 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__DISP.html
-rw-r--r-- root/root      9503 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__EVENT.html
-rw-r--r-- root/root      9795 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__EXPR.html
-rw-r--r-- root/root      6656 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__EXPRINT.html
-rw-r--r-- root/root     32189 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__HEUR.html
-rw-r--r-- root/root      5349 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__IISFINDER.html
-rw-r--r-- root/root      6484 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__MSGHDLR.html
-rw-r--r-- root/root      8978 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__NLHDLR.html
-rw-r--r-- root/root      9349 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__NLPI.html
-rw-r--r-- root/root      8664 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__NODESEL.html
-rw-r--r-- root/root     12776 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__PRESOL.html
-rw-r--r-- root/root     10100 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__PROP.html
-rw-r--r-- root/root     15566 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__READER.html
-rw-r--r-- root/root      6421 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__RELAX.html
-rw-r--r-- root/root     13861 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__SEPA.html
-rw-r--r-- root/root      6061 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DEFPLUGINS__TABLE.html
-rw-r--r-- root/root    211829 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DIALOGS.html
-rw-r--r-- root/root      6915 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DISPLAYS.html
-rw-r--r-- root/root     14141 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DataStructures.html
-rw-r--r-- root/root     11689 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DebugSolutionMethods.html
-rw-r--r-- root/root    116771 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DecompMethods.html
-rw-r--r-- root/root     24522 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DialogIncludes.html
-rw-r--r-- root/root     99834 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DirectedGraph.html
-rw-r--r-- root/root     25716 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DisjointSet.html
-rw-r--r-- root/root     33353 2026-01-28 11:28 ./usr/share/doc/scip/html/group__DisplayIncludes.html
-rw-r--r-- root/root    137154 2026-01-28 11:28 ./usr/share/doc/scip/html/group__EXPRHDLRS.html
-rw-r--r-- root/root     57799 2026-01-28 11:28 ./usr/share/doc/scip/html/group__EXPRINTS.html
-rw-r--r-- root/root     55670 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ExprhdlrIncludes.html
-rw-r--r-- root/root    195482 2026-01-28 11:28 ./usr/share/doc/scip/html/group__FILEREADERS.html
-rw-r--r-- root/root     12282 2026-01-28 11:28 ./usr/share/doc/scip/html/group__FileMethods.html
-rw-r--r-- root/root     87024 2026-01-28 11:28 ./usr/share/doc/scip/html/group__FileReaderIncludes.html
-rw-r--r-- root/root     33365 2026-01-28 11:28 ./usr/share/doc/scip/html/group__GMLgraph.html
-rw-r--r-- root/root    109150 2026-01-28 11:28 ./usr/share/doc/scip/html/group__GeneralSCIPMethods.html
-rw-r--r-- root/root    556579 2026-01-28 11:28 ./usr/share/doc/scip/html/group__GlobalProblemMethods.html
-rw-r--r-- root/root    157029 2026-01-28 11:28 ./usr/share/doc/scip/html/group__HashMap.html
-rw-r--r-- root/root     37547 2026-01-28 11:28 ./usr/share/doc/scip/html/group__HashSet.html
-rw-r--r-- root/root     90239 2026-01-28 11:28 ./usr/share/doc/scip/html/group__HashTable.html
-rw-r--r-- root/root     11364 2026-01-28 11:28 ./usr/share/doc/scip/html/group__IISFINDERS.html
-rw-r--r-- root/root     11441 2026-01-28 11:28 ./usr/share/doc/scip/html/group__IISfinderIncludes.html
-rw-r--r-- root/root     52208 2026-01-28 11:28 ./usr/share/doc/scip/html/group__INTERNALAPI.html
-rw-r--r-- root/root    345040 2026-01-28 11:28 ./usr/share/doc/scip/html/group__LPIEXACTS.html
-rw-r--r-- root/root    669179 2026-01-28 11:28 ./usr/share/doc/scip/html/group__LPIS.html
-rw-r--r-- root/root     93089 2026-01-28 11:28 ./usr/share/doc/scip/html/group__LocalSubproblemMethods.html
-rw-r--r-- root/root    227804 2026-01-28 11:28 ./usr/share/doc/scip/html/group__MessageOutputMethods.html
-rw-r--r-- root/root     29199 2026-01-28 11:28 ./usr/share/doc/scip/html/group__MiscellaneousMethods.html
-rw-r--r-- root/root     48239 2026-01-28 11:28 ./usr/share/doc/scip/html/group__MultiHash.html
-rw-r--r-- root/root     83449 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NLHDLRS.html
-rw-r--r-- root/root     24086 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NLPIIncludes.html
-rw-r--r-- root/root    205149 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NLPIOracle.html
-rw-r--r-- root/root     40828 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NLPIS.html
-rw-r--r-- root/root      9557 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NODESELECTORS.html
-rw-r--r-- root/root     44288 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NetworkMatrix.html
-rw-r--r-- root/root     42625 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NlhdlrIncludes.html
-rw-r--r-- root/root     31983 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NodeSelectorIncludes.html
-rw-r--r-- root/root     65454 2026-01-28 11:28 ./usr/share/doc/scip/html/group__NumericalMethods.html
-rw-r--r-- root/root     64433 2026-01-28 11:28 ./usr/share/doc/scip/html/group__OTHER__CFILES.html
-rw-r--r-- root/root      9842 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PARALLEL.html
-rw-r--r-- root/root     12903 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PRESOLVERS.html
-rw-r--r-- root/root      6405 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PRICERS.html
-rw-r--r-- root/root    124514 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PRIMALHEURISTICS.html
-rw-r--r-- root/root     65972 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PROPAGATORS.html
-rw-r--r-- root/root      7494 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PUBLICAPI.html
-rw-r--r-- root/root     54781 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PUBLICCOREAPI.html
-rw-r--r-- root/root     17793 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PUBLICPLUGINAPI.html
-rw-r--r-- root/root    283649 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ParameterMethods.html
-rw-r--r-- root/root     23004 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PermutationsShuffling.html
-rw-r--r-- root/root     16734 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PluginManagementMethods.html
-rw-r--r-- root/root     61117 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PresolverIncludes.html
-rw-r--r-- root/root      6063 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PricerIncludes.html
-rw-r--r-- root/root    310669 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PrimalHeuristicIncludes.html
-rw-r--r-- root/root     34218 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PriorityQueue.html
-rw-r--r-- root/root     51531 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PropagatorIncludes.html
-rw-r--r-- root/root     83089 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicBanditMethods.html
-rw-r--r-- root/root    382922 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicBendersMethods.html
-rw-r--r-- root/root    100559 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicBenderscutsMethods.html
-rw-r--r-- root/root    137167 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicBranchRuleMethods.html
-rw-r--r-- root/root    161731 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicBranchingMethods.html
-rw-r--r-- root/root     89445 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicCertificateMethods.html
-rw-r--r-- root/root     95826 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicColumnMethods.html
-rw-r--r-- root/root     79629 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicCompressionMethods.html
-rw-r--r-- root/root     22791 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicConcsolverTypeMethods.html
-rw-r--r-- root/root    123010 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicConflictMethods.html
-rw-r--r-- root/root     51249 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicConflicthdlrMethods.html
-rw-r--r-- root/root    539993 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicConshdlrMethods.html
-rw-r--r-- root/root    733596 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicConstraintMethods.html
-rw-r--r-- root/root    362597 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicCutMethods.html
-rw-r--r-- root/root     91141 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicCutSelectorMethods.html
-rw-r--r-- root/root    114505 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicDatatreeMethods.html
-rw-r--r-- root/root    137346 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicDialogMethods.html
-rw-r--r-- root/root     65668 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicDisplayMethods.html
-rw-r--r-- root/root    101290 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicDivesetMethods.html
-rw-r--r-- root/root    114342 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicDynamicArrayMethods.html
-rw-r--r-- root/root     90178 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicEventHandlerMethods.html
-rw-r--r-- root/root    132139 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicEventMethods.html
-rw-r--r-- root/root     35947 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicExactMethods.html
-rw-r--r-- root/root    150640 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicExprHandlerMethods.html
-rw-r--r-- root/root    579774 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicExprMethods.html
-rw-r--r-- root/root     18590 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicExternalCodeMethods.html
-rw-r--r-- root/root    192295 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicHeuristicMethods.html
-rw-r--r-- root/root     83623 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicIISfinderMethods.html
-rw-r--r-- root/root    321000 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicIntervalArithMethods.html
-rw-r--r-- root/root     82099 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicLPDivingMethods.html
-rw-r--r-- root/root    118654 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicLPExactMethods.html
-rw-r--r-- root/root    207510 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicLPMethods.html
-rw-r--r-- root/root    532757 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicMemoryMethods.html
-rw-r--r-- root/root     28584 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNLPDiveMethods.html
-rw-r--r-- root/root    139047 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNLPIInterfaceMethods.html
-rw-r--r-- root/root    128756 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNLPMethods.html
-rw-r--r-- root/root    300784 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNLRowMethods.html
-rw-r--r-- root/root     74204 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNlhdlrInterfaceMethods.html
-rw-r--r-- root/root    110880 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNodeMethods.html
-rw-r--r-- root/root     85202 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicNodeSelectorMethods.html
-rw-r--r-- root/root     25701 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicParallelMethods.html
-rw-r--r-- root/root    117156 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicPresolverMethods.html
-rw-r--r-- root/root    103466 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicPricerMethods.html
-rw-r--r-- root/root    178093 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicProbingMethods.html
-rw-r--r-- root/root     29097 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicProblemMethods.html
-rw-r--r-- root/root    176594 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicPropagatorMethods.html
-rw-r--r-- root/root    439506 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicRationalMethods.html
-rw-r--r-- root/root     81700 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicReaderMethods.html
-rw-r--r-- root/root     93109 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicRelaxatorMethods.html
-rw-r--r-- root/root    125730 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicReoptimizationMethods.html
-rw-r--r-- root/root    394470 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicRowMethods.html
-rw-r--r-- root/root    164596 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSeparatorMethods.html
-rw-r--r-- root/root    638382 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSolutionMethods.html
-rw-r--r-- root/root     93757 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSolveMethods.html
-rw-r--r-- root/root    743257 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSolvingStatsMethods.html
-rw-r--r-- root/root     44936 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSpecialHeuristicMethods.html
-rw-r--r-- root/root     16902 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSpecialPresolveMethods.html
-rw-r--r-- root/root    104630 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicSymmetryMethods.html
-rw-r--r-- root/root     41730 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicTableMethods.html
-rw-r--r-- root/root     93491 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicTimingMethods.html
-rw-r--r-- root/root    639457 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicToleranceMethods.html
-rw-r--r-- root/root    134801 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicTreeMethods.html
-rw-r--r-- root/root     22321 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicValidationMethods.html
-rw-r--r-- root/root     23203 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicVariableGraphMethods.html
-rw-r--r-- root/root   2523256 2026-01-28 11:28 ./usr/share/doc/scip/html/group__PublicVariableMethods.html
-rw-r--r-- root/root     33696 2026-01-28 11:28 ./usr/share/doc/scip/html/group__Queue.html
-rw-r--r-- root/root      5981 2026-01-28 11:28 ./usr/share/doc/scip/html/group__RELAXATORS.html
-rw-r--r-- root/root     34109 2026-01-28 11:28 ./usr/share/doc/scip/html/group__RandomNumbers.html
-rw-r--r-- root/root     27170 2026-01-28 11:28 ./usr/share/doc/scip/html/group__Regression.html
-rw-r--r-- root/root     18385 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ResourceActivity.html
-rw-r--r-- root/root     48260 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ResourceProfile.html
-rw-r--r-- root/root    141999 2026-01-28 11:28 ./usr/share/doc/scip/html/group__RowPrep.html
-rw-r--r-- root/root     19855 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SEPARATORS.html
-rw-r--r-- root/root     21194 2026-01-28 11:28 ./usr/share/doc/scip/html/group__STATISTICALTESTS.html
-rw-r--r-- root/root    943255 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SelectionAlgorithms.html
-rw-r--r-- root/root    114333 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SeparatorIncludes.html
-rw-r--r-- root/root   1338406 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SortingAlgorithms.html
-rw-r--r-- root/root     27717 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SparseSol.html
-rw-r--r-- root/root     90410 2026-01-28 11:28 ./usr/share/doc/scip/html/group__StringMethods.html
-rw-r--r-- root/root    174631 2026-01-28 11:28 ./usr/share/doc/scip/html/group__SymGraph.html
-rw-r--r-- root/root      6895 2026-01-28 11:28 ./usr/share/doc/scip/html/group__TABLES.html
-rw-r--r-- root/root     10677 2026-01-28 11:28 ./usr/share/doc/scip/html/group__TASKINTERFACE.html
-rw-r--r-- root/root     22758 2026-01-28 11:28 ./usr/share/doc/scip/html/group__TYPEDEFINITIONS.html
-rw-r--r-- root/root     17489 2026-01-28 11:28 ./usr/share/doc/scip/html/group__TableIncludes.html
-rw-r--r-- root/root     25496 2026-01-28 11:28 ./usr/share/doc/scip/html/group__ValueHistory.html
-rw-r--r-- root/root    189059 2026-01-28 11:28 ./usr/share/doc/scip/html/heur_8c.html
-rw-r--r-- root/root    579114 2026-01-28 11:28 ./usr/share/doc/scip/html/heur_8c_source.html
-rw-r--r-- root/root    105536 2026-01-28 11:28 ./usr/share/doc/scip/html/heur_8h.html
-rw-r--r-- root/root     89349 2026-01-28 11:28 ./usr/share/doc/scip/html/heur_8h_source.html
-rw-r--r-- root/root   1067280 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__actconsdiving_8c.html
-rw-r--r-- root/root    136963 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__actconsdiving_8c_source.html
-rw-r--r-- root/root      7776 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__actconsdiving_8h.html
-rw-r--r-- root/root     18059 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__actconsdiving_8h_source.html
-rw-r--r-- root/root    120813 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__adaptivediving_8c.html
-rw-r--r-- root/root    220222 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__adaptivediving_8c_source.html
-rw-r--r-- root/root     11946 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__adaptivediving_8h.html
-rw-r--r-- root/root     15334 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__adaptivediving_8h_source.html
-rw-r--r-- root/root    457170 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__alns_8c.html
-rw-r--r-- root/root   1210690 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__alns_8c_source.html
-rw-r--r-- root/root      6989 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__alns_8h.html
-rw-r--r-- root/root     16500 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__alns_8h_source.html
-rw-r--r-- root/root     38745 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__bound_8c.html
-rw-r--r-- root/root    143401 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__bound_8c_source.html
-rw-r--r-- root/root      7009 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__bound_8h.html
-rw-r--r-- root/root     16404 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__bound_8h_source.html
-rw-r--r-- root/root     64608 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__clique_8c.html
-rw-r--r-- root/root    352146 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__clique_8c_source.html
-rw-r--r-- root/root      7053 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__clique_8h.html
-rw-r--r-- root/root     16696 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__clique_8h_source.html
-rw-r--r-- root/root     66720 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__coefdiving_8c.html
-rw-r--r-- root/root    112925 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__coefdiving_8c_source.html
-rw-r--r-- root/root      7482 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__coefdiving_8h.html
-rw-r--r-- root/root     17502 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__coefdiving_8h_source.html
-rw-r--r-- root/root     96480 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__completesol_8c.html
-rw-r--r-- root/root    429850 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__completesol_8c_source.html
-rw-r--r-- root/root      7024 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__completesol_8h.html
-rw-r--r-- root/root     16456 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__completesol_8h_source.html
-rw-r--r-- root/root     86240 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__conflictdiving_8c.html
-rw-r--r-- root/root    173746 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__conflictdiving_8c_source.html
-rw-r--r-- root/root     12916 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__conflictdiving_8h.html
-rw-r--r-- root/root     16837 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__conflictdiving_8h_source.html
-rw-r--r-- root/root    118106 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__crossover_8c.html
-rw-r--r-- root/root    352257 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__crossover_8c_source.html
-rw-r--r-- root/root      7405 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__crossover_8h.html
-rw-r--r-- root/root     17384 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__crossover_8h_source.html
-rw-r--r-- root/root     57492 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cycgreedy_8c.html
-rw-r--r-- root/root    168043 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cycgreedy_8c_source.html
-rw-r--r-- root/root     10869 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cycgreedy_8h.html
-rw-r--r-- root/root     15381 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cycgreedy_8h_source.html
-rw-r--r-- root/root     80584 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cyckerlin_8c.html
-rw-r--r-- root/root    226856 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cyckerlin_8c_source.html
-rw-r--r-- root/root     13770 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cyckerlin_8h.html
-rw-r--r-- root/root     17922 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__cyckerlin_8h_source.html
-rw-r--r-- root/root     93215 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dins_8c.html
-rw-r--r-- root/root    323467 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dins_8c_source.html
-rw-r--r-- root/root      7404 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dins_8h.html
-rw-r--r-- root/root     17307 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dins_8h_source.html
-rw-r--r-- root/root    109856 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__distributiondiving_8c.html
-rw-r--r-- root/root    333678 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__distributiondiving_8c_source.html
-rw-r--r-- root/root      7601 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__distributiondiving_8h.html
-rw-r--r-- root/root     16948 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__distributiondiving_8h_source.html
-rw-r--r-- root/root    169014 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dks_8c.html
-rw-r--r-- root/root    778794 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dks_8c_source.html
-rw-r--r-- root/root      6748 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dks_8h.html
-rw-r--r-- root/root     15831 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dks_8h_source.html
-rw-r--r-- root/root    128782 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dps_8c.html
-rw-r--r-- root/root    669594 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dps_8c_source.html
-rw-r--r-- root/root      8039 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dps_8h.html
-rw-r--r-- root/root     19147 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dps_8h_source.html
-rw-r--r-- root/root    162121 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dualval_8c.html
-rw-r--r-- root/root    886934 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dualval_8c_source.html
-rw-r--r-- root/root      8718 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dualval_8h.html
-rw-r--r-- root/root     24016 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__dualval_8h_source.html
-rw-r--r-- root/root     71115 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__farkasdiving_8c.html
-rw-r--r-- root/root    185033 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__farkasdiving_8c_source.html
-rw-r--r-- root/root      7683 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__farkasdiving_8h.html
-rw-r--r-- root/root     18091 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__farkasdiving_8h_source.html
-rw-r--r-- root/root    119650 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__feaspump_8c.html
-rw-r--r-- root/root    474701 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__feaspump_8c_source.html
-rw-r--r-- root/root      7804 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__feaspump_8h.html
-rw-r--r-- root/root     18343 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__feaspump_8h_source.html
-rw-r--r-- root/root     39952 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fixandinfer_8c.html
-rw-r--r-- root/root    114074 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fixandinfer_8c_source.html
-rw-r--r-- root/root      7000 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fixandinfer_8h.html
-rw-r--r-- root/root     16433 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fixandinfer_8h_source.html
-rw-r--r-- root/root     67431 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fracdiving_8c.html
-rw-r--r-- root/root    110413 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fracdiving_8c_source.html
-rw-r--r-- root/root      7463 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fracdiving_8h.html
-rw-r--r-- root/root     17483 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fracdiving_8h_source.html
-rw-r--r-- root/root     23634 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fuzzyround_8c.html
-rw-r--r-- root/root     61266 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fuzzyround_8c_source.html
-rw-r--r-- root/root     10128 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fuzzyround_8h.html
-rw-r--r-- root/root     15485 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__fuzzyround_8h_source.html
-rw-r--r-- root/root    237317 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__gins_8c.html
-rw-r--r-- root/root    739511 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__gins_8c_source.html
-rw-r--r-- root/root      8507 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__gins_8h.html
-rw-r--r-- root/root     20280 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__gins_8h_source.html
-rw-r--r-- root/root     59242 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__guideddiving_8c.html
-rw-r--r-- root/root    112345 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__guideddiving_8c_source.html
-rw-r--r-- root/root      7536 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__guideddiving_8h.html
-rw-r--r-- root/root     17699 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__guideddiving_8h_source.html
-rw-r--r-- root/root     50896 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicator_8c.html
-rw-r--r-- root/root    201058 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicator_8c_source.html
-rw-r--r-- root/root      8627 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicator_8h.html
-rw-r--r-- root/root     23793 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicator_8h_source.html
-rw-r--r-- root/root    119636 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicatordiving_8c.html
-rw-r--r-- root/root    362514 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicatordiving_8c_source.html
-rw-r--r-- root/root      7899 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicatordiving_8h.html
-rw-r--r-- root/root     18787 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__indicatordiving_8h_source.html
-rw-r--r-- root/root     57283 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__init_8c.html
-rw-r--r-- root/root    195526 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__init_8c_source.html
-rw-r--r-- root/root     13540 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__init_8h.html
-rw-r--r-- root/root     22782 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__init_8h_source.html
-rw-r--r-- root/root    237659 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intdiving_8c.html
-rw-r--r-- root/root    270256 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intdiving_8c_source.html
-rw-r--r-- root/root      7445 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intdiving_8h.html
-rw-r--r-- root/root     17460 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intdiving_8h_source.html
-rw-r--r-- root/root   1435572 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intshifting_8c.html
-rw-r--r-- root/root    372820 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intshifting_8c_source.html
-rw-r--r-- root/root      7460 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intshifting_8h.html
-rw-r--r-- root/root     17452 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__intshifting_8h_source.html
-rw-r--r-- root/root     50182 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__linesearchdiving_8c.html
-rw-r--r-- root/root    106166 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__linesearchdiving_8c_source.html
-rw-r--r-- root/root      7655 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__linesearchdiving_8h.html
-rw-r--r-- root/root     17841 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__linesearchdiving_8h_source.html
-rw-r--r-- root/root     95186 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__listscheduling_8c.html
-rw-r--r-- root/root    228345 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__listscheduling_8c_source.html
-rw-r--r-- root/root     15420 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__listscheduling_8h.html
-rw-r--r-- root/root     20028 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__listscheduling_8h_source.html
-rw-r--r-- root/root     67897 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__localbranching_8c.html
-rw-r--r-- root/root    238564 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__localbranching_8c_source.html
-rw-r--r-- root/root      7051 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__localbranching_8h.html
-rw-r--r-- root/root     16496 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__localbranching_8h_source.html
-rw-r--r-- root/root     69002 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__locks_8c.html
-rw-r--r-- root/root    361967 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__locks_8c_source.html
-rw-r--r-- root/root     17934 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__locks_8h.html
-rw-r--r-- root/root     23160 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__locks_8h_source.html
-rw-r--r-- root/root    122148 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__lpface_8c.html
-rw-r--r-- root/root    441150 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__lpface_8c_source.html
-rw-r--r-- root/root      6993 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__lpface_8h.html
-rw-r--r-- root/root     16649 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__lpface_8h_source.html
-rw-r--r-- root/root     64874 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mpec_8c.html
-rw-r--r-- root/root    254270 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mpec_8c_source.html
-rw-r--r-- root/root      9990 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mpec_8h.html
-rw-r--r-- root/root     25757 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mpec_8h_source.html
-rw-r--r-- root/root    108395 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__multistart_8c.html
-rw-r--r-- root/root    331222 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__multistart_8c_source.html
-rw-r--r-- root/root      9437 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__multistart_8h.html
-rw-r--r-- root/root     24494 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__multistart_8h_source.html
-rw-r--r-- root/root     60412 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mutation_8c.html
-rw-r--r-- root/root    212339 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mutation_8c_source.html
-rw-r--r-- root/root      7360 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mutation_8h.html
-rw-r--r-- root/root     17209 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__mutation_8h_source.html
-rw-r--r-- root/root    197936 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__nlpdiving_8c.html
-rw-r--r-- root/root    857748 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__nlpdiving_8c_source.html
-rw-r--r-- root/root      7557 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__nlpdiving_8h.html
-rw-r--r-- root/root     17818 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__nlpdiving_8h_source.html
-rw-r--r-- root/root    281172 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__objpscostdiving_8c.html
-rw-r--r-- root/root    268834 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__objpscostdiving_8c_source.html
-rw-r--r-- root/root      7119 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__objpscostdiving_8h.html
-rw-r--r-- root/root     16570 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__objpscostdiving_8h_source.html
-rw-r--r-- root/root     84466 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__octane_8c.html
-rw-r--r-- root/root    337601 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__octane_8c_source.html
-rw-r--r-- root/root      6995 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__octane_8h.html
-rw-r--r-- root/root     16397 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__octane_8h_source.html
-rw-r--r-- root/root     61305 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__ofins_8c.html
-rw-r--r-- root/root    243342 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__ofins_8c_source.html
-rw-r--r-- root/root      7006 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__ofins_8h.html
-rw-r--r-- root/root     16400 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__ofins_8h_source.html
-rw-r--r-- root/root     64715 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__oneopt_8c.html
-rw-r--r-- root/root    315000 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__oneopt_8c_source.html
-rw-r--r-- root/root      7408 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__oneopt_8h.html
-rw-r--r-- root/root     17570 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__oneopt_8h_source.html
-rw-r--r-- root/root     62308 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__optcumulative_8c.html
-rw-r--r-- root/root    234177 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__optcumulative_8c_source.html
-rw-r--r-- root/root     16986 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__optcumulative_8h.html
-rw-r--r-- root/root     19760 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__optcumulative_8h_source.html
-rw-r--r-- root/root    118402 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__padm_8c.html
-rw-r--r-- root/root    607483 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__padm_8c_source.html
-rw-r--r-- root/root      7874 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__padm_8h.html
-rw-r--r-- root/root     18849 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__padm_8h_source.html
-rw-r--r-- root/root     76736 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__proximity_8c.html
-rw-r--r-- root/root    373938 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__proximity_8c_source.html
-rw-r--r-- root/root      9426 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__proximity_8h.html
-rw-r--r-- root/root     27936 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__proximity_8h_source.html
-rw-r--r-- root/root     62862 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__pscostdiving_8c.html
-rw-r--r-- root/root    115192 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__pscostdiving_8c_source.html
-rw-r--r-- root/root      7848 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__pscostdiving_8h.html
-rw-r--r-- root/root     18195 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__pscostdiving_8h_source.html
-rw-r--r-- root/root     86151 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__randrounding_8c.html
-rw-r--r-- root/root    186568 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__randrounding_8c_source.html
-rw-r--r-- root/root      7656 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__randrounding_8h.html
-rw-r--r-- root/root     18493 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__randrounding_8h_source.html
-rw-r--r-- root/root     45451 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__redsize_8c.html
-rw-r--r-- root/root    127795 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__redsize_8c_source.html
-rw-r--r-- root/root     10598 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__redsize_8h.html
-rw-r--r-- root/root     15084 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__redsize_8h_source.html
-rw-r--r-- root/root     74840 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rens_8c.html
-rw-r--r-- root/root    306590 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rens_8c_source.html
-rw-r--r-- root/root      8946 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rens_8h.html
-rw-r--r-- root/root     25654 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rens_8h_source.html
-rw-r--r-- root/root     34043 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__reoptsols_8c.html
-rw-r--r-- root/root    117866 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__reoptsols_8c_source.html
-rw-r--r-- root/root      7957 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__reoptsols_8h.html
-rw-r--r-- root/root     20377 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__reoptsols_8h_source.html
-rw-r--r-- root/root     88606 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__repair_8c.html
-rw-r--r-- root/root    421811 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__repair_8c_source.html
-rw-r--r-- root/root      7274 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__repair_8h.html
-rw-r--r-- root/root     17276 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__repair_8h_source.html
-rw-r--r-- root/root     67145 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rins_8c.html
-rw-r--r-- root/root    226423 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rins_8c_source.html
-rw-r--r-- root/root      7214 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rins_8h.html
-rw-r--r-- root/root     17083 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rins_8h_source.html
-rw-r--r-- root/root    400063 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rootsoldiving_8c.html
-rw-r--r-- root/root    244611 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rootsoldiving_8c_source.html
-rw-r--r-- root/root      7075 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rootsoldiving_8h.html
-rw-r--r-- root/root     16514 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rootsoldiving_8h_source.html
-rw-r--r-- root/root    125890 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rounding_8c.html
-rw-r--r-- root/root    256683 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rounding_8c_source.html
-rw-r--r-- root/root      7673 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rounding_8h.html
-rw-r--r-- root/root     17957 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__rounding_8h_source.html
-rw-r--r-- root/root    477997 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__scheduler_8c.html
-rw-r--r-- root/root   1373160 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__scheduler_8c_source.html
-rw-r--r-- root/root      6787 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__scheduler_8h.html
-rw-r--r-- root/root     15790 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__scheduler_8h_source.html
-rw-r--r-- root/root    150205 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shiftandpropagate_8c.html
-rw-r--r-- root/root    677531 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shiftandpropagate_8c_source.html
-rw-r--r-- root/root      7547 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shiftandpropagate_8h.html
-rw-r--r-- root/root     17739 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shiftandpropagate_8h_source.html
-rw-r--r-- root/root    140970 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shifting_8c.html
-rw-r--r-- root/root    321519 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shifting_8c_source.html
-rw-r--r-- root/root      7541 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shifting_8h.html
-rw-r--r-- root/root     17508 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__shifting_8h_source.html
-rw-r--r-- root/root     72870 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__simplerounding_8c.html
-rw-r--r-- root/root    177543 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__simplerounding_8c_source.html
-rw-r--r-- root/root      7406 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__simplerounding_8h.html
-rw-r--r-- root/root     17452 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__simplerounding_8h_source.html
-rw-r--r-- root/root     89675 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__subnlp_8c.html
-rw-r--r-- root/root    641016 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__subnlp_8c_source.html
-rw-r--r-- root/root     10944 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__subnlp_8h.html
-rw-r--r-- root/root     31075 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__subnlp_8h_source.html
-rw-r--r-- root/root     25394 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__sync_8c.html
-rw-r--r-- root/root     84561 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__sync_8c_source.html
-rw-r--r-- root/root      8590 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__sync_8h.html
-rw-r--r-- root/root     22585 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__sync_8h_source.html
-rw-r--r-- root/root     24236 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivial_8c.html
-rw-r--r-- root/root     92502 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivial_8c_source.html
-rw-r--r-- root/root      7270 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivial_8h.html
-rw-r--r-- root/root     17158 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivial_8h_source.html
-rw-r--r-- root/root     25436 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivialnegation_8c.html
-rw-r--r-- root/root    101995 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivialnegation_8c_source.html
-rw-r--r-- root/root      7083 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivialnegation_8h.html
-rw-r--r-- root/root     16775 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trivialnegation_8h_source.html
-rw-r--r-- root/root     65757 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trustregion_8c.html
-rw-r--r-- root/root    219076 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trustregion_8c_source.html
-rw-r--r-- root/root      8893 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trustregion_8h.html
-rw-r--r-- root/root     21426 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trustregion_8h_source.html
-rw-r--r-- root/root     29556 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trysol_8c.html
-rw-r--r-- root/root    108358 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trysol_8c_source.html
-rw-r--r-- root/root      9225 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trysol_8h.html
-rw-r--r-- root/root     24544 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__trysol_8h_source.html
-rw-r--r-- root/root    101708 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__twoopt_8c.html
-rw-r--r-- root/root    517523 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__twoopt_8c_source.html
-rw-r--r-- root/root      7630 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__twoopt_8h.html
-rw-r--r-- root/root     17834 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__twoopt_8h_source.html
-rw-r--r-- root/root    225591 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__undercover_8c.html
-rw-r--r-- root/root    960100 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__undercover_8c_source.html
-rw-r--r-- root/root      9127 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__undercover_8h.html
-rw-r--r-- root/root     26281 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__undercover_8h_source.html
-rw-r--r-- root/root    109321 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__vbounds_8c.html
-rw-r--r-- root/root    435687 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__vbounds_8c_source.html
-rw-r--r-- root/root      7395 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__vbounds_8h.html
-rw-r--r-- root/root     17459 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__vbounds_8h_source.html
-rw-r--r-- root/root     62746 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__veclendiving_8c.html
-rw-r--r-- root/root     99547 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__veclendiving_8c_source.html
-rw-r--r-- root/root      7517 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__veclendiving_8h.html
-rw-r--r-- root/root     17671 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__veclendiving_8h_source.html
-rw-r--r-- root/root     56315 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zeroobj_8c.html
-rw-r--r-- root/root    222946 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zeroobj_8c_source.html
-rw-r--r-- root/root      8348 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zeroobj_8h.html
-rw-r--r-- root/root     23338 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zeroobj_8h_source.html
-rw-r--r-- root/root     73104 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zirounding_8c.html
-rw-r--r-- root/root    281304 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zirounding_8c_source.html
-rw-r--r-- root/root      7489 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zirounding_8h.html
-rw-r--r-- root/root     17639 2026-01-28 11:28 ./usr/share/doc/scip/html/heur__zirounding_8h_source.html
-rw-r--r-- root/root     38198 2026-01-28 11:28 ./usr/share/doc/scip/html/heuristics_8c.html
-rw-r--r-- root/root    362099 2026-01-28 11:28 ./usr/share/doc/scip/html/heuristics_8c_source.html
-rw-r--r-- root/root     10520 2026-01-28 11:28 ./usr/share/doc/scip/html/heuristics_8h.html
-rw-r--r-- root/root     41159 2026-01-28 11:28 ./usr/share/doc/scip/html/heuristics_8h_source.html
-rw-r--r-- root/root    130132 2026-01-28 11:28 ./usr/share/doc/scip/html/history_8c.html
-rw-r--r-- root/root    250902 2026-01-28 11:28 ./usr/share/doc/scip/html/history_8c_source.html
-rw-r--r-- root/root    115453 2026-01-28 11:28 ./usr/share/doc/scip/html/history_8h.html
-rw-r--r-- root/root     99077 2026-01-28 11:28 ./usr/share/doc/scip/html/history_8h_source.html
-rw-r--r-- root/root    206382 2026-01-28 11:28 ./usr/share/doc/scip/html/hypergraph_8c.html
-rw-r--r-- root/root    518077 2026-01-28 11:28 ./usr/share/doc/scip/html/hypergraph_8c_source.html
-rw-r--r-- root/root    179169 2026-01-28 11:28 ./usr/share/doc/scip/html/hypergraph_8h.html
-rw-r--r-- root/root    131857 2026-01-28 11:28 ./usr/share/doc/scip/html/hypergraph_8h_source.html
-rw-r--r-- root/root     75280 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder_8c.html
-rw-r--r-- root/root    294536 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder_8c_source.html
-rw-r--r-- root/root     46406 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder_8h.html
-rw-r--r-- root/root     40082 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder_8h_source.html
-rw-r--r-- root/root    102652 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder__greedy_8c.html
-rw-r--r-- root/root    333143 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder__greedy_8c_source.html
-rw-r--r-- root/root      8407 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder__greedy_8h.html
-rw-r--r-- root/root     21620 2026-01-28 11:28 ./usr/share/doc/scip/html/iisfinder__greedy_8h_source.html
-rw-r--r-- root/root    300311 2026-01-28 11:28 ./usr/share/doc/scip/html/implics_8c.html
-rw-r--r-- root/root    823793 2026-01-28 11:28 ./usr/share/doc/scip/html/implics_8c_source.html
-rw-r--r-- root/root    169326 2026-01-28 11:28 ./usr/share/doc/scip/html/implics_8h.html
-rw-r--r-- root/root    132518 2026-01-28 11:28 ./usr/share/doc/scip/html/implics_8h_source.html
-rw-r--r-- root/root     13503 2026-01-28 11:28 ./usr/share/doc/scip/html/index.html
-rw-r--r-- root/root      3709 2026-01-28 11:28 ./usr/share/doc/scip/html/index.js
-rw-r--r-- root/root     29483 2026-01-28 11:28 ./usr/share/doc/scip/html/interrupt_8c.html
-rw-r--r-- root/root     49000 2026-01-28 11:28 ./usr/share/doc/scip/html/interrupt_8c_source.html
-rw-r--r-- root/root     21565 2026-01-28 11:28 ./usr/share/doc/scip/html/interrupt_8h.html
-rw-r--r-- root/root     24957 2026-01-28 11:28 ./usr/share/doc/scip/html/interrupt_8h_source.html
-rw-r--r-- root/root     91987 2026-01-28 11:28 ./usr/share/doc/scip/html/intervalarith_8c.html
-rw-r--r-- root/root   1088136 2026-01-28 11:28 ./usr/share/doc/scip/html/intervalarith_8c_source.html
-rw-r--r-- root/root     63720 2026-01-28 11:28 ./usr/share/doc/scip/html/intervalarith_8h.html
-rw-r--r-- root/root    215764 2026-01-28 11:28 ./usr/share/doc/scip/html/intervalarith_8h_source.html
-rw-r--r-- root/root    176782 2026-01-28 11:28 ./usr/share/doc/scip/html/jquery.js
-rw-r--r-- root/root     21708 2026-01-28 11:28 ./usr/share/doc/scip/html/lapack__calls_8c.html
-rw-r--r-- root/root    100608 2026-01-28 11:28 ./usr/share/doc/scip/html/lapack__calls_8c_source.html
-rw-r--r-- root/root     22346 2026-01-28 11:28 ./usr/share/doc/scip/html/lapack__calls_8h.html
-rw-r--r-- root/root     26085 2026-01-28 11:28 ./usr/share/doc/scip/html/lapack__calls_8h_source.html
-rw-r--r-- root/root   1581170 2026-01-28 11:28 ./usr/share/doc/scip/html/lp_8c.html
-rw-r--r-- root/root   4887526 2026-01-28 11:28 ./usr/share/doc/scip/html/lp_8c_source.html
-rw-r--r-- root/root    853245 2026-01-28 11:28 ./usr/share/doc/scip/html/lp_8h.html
-rw-r--r-- root/root    477574 2026-01-28 11:28 ./usr/share/doc/scip/html/lp_8h_source.html
-rw-r--r-- root/root    823149 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact_8c.html
-rw-r--r-- root/root   2356225 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact_8c_source.html
-rw-r--r-- root/root    453481 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact_8h.html
-rw-r--r-- root/root    247783 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact_8h_source.html
-rw-r--r-- root/root     19184 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact__bounding_8c.html
-rw-r--r-- root/root    648492 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact__bounding_8c_source.html
-rw-r--r-- root/root     18045 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact__bounding_8h.html
-rw-r--r-- root/root     27329 2026-01-28 11:28 ./usr/share/doc/scip/html/lpexact__bounding_8h_source.html
-rw-r--r-- root/root     65594 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi_8h.html
-rw-r--r-- root/root    263897 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi_8h_source.html
-rw-r--r-- root/root    115153 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__clp_8cpp.html
-rw-r--r-- root/root    875781 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__clp_8cpp_source.html
-rw-r--r-- root/root    193662 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__cpx_8c.html
-rw-r--r-- root/root   1166715 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__cpx_8c_source.html
-rw-r--r-- root/root     99334 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__glop_8cpp.html
-rw-r--r-- root/root    762463 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__glop_8cpp_source.html
-rw-r--r-- root/root    204559 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__grb_8c.html
-rw-r--r-- root/root   1382577 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__grb_8c_source.html
-rw-r--r-- root/root    128498 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__highs_8cpp.html
-rw-r--r-- root/root    738130 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__highs_8cpp_source.html
-rw-r--r-- root/root    191086 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__msk_8c.html
-rw-r--r-- root/root   1283687 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__msk_8c_source.html
-rw-r--r-- root/root     76366 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__none_8c.html
-rw-r--r-- root/root    412392 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__none_8c_source.html
-rw-r--r-- root/root    118732 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__qso_8c.html
-rw-r--r-- root/root    906295 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__qso_8c_source.html
-rw-r--r-- root/root    132450 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__spx_8cpp.html
-rw-r--r-- root/root   1024824 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__spx_8cpp_source.html
-rw-r--r-- root/root    163144 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__xprs_8c.html
-rw-r--r-- root/root    941385 2026-01-28 11:28 ./usr/share/doc/scip/html/lpi__xprs_8c_source.html
-rw-r--r-- root/root     68972 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact_8h.html
-rw-r--r-- root/root    255754 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact_8h_source.html
-rw-r--r-- root/root     65035 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__none_8c.html
-rw-r--r-- root/root    318168 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__none_8c_source.html
-rw-r--r-- root/root      8470 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__qsoex_8c.html
-rw-r--r-- root/root    670937 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__qsoex_8c_source.html
-rw-r--r-- root/root    128718 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__spx_8cpp.html
-rw-r--r-- root/root    820501 2026-01-28 11:28 ./usr/share/doc/scip/html/lpiexact__spx_8cpp_source.html
-rw-r--r-- root/root     12913 2026-01-28 11:28 ./usr/share/doc/scip/html/main_8cpp.html
-rw-r--r-- root/root     38073 2026-01-28 11:28 ./usr/share/doc/scip/html/main_8cpp_source.html
-rw-r--r-- root/root     17279 2026-01-28 11:28 ./usr/share/doc/scip/html/main__vrp_8cpp.html
-rw-r--r-- root/root    123297 2026-01-28 11:28 ./usr/share/doc/scip/html/main__vrp_8cpp_source.html
-rw-r--r-- root/root    190343 2026-01-28 11:28 ./usr/share/doc/scip/html/matrix_8c.html
-rw-r--r-- root/root    576121 2026-01-28 11:28 ./usr/share/doc/scip/html/matrix_8c_source.html
-rw-r--r-- root/root     90643 2026-01-28 11:28 ./usr/share/doc/scip/html/md_INSTALL.html
-rw-r--r-- root/root     23192 2026-01-28 11:28 ./usr/share/doc/scip/html/mem_8c.html
-rw-r--r-- root/root     48590 2026-01-28 11:28 ./usr/share/doc/scip/html/mem_8c_source.html
-rw-r--r-- root/root     23156 2026-01-28 11:28 ./usr/share/doc/scip/html/mem_8h.html
-rw-r--r-- root/root     24398 2026-01-28 11:28 ./usr/share/doc/scip/html/mem_8h_source.html
-rw-r--r-- root/root    297672 2026-01-28 11:28 ./usr/share/doc/scip/html/memory_8c.html
-rw-r--r-- root/root    661248 2026-01-28 11:28 ./usr/share/doc/scip/html/memory_8c_source.html
-rw-r--r-- root/root    473925 2026-01-28 11:28 ./usr/share/doc/scip/html/memory_8h.html
-rw-r--r-- root/root    213011 2026-01-28 11:28 ./usr/share/doc/scip/html/memory_8h_source.html
-rw-r--r-- root/root    138363 2026-01-28 11:28 ./usr/share/doc/scip/html/message_8c.html
-rw-r--r-- root/root    205740 2026-01-28 11:28 ./usr/share/doc/scip/html/message_8c_source.html
-rw-r--r-- root/root      6118 2026-01-28 11:28 ./usr/share/doc/scip/html/message_8h.html
-rw-r--r-- root/root     14609 2026-01-28 11:28 ./usr/share/doc/scip/html/message_8h_source.html
-rw-r--r-- root/root     17181 2026-01-28 11:28 ./usr/share/doc/scip/html/message__default_8c.html
-rw-r--r-- root/root     27474 2026-01-28 11:28 ./usr/share/doc/scip/html/message__default_8c_source.html
-rw-r--r-- root/root     10147 2026-01-28 11:28 ./usr/share/doc/scip/html/message__default_8h.html
-rw-r--r-- root/root     16643 2026-01-28 11:28 ./usr/share/doc/scip/html/message__default_8h_source.html
-rw-r--r-- root/root     28824 2026-01-28 11:28 ./usr/share/doc/scip/html/message__pb_8c.html
-rw-r--r-- root/root     85021 2026-01-28 11:28 ./usr/share/doc/scip/html/message__pb_8c_source.html
-rw-r--r-- root/root     17448 2026-01-28 11:28 ./usr/share/doc/scip/html/message__pb_8h.html
-rw-r--r-- root/root     20732 2026-01-28 11:28 ./usr/share/doc/scip/html/message__pb_8h_source.html
-rw-r--r-- root/root     61061 2026-01-28 11:28 ./usr/share/doc/scip/html/miniisc_8c.html
-rw-r--r-- root/root    256541 2026-01-28 11:28 ./usr/share/doc/scip/html/miniisc_8c_source.html
-rw-r--r-- root/root      1988 2026-01-28 11:28 ./usr/share/doc/scip/html/miniscippy.png
-rw-r--r-- root/root   1096053 2026-01-28 11:28 ./usr/share/doc/scip/html/misc_8c.html
-rw-r--r-- root/root   2488624 2026-01-28 11:28 ./usr/share/doc/scip/html/misc_8c_source.html
-rw-r--r-- root/root    151256 2026-01-28 11:28 ./usr/share/doc/scip/html/misc_8h.html
-rw-r--r-- root/root    103027 2026-01-28 11:28 ./usr/share/doc/scip/html/misc_8h_source.html
-rw-r--r-- root/root     58493 2026-01-28 11:28 ./usr/share/doc/scip/html/misc__linear_8c.html
-rw-r--r-- root/root    185670 2026-01-28 11:28 ./usr/share/doc/scip/html/misc__linear_8c_source.html
-rw-r--r-- root/root     74223 2026-01-28 11:28 ./usr/share/doc/scip/html/misc__rowprep_8c.html
-rw-r--r-- root/root    455017 2026-01-28 11:28 ./usr/share/doc/scip/html/misc__rowprep_8c_source.html
-rw-r--r-- root/root      9080 2026-01-28 11:28 ./usr/share/doc/scip/html/multiprecision_8hpp.html
-rw-r--r-- root/root     67590 2026-01-28 11:28 ./usr/share/doc/scip/html/multiprecision_8hpp_source.html
-rw-r--r-- root/root     29941 2026-01-28 11:28 ./usr/share/doc/scip/html/namespacescip.html
-rw-r--r-- root/root      5833 2026-01-28 11:28 ./usr/share/doc/scip/html/namespacescipexamples.html
-rw-r--r-- root/root      5554 2026-01-28 11:28 ./usr/share/doc/scip/html/namespacestd.html
-rw-r--r-- root/root      9017 2026-01-28 11:28 ./usr/share/doc/scip/html/namespacesudoku.html
-rw-r--r-- root/root     16016 2026-01-28 11:28 ./usr/share/doc/scip/html/namespacetsp.html
-rw-r--r-- root/root      5658 2026-01-28 11:28 ./usr/share/doc/scip/html/navtree.css
-rw-r--r-- root/root     33741 2026-01-28 11:28 ./usr/share/doc/scip/html/navtree.js
-rw-r--r-- root/root      1785 2026-01-28 11:28 ./usr/share/doc/scip/html/navtreedata.js
-rw-r--r-- root/root     10341 2026-01-28 11:28 ./usr/share/doc/scip/html/navtreeindex0.js
-rw-r--r-- root/root     10387 2026-01-28 11:28 ./usr/share/doc/scip/html/navtreeindex1.js
-rw-r--r-- root/root      5536 2026-01-28 11:28 ./usr/share/doc/scip/html/navtreeindex2.js
-rw-r--r-- root/root   1062330 2026-01-28 11:28 ./usr/share/doc/scip/html/network_8c.html
-rw-r--r-- root/root   2916640 2026-01-28 11:28 ./usr/share/doc/scip/html/network_8c_source.html
-rw-r--r-- root/root     64338 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr_8c.html
-rw-r--r-- root/root    232558 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr_8c_source.html
-rw-r--r-- root/root     57655 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr_8h.html
-rw-r--r-- root/root     42832 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr_8h_source.html
-rw-r--r-- root/root    131621 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__bilinear_8c.html
-rw-r--r-- root/root    632828 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__bilinear_8c_source.html
-rw-r--r-- root/root     16372 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__bilinear_8h.html
-rw-r--r-- root/root     51142 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__bilinear_8h_source.html
-rw-r--r-- root/root    186548 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__convex_8c.html
-rw-r--r-- root/root    729623 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__convex_8c_source.html
-rw-r--r-- root/root      8617 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__convex_8h.html
-rw-r--r-- root/root     24356 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__convex_8h_source.html
-rw-r--r-- root/root     52149 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__default_8c.html
-rw-r--r-- root/root    237697 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__default_8c_source.html
-rw-r--r-- root/root      6776 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__default_8h.html
-rw-r--r-- root/root     17537 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__default_8h_source.html
-rw-r--r-- root/root    121263 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__perspective_8c.html
-rw-r--r-- root/root    540439 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__perspective_8c_source.html
-rw-r--r-- root/root      6890 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__perspective_8h.html
-rw-r--r-- root/root     18021 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__perspective_8h_source.html
-rw-r--r-- root/root    362390 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quadratic_8c.html
-rw-r--r-- root/root   1264014 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quadratic_8c_source.html
-rw-r--r-- root/root      6779 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quadratic_8h.html
-rw-r--r-- root/root     17767 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quadratic_8h_source.html
-rw-r--r-- root/root    123324 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quotient_8c.html
-rw-r--r-- root/root    364120 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quotient_8c_source.html
-rw-r--r-- root/root      6889 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quotient_8h.html
-rw-r--r-- root/root     18161 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__quotient_8h_source.html
-rw-r--r-- root/root     72195 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__signomial_8c.html
-rw-r--r-- root/root    296383 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__signomial_8c_source.html
-rw-r--r-- root/root      6862 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__signomial_8h.html
-rw-r--r-- root/root     17948 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__signomial_8h_source.html
-rw-r--r-- root/root    154976 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__soc_8c.html
-rw-r--r-- root/root    796212 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__soc_8c_source.html
-rw-r--r-- root/root      9641 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__soc_8h.html
-rw-r--r-- root/root     33892 2026-01-28 11:28 ./usr/share/doc/scip/html/nlhdlr__soc_8h_source.html
-rw-r--r-- root/root    411753 2026-01-28 11:28 ./usr/share/doc/scip/html/nlp_8c.html
-rw-r--r-- root/root   1279920 2026-01-28 11:28 ./usr/share/doc/scip/html/nlp_8c_source.html
-rw-r--r-- root/root    206019 2026-01-28 11:28 ./usr/share/doc/scip/html/nlp_8h.html
-rw-r--r-- root/root    207301 2026-01-28 11:28 ./usr/share/doc/scip/html/nlp_8h_source.html
-rw-r--r-- root/root    130539 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi_8c.html
-rw-r--r-- root/root    256022 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi_8c_source.html
-rw-r--r-- root/root    123249 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi_8h.html
-rw-r--r-- root/root    100034 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi_8h_source.html
-rw-r--r-- root/root     51221 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__all_8c.html
-rw-r--r-- root/root    166709 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__all_8c_source.html
-rw-r--r-- root/root      6728 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__all_8h.html
-rw-r--r-- root/root     15984 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__all_8h_source.html
-rw-r--r-- root/root    126461 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt_8c.html
-rw-r--r-- root/root    424312 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt_8c_source.html
-rw-r--r-- root/root      8261 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt_8h.html
-rw-r--r-- root/root     23565 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt_8h_source.html
-rw-r--r-- root/root      8571 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt__dummy_8c.html
-rw-r--r-- root/root     23770 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__conopt__dummy_8c_source.html
-rw-r--r-- root/root    141635 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp_8c.html
-rw-r--r-- root/root    502364 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp_8c_source.html
-rw-r--r-- root/root      7828 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp_8h.html
-rw-r--r-- root/root     20239 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp_8h_source.html
-rw-r--r-- root/root      8079 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp__dummy_8c.html
-rw-r--r-- root/root     21161 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__filtersqp__dummy_8c_source.html
-rw-r--r-- root/root    104395 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt_8cpp.html
-rw-r--r-- root/root    698389 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt_8cpp_source.html
-rw-r--r-- root/root     10003 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt_8h.html
-rw-r--r-- root/root     30582 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt_8h_source.html
-rw-r--r-- root/root     10669 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt__dummy_8c.html
-rw-r--r-- root/root     33717 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__ipopt__dummy_8c_source.html
-rw-r--r-- root/root    106881 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp_8c.html
-rw-r--r-- root/root    438109 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp_8c_source.html
-rw-r--r-- root/root      7888 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp_8h.html
-rw-r--r-- root/root     21149 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp_8h_source.html
-rw-r--r-- root/root      8168 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp__dummy_8c.html
-rw-r--r-- root/root     21158 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpi__worhp__dummy_8c_source.html
-rw-r--r-- root/root    153157 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpioracle_8c.html
-rw-r--r-- root/root    837268 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpioracle_8c_source.html
-rw-r--r-- root/root     38428 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpioracle_8h.html
-rw-r--r-- root/root    136881 2026-01-28 11:28 ./usr/share/doc/scip/html/nlpioracle_8h_source.html
-rw-r--r-- root/root    161343 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel_8c.html
-rw-r--r-- root/root    368667 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel_8c_source.html
-rw-r--r-- root/root    124266 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel_8h.html
-rw-r--r-- root/root     98592 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel_8h_source.html
-rw-r--r-- root/root     31240 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__bfs_8c.html
-rw-r--r-- root/root    103506 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__bfs_8c_source.html
-rw-r--r-- root/root      6951 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__bfs_8h.html
-rw-r--r-- root/root     16358 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__bfs_8h_source.html
-rw-r--r-- root/root     18079 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__breadthfirst_8c.html
-rw-r--r-- root/root     46765 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__breadthfirst_8c_source.html
-rw-r--r-- root/root      7550 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__breadthfirst_8h.html
-rw-r--r-- root/root     17232 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__breadthfirst_8h_source.html
-rw-r--r-- root/root     17967 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__dfs_8c.html
-rw-r--r-- root/root     44210 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__dfs_8c_source.html
-rw-r--r-- root/root      6952 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__dfs_8h.html
-rw-r--r-- root/root     16360 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__dfs_8h_source.html
-rw-r--r-- root/root     30280 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__estimate_8c.html
-rw-r--r-- root/root    122674 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__estimate_8c_source.html
-rw-r--r-- root/root      6999 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__estimate_8h.html
-rw-r--r-- root/root     16434 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__estimate_8h_source.html
-rw-r--r-- root/root     31642 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__hybridestim_8c.html
-rw-r--r-- root/root    112749 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__hybridestim_8c_source.html
-rw-r--r-- root/root      7046 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__hybridestim_8h.html
-rw-r--r-- root/root     16513 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__hybridestim_8h_source.html
-rw-r--r-- root/root     25329 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__restartdfs_8c.html
-rw-r--r-- root/root     66566 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__restartdfs_8c_source.html
-rw-r--r-- root/root      7058 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__restartdfs_8h.html
-rw-r--r-- root/root     16512 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__restartdfs_8h_source.html
-rw-r--r-- root/root     58493 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__uct_8c.html
-rw-r--r-- root/root    158016 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__uct_8c_source.html
-rw-r--r-- root/root      9785 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__uct_8h.html
-rw-r--r-- root/root     23387 2026-01-28 11:28 ./usr/share/doc/scip/html/nodesel__uct_8h_source.html
-rw-r--r-- root/root     44399 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenders_8cpp.html
-rw-r--r-- root/root    100376 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenders_8cpp_source.html
-rw-r--r-- root/root     18377 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenders_8h.html
-rw-r--r-- root/root     87198 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenders_8h_source.html
-rw-r--r-- root/root     29778 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenderscut_8cpp.html
-rw-r--r-- root/root     73246 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenderscut_8cpp_source.html
-rw-r--r-- root/root     19136 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenderscut_8h.html
-rw-r--r-- root/root     65288 2026-01-28 11:28 ./usr/share/doc/scip/html/objbenderscut_8h_source.html
-rw-r--r-- root/root     32311 2026-01-28 11:28 ./usr/share/doc/scip/html/objbranchrule_8cpp.html
-rw-r--r-- root/root     74794 2026-01-28 11:28 ./usr/share/doc/scip/html/objbranchrule_8cpp_source.html
-rw-r--r-- root/root     18021 2026-01-28 11:28 ./usr/share/doc/scip/html/objbranchrule_8h.html
-rw-r--r-- root/root     73517 2026-01-28 11:28 ./usr/share/doc/scip/html/objbranchrule_8h_source.html
-rw-r--r-- root/root      7153 2026-01-28 11:28 ./usr/share/doc/scip/html/objcloneable_8h.html
-rw-r--r-- root/root     21166 2026-01-28 11:28 ./usr/share/doc/scip/html/objcloneable_8h_source.html
-rw-r--r-- root/root     79730 2026-01-28 11:28 ./usr/share/doc/scip/html/objconshdlr_8cpp.html
-rw-r--r-- root/root    177979 2026-01-28 11:28 ./usr/share/doc/scip/html/objconshdlr_8cpp_source.html
-rw-r--r-- root/root     18947 2026-01-28 11:28 ./usr/share/doc/scip/html/objconshdlr_8h.html
-rw-r--r-- root/root    149711 2026-01-28 11:28 ./usr/share/doc/scip/html/objconshdlr_8h_source.html
-rw-r--r-- root/root     27936 2026-01-28 11:28 ./usr/share/doc/scip/html/objcutsel_8cpp.html
-rw-r--r-- root/root     65208 2026-01-28 11:28 ./usr/share/doc/scip/html/objcutsel_8cpp_source.html
-rw-r--r-- root/root     17479 2026-01-28 11:28 ./usr/share/doc/scip/html/objcutsel_8h.html
-rw-r--r-- root/root     56973 2026-01-28 11:28 ./usr/share/doc/scip/html/objcutsel_8h_source.html
-rw-r--r-- root/root     17387 2026-01-28 11:28 ./usr/share/doc/scip/html/objdialog_8cpp.html
-rw-r--r-- root/root     49391 2026-01-28 11:28 ./usr/share/doc/scip/html/objdialog_8cpp_source.html
-rw-r--r-- root/root     12807 2026-01-28 11:28 ./usr/share/doc/scip/html/objdialog_8h.html
-rw-r--r-- root/root     48170 2026-01-28 11:28 ./usr/share/doc/scip/html/objdialog_8h_source.html
-rw-r--r-- root/root     28044 2026-01-28 11:28 ./usr/share/doc/scip/html/objdisp_8cpp.html
-rw-r--r-- root/root     66458 2026-01-28 11:28 ./usr/share/doc/scip/html/objdisp_8cpp_source.html
-rw-r--r-- root/root     17753 2026-01-28 11:28 ./usr/share/doc/scip/html/objdisp_8h.html
-rw-r--r-- root/root     66941 2026-01-28 11:28 ./usr/share/doc/scip/html/objdisp_8h_source.html
-rw-r--r-- root/root     29900 2026-01-28 11:28 ./usr/share/doc/scip/html/objeventhdlr_8cpp.html
-rw-r--r-- root/root     68172 2026-01-28 11:28 ./usr/share/doc/scip/html/objeventhdlr_8cpp_source.html
-rw-r--r-- root/root     17677 2026-01-28 11:28 ./usr/share/doc/scip/html/objeventhdlr_8h.html
-rw-r--r-- root/root     58056 2026-01-28 11:28 ./usr/share/doc/scip/html/objeventhdlr_8h_source.html
-rw-r--r-- root/root     57623 2026-01-28 11:28 ./usr/share/doc/scip/html/objexprhdlr_8cpp.html
-rw-r--r-- root/root    142758 2026-01-28 11:28 ./usr/share/doc/scip/html/objexprhdlr_8cpp_source.html
-rw-r--r-- root/root     21393 2026-01-28 11:28 ./usr/share/doc/scip/html/objexprhdlr_8h.html
-rw-r--r-- root/root    137491 2026-01-28 11:28 ./usr/share/doc/scip/html/objexprhdlr_8h_source.html
-rw-r--r-- root/root     29053 2026-01-28 11:28 ./usr/share/doc/scip/html/objheur_8cpp.html
-rw-r--r-- root/root     73360 2026-01-28 11:28 ./usr/share/doc/scip/html/objheur_8cpp_source.html
-rw-r--r-- root/root     18175 2026-01-28 11:28 ./usr/share/doc/scip/html/objheur_8h.html
-rw-r--r-- root/root     71060 2026-01-28 11:28 ./usr/share/doc/scip/html/objheur_8h_source.html
-rw-r--r-- root/root     20864 2026-01-28 11:28 ./usr/share/doc/scip/html/objiisfinder_8cpp.html
-rw-r--r-- root/root     49711 2026-01-28 11:28 ./usr/share/doc/scip/html/objiisfinder_8cpp_source.html
-rw-r--r-- root/root     17674 2026-01-28 11:28 ./usr/share/doc/scip/html/objiisfinder_8h.html
-rw-r--r-- root/root     49129 2026-01-28 11:28 ./usr/share/doc/scip/html/objiisfinder_8h_source.html
-rw-r--r-- root/root     22606 2026-01-28 11:28 ./usr/share/doc/scip/html/objmessagehdlr_8cpp.html
-rw-r--r-- root/root     49657 2026-01-28 11:28 ./usr/share/doc/scip/html/objmessagehdlr_8cpp_source.html
-rw-r--r-- root/root     14801 2026-01-28 11:28 ./usr/share/doc/scip/html/objmessagehdlr_8h.html
-rw-r--r-- root/root     39428 2026-01-28 11:28 ./usr/share/doc/scip/html/objmessagehdlr_8h_source.html
-rw-r--r-- root/root     29740 2026-01-28 11:28 ./usr/share/doc/scip/html/objnodesel_8cpp.html
-rw-r--r-- root/root     68672 2026-01-28 11:28 ./usr/share/doc/scip/html/objnodesel_8cpp_source.html
-rw-r--r-- root/root     17652 2026-01-28 11:28 ./usr/share/doc/scip/html/objnodesel_8h.html
-rw-r--r-- root/root     62003 2026-01-28 11:28 ./usr/share/doc/scip/html/objnodesel_8h_source.html
-rw-r--r-- root/root     27998 2026-01-28 11:28 ./usr/share/doc/scip/html/objpresol_8cpp.html
-rw-r--r-- root/root     66371 2026-01-28 11:28 ./usr/share/doc/scip/html/objpresol_8cpp_source.html
-rw-r--r-- root/root     17600 2026-01-28 11:28 ./usr/share/doc/scip/html/objpresol_8h.html
-rw-r--r-- root/root     62592 2026-01-28 11:28 ./usr/share/doc/scip/html/objpresol_8h_source.html
-rw-r--r-- root/root     30073 2026-01-28 11:28 ./usr/share/doc/scip/html/objpricer_8cpp.html
-rw-r--r-- root/root     69600 2026-01-28 11:28 ./usr/share/doc/scip/html/objpricer_8cpp_source.html
-rw-r--r-- root/root     17644 2026-01-28 11:28 ./usr/share/doc/scip/html/objpricer_8h.html
-rw-r--r-- root/root     63024 2026-01-28 11:28 ./usr/share/doc/scip/html/objpricer_8h_source.html
-rw-r--r-- root/root      7371 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobcloneable_8h.html
-rw-r--r-- root/root     22324 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobcloneable_8h_source.html
-rw-r--r-- root/root     23498 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobdata_8cpp.html
-rw-r--r-- root/root     56524 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobdata_8cpp_source.html
-rw-r--r-- root/root     15377 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobdata_8h.html
-rw-r--r-- root/root     60604 2026-01-28 11:28 ./usr/share/doc/scip/html/objprobdata_8h_source.html
-rw-r--r-- root/root     35421 2026-01-28 11:28 ./usr/share/doc/scip/html/objprop_8cpp.html
-rw-r--r-- root/root     82598 2026-01-28 11:28 ./usr/share/doc/scip/html/objprop_8cpp_source.html
-rw-r--r-- root/root     17802 2026-01-28 11:28 ./usr/share/doc/scip/html/objprop_8h.html
-rw-r--r-- root/root     82631 2026-01-28 11:28 ./usr/share/doc/scip/html/objprop_8h_source.html
-rw-r--r-- root/root     22720 2026-01-28 11:28 ./usr/share/doc/scip/html/objreader_8cpp.html
-rw-r--r-- root/root     55407 2026-01-28 11:28 ./usr/share/doc/scip/html/objreader_8cpp_source.html
-rw-r--r-- root/root     17552 2026-01-28 11:28 ./usr/share/doc/scip/html/objreader_8h.html
-rw-r--r-- root/root     56676 2026-01-28 11:28 ./usr/share/doc/scip/html/objreader_8h_source.html
-rw-r--r-- root/root     27805 2026-01-28 11:28 ./usr/share/doc/scip/html/objrelax_8cpp.html
-rw-r--r-- root/root     64844 2026-01-28 11:28 ./usr/share/doc/scip/html/objrelax_8cpp_source.html
-rw-r--r-- root/root     17442 2026-01-28 11:28 ./usr/share/doc/scip/html/objrelax_8h.html
-rw-r--r-- root/root     61843 2026-01-28 11:28 ./usr/share/doc/scip/html/objrelax_8h_source.html
-rw-r--r-- root/root      8241 2026-01-28 11:28 ./usr/share/doc/scip/html/objscip_8h.html
-rw-r--r-- root/root     19884 2026-01-28 11:28 ./usr/share/doc/scip/html/objscip_8h_source.html
-rw-r--r-- root/root      6088 2026-01-28 11:28 ./usr/share/doc/scip/html/objscipdefplugins_8h.html
-rw-r--r-- root/root     12118 2026-01-28 11:28 ./usr/share/doc/scip/html/objscipdefplugins_8h_source.html
-rw-r--r-- root/root     30875 2026-01-28 11:28 ./usr/share/doc/scip/html/objsepa_8cpp.html
-rw-r--r-- root/root     77064 2026-01-28 11:28 ./usr/share/doc/scip/html/objsepa_8cpp_source.html
-rw-r--r-- root/root     17876 2026-01-28 11:28 ./usr/share/doc/scip/html/objsepa_8h.html
-rw-r--r-- root/root     72235 2026-01-28 11:28 ./usr/share/doc/scip/html/objsepa_8h_source.html
-rw-r--r-- root/root     30444 2026-01-28 11:28 ./usr/share/doc/scip/html/objtable_8cpp.html
-rw-r--r-- root/root     73264 2026-01-28 11:28 ./usr/share/doc/scip/html/objtable_8cpp_source.html
-rw-r--r-- root/root     17592 2026-01-28 11:28 ./usr/share/doc/scip/html/objtable_8h.html
-rw-r--r-- root/root     62526 2026-01-28 11:28 ./usr/share/doc/scip/html/objtable_8h_source.html
-rw-r--r-- root/root     31416 2026-01-28 11:28 ./usr/share/doc/scip/html/objvardata_8cpp.html
-rw-r--r-- root/root     64803 2026-01-28 11:28 ./usr/share/doc/scip/html/objvardata_8cpp_source.html
-rw-r--r-- root/root     25110 2026-01-28 11:28 ./usr/share/doc/scip/html/objvardata_8h.html
-rw-r--r-- root/root     63741 2026-01-28 11:28 ./usr/share/doc/scip/html/objvardata_8h_source.html
-rw-r--r-- root/root      5192 2026-01-28 11:28 ./usr/share/doc/scip/html/pages.html
-rw-r--r-- root/root    601648 2026-01-28 11:28 ./usr/share/doc/scip/html/paramset_8c.html
-rw-r--r-- root/root   1308326 2026-01-28 11:28 ./usr/share/doc/scip/html/paramset_8c_source.html
-rw-r--r-- root/root    281175 2026-01-28 11:28 ./usr/share/doc/scip/html/paramset_8h.html
-rw-r--r-- root/root    174707 2026-01-28 11:28 ./usr/share/doc/scip/html/paramset_8h_source.html
-rw-r--r-- root/root     64137 2026-01-28 11:28 ./usr/share/doc/scip/html/pattern_8c.html
-rw-r--r-- root/root     98789 2026-01-28 11:28 ./usr/share/doc/scip/html/pattern_8c_source.html
-rw-r--r-- root/root     61569 2026-01-28 11:28 ./usr/share/doc/scip/html/pattern_8h.html
-rw-r--r-- root/root     62257 2026-01-28 11:28 ./usr/share/doc/scip/html/pattern_8h_source.html
-rw-r--r-- root/root      6913 2026-01-28 11:28 ./usr/share/doc/scip/html/pqueue_8h.html
-rw-r--r-- root/root     71884 2026-01-28 11:28 ./usr/share/doc/scip/html/pqueue_8h_source.html
-rw-r--r-- root/root     89352 2026-01-28 11:28 ./usr/share/doc/scip/html/presol_8c.html
-rw-r--r-- root/root    240539 2026-01-28 11:28 ./usr/share/doc/scip/html/presol_8c_source.html
-rw-r--r-- root/root     64796 2026-01-28 11:28 ./usr/share/doc/scip/html/presol_8h.html
-rw-r--r-- root/root     57091 2026-01-28 11:28 ./usr/share/doc/scip/html/presol_8h_source.html
-rw-r--r-- root/root     39821 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__boundshift_8c.html
-rw-r--r-- root/root    113022 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__boundshift_8c_source.html
-rw-r--r-- root/root      7368 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__boundshift_8h.html
-rw-r--r-- root/root     17731 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__boundshift_8h_source.html
-rw-r--r-- root/root     28943 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__convertinttobin_8c.html
-rw-r--r-- root/root    125397 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__convertinttobin_8c_source.html
-rw-r--r-- root/root      7076 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__convertinttobin_8h.html
-rw-r--r-- root/root     16522 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__convertinttobin_8h_source.html
-rw-r--r-- root/root    106578 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__domcol_8c.html
-rw-r--r-- root/root    548065 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__domcol_8c_source.html
-rw-r--r-- root/root      7256 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__domcol_8h.html
-rw-r--r-- root/root     17262 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__domcol_8h_source.html
-rw-r--r-- root/root     52559 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualagg_8c.html
-rw-r--r-- root/root    168649 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualagg_8c_source.html
-rw-r--r-- root/root      7856 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualagg_8h.html
-rw-r--r-- root/root     19045 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualagg_8h_source.html
-rw-r--r-- root/root     38864 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualcomp_8c.html
-rw-r--r-- root/root    213823 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualcomp_8c_source.html
-rw-r--r-- root/root      7307 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualcomp_8h.html
-rw-r--r-- root/root     17573 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualcomp_8h_source.html
-rw-r--r-- root/root    130063 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualinfer_8c.html
-rw-r--r-- root/root    601071 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualinfer_8c_source.html
-rw-r--r-- root/root      7828 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualinfer_8h.html
-rw-r--r-- root/root     19109 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualinfer_8h_source.html
-rw-r--r-- root/root    102897 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualsparsify_8c.html
-rw-r--r-- root/root    454458 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualsparsify_8c_source.html
-rw-r--r-- root/root     12025 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualsparsify_8h.html
-rw-r--r-- root/root     19456 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__dualsparsify_8h_source.html
-rw-r--r-- root/root     84005 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__gateextraction_8c.html
-rw-r--r-- root/root    480891 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__gateextraction_8c_source.html
-rw-r--r-- root/root      7018 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__gateextraction_8h.html
-rw-r--r-- root/root     20834 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__gateextraction_8h_source.html
-rw-r--r-- root/root     19910 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implics_8c.html
-rw-r--r-- root/root    105324 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implics_8c_source.html
-rw-r--r-- root/root      7720 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implics_8h.html
-rw-r--r-- root/root     18834 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implics_8h_source.html
-rw-r--r-- root/root    161503 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implint_8c.html
-rw-r--r-- root/root    639590 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implint_8c_source.html
-rw-r--r-- root/root      8343 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implint_8h.html
-rw-r--r-- root/root     20107 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__implint_8h_source.html
-rw-r--r-- root/root     21116 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__inttobinary_8c.html
-rw-r--r-- root/root     74669 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__inttobinary_8c_source.html
-rw-r--r-- root/root      7303 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__inttobinary_8h.html
-rw-r--r-- root/root     17429 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__inttobinary_8h_source.html
-rw-r--r-- root/root      6843 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__milp_8cpp.html
-rw-r--r-- root/root    487156 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__milp_8cpp_source.html
-rw-r--r-- root/root      7194 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__milp_8h.html
-rw-r--r-- root/root     16894 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__milp_8h_source.html
-rw-r--r-- root/root    138671 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__qpkktref_8c.html
-rw-r--r-- root/root    562107 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__qpkktref_8c_source.html
-rw-r--r-- root/root     10017 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__qpkktref_8h.html
-rw-r--r-- root/root     25572 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__qpkktref_8h_source.html
-rw-r--r-- root/root     57481 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__redvub_8c.html
-rw-r--r-- root/root    195646 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__redvub_8c_source.html
-rw-r--r-- root/root      6971 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__redvub_8h.html
-rw-r--r-- root/root     16363 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__redvub_8h_source.html
-rw-r--r-- root/root     64362 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__sparsify_8c.html
-rw-r--r-- root/root    298164 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__sparsify_8c_source.html
-rw-r--r-- root/root     11177 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__sparsify_8h.html
-rw-r--r-- root/root     16618 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__sparsify_8h_source.html
-rw-r--r-- root/root     29564 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__stuffing_8c.html
-rw-r--r-- root/root    144053 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__stuffing_8c_source.html
-rw-r--r-- root/root      7056 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__stuffing_8h.html
-rw-r--r-- root/root     16819 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__stuffing_8h_source.html
-rw-r--r-- root/root     19602 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__trivial_8c.html
-rw-r--r-- root/root     71661 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__trivial_8c_source.html
-rw-r--r-- root/root      7203 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__trivial_8h.html
-rw-r--r-- root/root     16960 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__trivial_8h_source.html
-rw-r--r-- root/root     80573 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__tworowbnd_8c.html
-rw-r--r-- root/root    435434 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__tworowbnd_8c_source.html
-rw-r--r-- root/root      8928 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__tworowbnd_8h.html
-rw-r--r-- root/root     22832 2026-01-28 11:28 ./usr/share/doc/scip/html/presol__tworowbnd_8h_source.html
-rw-r--r-- root/root     44337 2026-01-28 11:28 ./usr/share/doc/scip/html/presolve_8c.html
-rw-r--r-- root/root    335426 2026-01-28 11:28 ./usr/share/doc/scip/html/presolve_8c_source.html
-rw-r--r-- root/root      7829 2026-01-28 11:28 ./usr/share/doc/scip/html/presolve_8h.html
-rw-r--r-- root/root     26697 2026-01-28 11:28 ./usr/share/doc/scip/html/presolve_8h_source.html
-rw-r--r-- root/root     95419 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer_8c.html
-rw-r--r-- root/root    208144 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer_8c_source.html
-rw-r--r-- root/root     75890 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer_8h.html
-rw-r--r-- root/root     67779 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer_8h_source.html
-rw-r--r-- root/root     58919 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__binpacking_8c.html
-rw-r--r-- root/root    228934 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__binpacking_8c_source.html
-rw-r--r-- root/root     14955 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__binpacking_8h.html
-rw-r--r-- root/root     18509 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__binpacking_8h_source.html
-rw-r--r-- root/root     70223 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__coloring_8c.html
-rw-r--r-- root/root    252273 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__coloring_8c_source.html
-rw-r--r-- root/root     19832 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__coloring_8h.html
-rw-r--r-- root/root     26319 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__coloring_8h_source.html
-rw-r--r-- root/root     82491 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__rpa_8c.html
-rw-r--r-- root/root    292033 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__rpa_8c_source.html
-rw-r--r-- root/root     12965 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__rpa_8h.html
-rw-r--r-- root/root     16130 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__rpa_8h_source.html
-rw-r--r-- root/root     12558 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__vrp_8cpp.html
-rw-r--r-- root/root    125317 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__vrp_8cpp_source.html
-rw-r--r-- root/root      6641 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__vrp_8h.html
-rw-r--r-- root/root     49559 2026-01-28 11:28 ./usr/share/doc/scip/html/pricer__vrp_8h_source.html
-rw-r--r-- root/root     85045 2026-01-28 11:28 ./usr/share/doc/scip/html/pricestore_8c.html
-rw-r--r-- root/root    214997 2026-01-28 11:28 ./usr/share/doc/scip/html/pricestore_8c_source.html
-rw-r--r-- root/root     69125 2026-01-28 11:28 ./usr/share/doc/scip/html/pricestore_8h.html
-rw-r--r-- root/root     55062 2026-01-28 11:28 ./usr/share/doc/scip/html/pricestore_8h_source.html
-rw-r--r-- root/root    332728 2026-01-28 11:28 ./usr/share/doc/scip/html/primal_8c.html
-rw-r--r-- root/root    693050 2026-01-28 11:28 ./usr/share/doc/scip/html/primal_8c_source.html
-rw-r--r-- root/root    207924 2026-01-28 11:28 ./usr/share/doc/scip/html/primal_8h.html
-rw-r--r-- root/root    144857 2026-01-28 11:28 ./usr/share/doc/scip/html/primal_8h_source.html
-rw-r--r-- root/root    378775 2026-01-28 11:28 ./usr/share/doc/scip/html/prob_8c.html
-rw-r--r-- root/root    852848 2026-01-28 11:28 ./usr/share/doc/scip/html/prob_8c_source.html
-rw-r--r-- root/root    322660 2026-01-28 11:28 ./usr/share/doc/scip/html/prob_8h.html
-rw-r--r-- root/root    216115 2026-01-28 11:28 ./usr/share/doc/scip/html/prob_8h_source.html
-rw-r--r-- root/root     58439 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__binpacking_8c.html
-rw-r--r-- root/root    146682 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__binpacking_8c_source.html
-rw-r--r-- root/root     29054 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__binpacking_8h.html
-rw-r--r-- root/root     29451 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__binpacking_8h_source.html
-rw-r--r-- root/root     99029 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__coloring_8c.html
-rw-r--r-- root/root    328133 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__coloring_8c_source.html
-rw-r--r-- root/root     82800 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__coloring_8h.html
-rw-r--r-- root/root     68878 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__coloring_8h_source.html
-rw-r--r-- root/root     87872 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__cyc_8c.html
-rw-r--r-- root/root    477324 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__cyc_8c_source.html
-rw-r--r-- root/root     62131 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__cyc_8h.html
-rw-r--r-- root/root     50896 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__cyc_8h_source.html
-rw-r--r-- root/root    202456 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__rpa_8c.html
-rw-r--r-- root/root    566790 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__rpa_8c_source.html
-rw-r--r-- root/root     86920 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__rpa_8h.html
-rw-r--r-- root/root     59192 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__rpa_8h_source.html
-rw-r--r-- root/root     69257 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__scflp_8c.html
-rw-r--r-- root/root    260671 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__scflp_8c_source.html
-rw-r--r-- root/root     20206 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__scflp_8h.html
-rw-r--r-- root/root     22766 2026-01-28 11:28 ./usr/share/doc/scip/html/probdata__scflp_8h_source.html
-rw-r--r-- root/root    142664 2026-01-28 11:28 ./usr/share/doc/scip/html/prop_8c.html
-rw-r--r-- root/root    377305 2026-01-28 11:28 ./usr/share/doc/scip/html/prop_8c_source.html
-rw-r--r-- root/root    104640 2026-01-28 11:28 ./usr/share/doc/scip/html/prop_8h.html
-rw-r--r-- root/root     85392 2026-01-28 11:28 ./usr/share/doc/scip/html/prop_8h_source.html
-rw-r--r-- root/root     44491 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__dualfix_8c.html
-rw-r--r-- root/root    119084 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__dualfix_8c_source.html
-rw-r--r-- root/root      7262 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__dualfix_8h.html
-rw-r--r-- root/root     17142 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__dualfix_8h_source.html
-rw-r--r-- root/root    185047 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__genvbounds_8c.html
-rw-r--r-- root/root    786375 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__genvbounds_8c_source.html
-rw-r--r-- root/root     11276 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__genvbounds_8h.html
-rw-r--r-- root/root     32087 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__genvbounds_8h_source.html
-rw-r--r-- root/root     75831 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__nlobbt_8c.html
-rw-r--r-- root/root    265051 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__nlobbt_8c_source.html
-rw-r--r-- root/root     10173 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__nlobbt_8h.html
-rw-r--r-- root/root     27001 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__nlobbt_8h_source.html
-rw-r--r-- root/root    247407 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__obbt_8c.html
-rw-r--r-- root/root    946926 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__obbt_8c_source.html
-rw-r--r-- root/root      8624 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__obbt_8h.html
-rw-r--r-- root/root     20439 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__obbt_8h_source.html
-rw-r--r-- root/root     79442 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__probing_8c.html
-rw-r--r-- root/root    484122 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__probing_8c_source.html
-rw-r--r-- root/root     10919 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__probing_8h.html
-rw-r--r-- root/root     35872 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__probing_8h_source.html
-rw-r--r-- root/root    290217 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__pseudoobj_8c.html
-rw-r--r-- root/root    961375 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__pseudoobj_8c_source.html
-rw-r--r-- root/root      8691 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__pseudoobj_8h.html
-rw-r--r-- root/root     24040 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__pseudoobj_8h_source.html
-rw-r--r-- root/root     53235 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__redcost_8c.html
-rw-r--r-- root/root    218074 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__redcost_8c_source.html
-rw-r--r-- root/root      7192 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__redcost_8h.html
-rw-r--r-- root/root     17299 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__redcost_8h_source.html
-rw-r--r-- root/root     58806 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__rootredcost_8c.html
-rw-r--r-- root/root    195927 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__rootredcost_8c_source.html
-rw-r--r-- root/root      7425 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__rootredcost_8h.html
-rw-r--r-- root/root     17702 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__rootredcost_8h_source.html
-rw-r--r-- root/root    493606 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__symmetry_8c.html
-rw-r--r-- root/root   2007216 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__symmetry_8c_source.html
-rw-r--r-- root/root     36119 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__symmetry_8h.html
-rw-r--r-- root/root     31074 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__symmetry_8h_source.html
-rw-r--r-- root/root     36368 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__sync_8c.html
-rw-r--r-- root/root    113782 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__sync_8c_source.html
-rw-r--r-- root/root      9316 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__sync_8h.html
-rw-r--r-- root/root     26429 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__sync_8h_source.html
-rw-r--r-- root/root    229163 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__vbounds_8c.html
-rw-r--r-- root/root    800079 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__vbounds_8c_source.html
-rw-r--r-- root/root      8440 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__vbounds_8h.html
-rw-r--r-- root/root     22683 2026-01-28 11:28 ./usr/share/doc/scip/html/prop__vbounds_8h_source.html
-rw-r--r-- root/root      9399 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit_8h.html
-rw-r--r-- root/root     25815 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit_8h_source.html
-rw-r--r-- root/root      8948 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__epsgreedy_8h.html
-rw-r--r-- root/root     27311 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__epsgreedy_8h_source.html
-rw-r--r-- root/root      9120 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__exp3_8h.html
-rw-r--r-- root/root     28130 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__exp3_8h_source.html
-rw-r--r-- root/root      7944 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__exp3ix_8h.html
-rw-r--r-- root/root     23868 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__exp3ix_8h_source.html
-rw-r--r-- root/root      8530 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__ucb_8h.html
-rw-r--r-- root/root     25024 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__bandit__ucb_8h_source.html
-rw-r--r-- root/root     41236 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__benders_8h.html
-rw-r--r-- root/root    142021 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__benders_8h_source.html
-rw-r--r-- root/root     13557 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__benderscut_8h.html
-rw-r--r-- root/root     38294 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__benderscut_8h_source.html
-rw-r--r-- root/root     16645 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__branch_8h.html
-rw-r--r-- root/root     47419 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__branch_8h_source.html
-rw-r--r-- root/root     12299 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__compr_8h.html
-rw-r--r-- root/root     34284 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__compr_8h_source.html
-rw-r--r-- root/root     11100 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__conflict_8h.html
-rw-r--r-- root/root     30235 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__conflict_8h_source.html
-rw-r--r-- root/root     72073 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cons_8h.html
-rw-r--r-- root/root    245651 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cons_8h_source.html
-rw-r--r-- root/root     11727 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cutpool_8h.html
-rw-r--r-- root/root     32862 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cutpool_8h_source.html
-rw-r--r-- root/root     14722 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cutsel_8h.html
-rw-r--r-- root/root     40698 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__cutsel_8h_source.html
-rw-r--r-- root/root     12086 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__datatree_8h.html
-rw-r--r-- root/root     36253 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__datatree_8h_source.html
-rw-r--r-- root/root     18639 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__dcmp_8h.html
-rw-r--r-- root/root     62547 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__dcmp_8h_source.html
-rw-r--r-- root/root     19533 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__dialog_8h.html
-rw-r--r-- root/root     63384 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__dialog_8h_source.html
-rw-r--r-- root/root     12600 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__disp_8h.html
-rw-r--r-- root/root     38477 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__disp_8h_source.html
-rw-r--r-- root/root     21973 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__event_8h.html
-rw-r--r-- root/root     74086 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__event_8h_source.html
-rw-r--r-- root/root     67232 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__expr_8h.html
-rw-r--r-- root/root    270186 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__expr_8h_source.html
-rw-r--r-- root/root     40276 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__fileio_8h.html
-rw-r--r-- root/root     26144 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__fileio_8h_source.html
-rw-r--r-- root/root     46713 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__heur_8h.html
-rw-r--r-- root/root    131399 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__heur_8h_source.html
-rw-r--r-- root/root     25420 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__history_8h.html
-rw-r--r-- root/root     29872 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__history_8h_source.html
-rw-r--r-- root/root     14525 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__iisfinder_8h.html
-rw-r--r-- root/root     43316 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__iisfinder_8h_source.html
-rw-r--r-- root/root     33487 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__implics_8h.html
-rw-r--r-- root/root     33874 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__implics_8h_source.html
-rw-r--r-- root/root     37372 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__lp_8h.html
-rw-r--r-- root/root    134465 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__lp_8h_source.html
-rw-r--r-- root/root     42610 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__lpexact_8h.html
-rw-r--r-- root/root     41691 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__lpexact_8h_source.html
-rw-r--r-- root/root    139632 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__matrix_8h.html
-rw-r--r-- root/root     92632 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__matrix_8h_source.html
-rw-r--r-- root/root    312923 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__message_8h.html
-rw-r--r-- root/root     99971 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__message_8h_source.html
-rw-r--r-- root/root    134090 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc_8h.html
-rw-r--r-- root/root    537401 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc_8h_source.html
-rw-r--r-- root/root     60173 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__linear_8h.html
-rw-r--r-- root/root     50161 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__linear_8h_source.html
-rw-r--r-- root/root     28478 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__rowprep_8h.html
-rw-r--r-- root/root    107799 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__rowprep_8h_source.html
-rw-r--r-- root/root    162254 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__select_8h.html
-rw-r--r-- root/root    891891 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__select_8h_source.html
-rw-r--r-- root/root    232923 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__sort_8h.html
-rw-r--r-- root/root   1168932 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__misc__sort_8h_source.html
-rw-r--r-- root/root     12729 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__network_8h.html
-rw-r--r-- root/root     56745 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__network_8h_source.html
-rw-r--r-- root/root     16842 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlhdlr_8h.html
-rw-r--r-- root/root     61233 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlhdlr_8h_source.html
-rw-r--r-- root/root     12881 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlp_8h.html
-rw-r--r-- root/root     41145 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlp_8h_source.html
-rw-r--r-- root/root     13165 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlpi_8h.html
-rw-r--r-- root/root     43424 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nlpi_8h_source.html
-rw-r--r-- root/root     10604 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nodesel_8h.html
-rw-r--r-- root/root     29116 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__nodesel_8h_source.html
-rw-r--r-- root/root     81290 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__paramset_8h.html
-rw-r--r-- root/root     54288 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__paramset_8h_source.html
-rw-r--r-- root/root     17680 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__presol_8h.html
-rw-r--r-- root/root     51935 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__presol_8h_source.html
-rw-r--r-- root/root     13149 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__pricer_8h.html
-rw-r--r-- root/root     36776 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__pricer_8h_source.html
-rw-r--r-- root/root     24717 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__prop_8h.html
-rw-r--r-- root/root     74279 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__prop_8h_source.html
-rw-r--r-- root/root      9990 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__reader_8h.html
-rw-r--r-- root/root     26910 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__reader_8h_source.html
-rw-r--r-- root/root     15713 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__relax_8h.html
-rw-r--r-- root/root     45133 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__relax_8h_source.html
-rw-r--r-- root/root     52571 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__reopt_8h.html
-rw-r--r-- root/root     55491 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__reopt_8h_source.html
-rw-r--r-- root/root     22707 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__sepa_8h.html
-rw-r--r-- root/root     66714 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__sepa_8h_source.html
-rw-r--r-- root/root     21669 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__sol_8h.html
-rw-r--r-- root/root     67124 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__sol_8h_source.html
-rw-r--r-- root/root     10132 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__table_8h.html
-rw-r--r-- root/root     27695 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__table_8h_source.html
-rw-r--r-- root/root     21121 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__tree_8h.html
-rw-r--r-- root/root     77102 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__tree_8h_source.html
-rw-r--r-- root/root    130819 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__var_8h.html
-rw-r--r-- root/root    444904 2026-01-28 11:28 ./usr/share/doc/scip/html/pub__var_8h_source.html
-rw-r--r-- root/root      6263 2026-01-28 11:28 ./usr/share/doc/scip/html/queens_8cpp.html
-rw-r--r-- root/root     77990 2026-01-28 11:28 ./usr/share/doc/scip/html/queens_8cpp_source.html
-rw-r--r-- root/root      7301 2026-01-28 11:28 ./usr/share/doc/scip/html/queens_8hpp.html
-rw-r--r-- root/root     22452 2026-01-28 11:28 ./usr/share/doc/scip/html/queens_8hpp_source.html
-rw-r--r-- root/root      8288 2026-01-28 11:28 ./usr/share/doc/scip/html/queens__main_8cpp.html
-rw-r--r-- root/root     19349 2026-01-28 11:28 ./usr/share/doc/scip/html/queens__main_8cpp_source.html
-rw-r--r-- root/root     73188 2026-01-28 11:28 ./usr/share/doc/scip/html/rational_8cpp.html
-rw-r--r-- root/root    656494 2026-01-28 11:28 ./usr/share/doc/scip/html/rational_8cpp_source.html
-rw-r--r-- root/root     66619 2026-01-28 11:28 ./usr/share/doc/scip/html/rational_8h.html
-rw-r--r-- root/root    217302 2026-01-28 11:28 ./usr/share/doc/scip/html/rational_8h_source.html
-rw-r--r-- root/root      6438 2026-01-28 11:28 ./usr/share/doc/scip/html/rationalgmp_8h.html
-rw-r--r-- root/root     24034 2026-01-28 11:28 ./usr/share/doc/scip/html/rationalgmp_8h_source.html
-rw-r--r-- root/root     57486 2026-01-28 11:28 ./usr/share/doc/scip/html/rbtree_8c.html
-rw-r--r-- root/root     99394 2026-01-28 11:28 ./usr/share/doc/scip/html/rbtree_8c_source.html
-rw-r--r-- root/root     52964 2026-01-28 11:28 ./usr/share/doc/scip/html/rbtree_8h.html
-rw-r--r-- root/root     41804 2026-01-28 11:28 ./usr/share/doc/scip/html/rbtree_8h_source.html
-rw-r--r-- root/root     13837 2026-01-28 11:28 ./usr/share/doc/scip/html/readargs_8c.html
-rw-r--r-- root/root     56599 2026-01-28 11:28 ./usr/share/doc/scip/html/readargs_8c_source.html
-rw-r--r-- root/root     13875 2026-01-28 11:28 ./usr/share/doc/scip/html/readargs_8h.html
-rw-r--r-- root/root     17844 2026-01-28 11:28 ./usr/share/doc/scip/html/readargs_8h_source.html
-rw-r--r-- root/root     66248 2026-01-28 11:28 ./usr/share/doc/scip/html/reader_8c.html
-rw-r--r-- root/root    215539 2026-01-28 11:28 ./usr/share/doc/scip/html/reader_8c_source.html
-rw-r--r-- root/root     49295 2026-01-28 11:28 ./usr/share/doc/scip/html/reader_8h.html
-rw-r--r-- root/root     44952 2026-01-28 11:28 ./usr/share/doc/scip/html/reader_8h_source.html
-rw-r--r-- root/root     54297 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bnd_8c.html
-rw-r--r-- root/root    133773 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bnd_8c_source.html
-rw-r--r-- root/root      7319 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bnd_8h.html
-rw-r--r-- root/root     17645 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bnd_8h_source.html
-rw-r--r-- root/root     16593 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bpa_8c.html
-rw-r--r-- root/root     69280 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bpa_8c_source.html
-rw-r--r-- root/root      9421 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bpa_8h.html
-rw-r--r-- root/root     14764 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__bpa_8h_source.html
-rw-r--r-- root/root     43401 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ccg_8c.html
-rw-r--r-- root/root    152795 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ccg_8c_source.html
-rw-r--r-- root/root      8684 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ccg_8h.html
-rw-r--r-- root/root     25285 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ccg_8h_source.html
-rw-r--r-- root/root     66565 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cip_8c.html
-rw-r--r-- root/root    350541 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cip_8c_source.html
-rw-r--r-- root/root      7380 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cip_8h.html
-rw-r--r-- root/root     17385 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cip_8h_source.html
-rw-r--r-- root/root     87324 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cmin_8c.html
-rw-r--r-- root/root    378781 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cmin_8c_source.html
-rw-r--r-- root/root      9878 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cmin_8h.html
-rw-r--r-- root/root     15342 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cmin_8h_source.html
-rw-r--r-- root/root     32894 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cnf_8c.html
-rw-r--r-- root/root    132090 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cnf_8c_source.html
-rw-r--r-- root/root      7212 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cnf_8h.html
-rw-r--r-- root/root     16986 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cnf_8h_source.html
-rw-r--r-- root/root     24540 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__col_8c.html
-rw-r--r-- root/root     83153 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__col_8c_source.html
-rw-r--r-- root/root      9719 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__col_8h.html
-rw-r--r-- root/root     17242 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__col_8h_source.html
-rw-r--r-- root/root     28412 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cor_8c.html
-rw-r--r-- root/root     97179 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cor_8c_source.html
-rw-r--r-- root/root     11517 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cor_8h.html
-rw-r--r-- root/root     34793 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cor_8h_source.html
-rw-r--r-- root/root     25779 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__csol_8c.html
-rw-r--r-- root/root    122971 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__csol_8c_source.html
-rw-r--r-- root/root      9744 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__csol_8h.html
-rw-r--r-- root/root     16392 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__csol_8h_source.html
-rw-r--r-- root/root     25003 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cyc_8c.html
-rw-r--r-- root/root     78669 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cyc_8c_source.html
-rw-r--r-- root/root     10336 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cyc_8h.html
-rw-r--r-- root/root     18056 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__cyc_8h_source.html
-rw-r--r-- root/root     26859 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__dec_8c.html
-rw-r--r-- root/root    107710 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__dec_8c_source.html
-rw-r--r-- root/root      8995 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__dec_8h.html
-rw-r--r-- root/root     23802 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__dec_8h_source.html
-rw-r--r-- root/root     98134 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__diff_8c.html
-rw-r--r-- root/root    259864 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__diff_8c_source.html
-rw-r--r-- root/root      8635 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__diff_8h.html
-rw-r--r-- root/root     24463 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__diff_8h_source.html
-rw-r--r-- root/root     21196 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fix_8c.html
-rw-r--r-- root/root     77850 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fix_8c_source.html
-rw-r--r-- root/root      7503 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fix_8h.html
-rw-r--r-- root/root     18068 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fix_8h_source.html
-rw-r--r-- root/root    388362 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fzn_8c.html
-rw-r--r-- root/root   1198426 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fzn_8c_source.html
-rw-r--r-- root/root      8040 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fzn_8h.html
-rw-r--r-- root/root     21205 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__fzn_8h_source.html
-rw-r--r-- root/root    124410 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__gms_8c.html
-rw-r--r-- root/root    543845 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__gms_8c_source.html
-rw-r--r-- root/root      9388 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__gms_8h.html
-rw-r--r-- root/root     29722 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__gms_8h_source.html
-rw-r--r-- root/root     29160 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lop_8c.html
-rw-r--r-- root/root    100911 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lop_8c_source.html
-rw-r--r-- root/root      9679 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lop_8h.html
-rw-r--r-- root/root     14973 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lop_8h_source.html
-rw-r--r-- root/root    257955 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lp_8c.html
-rw-r--r-- root/root   1286581 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lp_8c_source.html
-rw-r--r-- root/root     10605 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lp_8h.html
-rw-r--r-- root/root     34609 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__lp_8h_source.html
-rw-r--r-- root/root    333646 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mps_8c.html
-rw-r--r-- root/root   1545426 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mps_8c_source.html
-rw-r--r-- root/root     11055 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mps_8h.html
-rw-r--r-- root/root     37416 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mps_8h_source.html
-rw-r--r-- root/root     20961 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mst_8c.html
-rw-r--r-- root/root     67094 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mst_8c_source.html
-rw-r--r-- root/root      9326 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mst_8h.html
-rw-r--r-- root/root     21324 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__mst_8h_source.html
-rw-r--r-- root/root     41822 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__nl_8cpp.html
-rw-r--r-- root/root    837504 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__nl_8cpp_source.html
-rw-r--r-- root/root     15233 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__nl_8h.html
-rw-r--r-- root/root     16913 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__nl_8h_source.html
-rw-r--r-- root/root    291439 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__opb_8c.html
-rw-r--r-- root/root   1220155 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__opb_8c_source.html
-rw-r--r-- root/root     10773 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__opb_8h.html
-rw-r--r-- root/root     35034 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__opb_8h_source.html
-rw-r--r-- root/root    103073 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__osil_8c.html
-rw-r--r-- root/root    603021 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__osil_8c_source.html
-rw-r--r-- root/root      7290 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__osil_8h.html
-rw-r--r-- root/root     17207 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__osil_8h_source.html
-rw-r--r-- root/root     62171 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pbm_8c.html
-rw-r--r-- root/root    179454 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pbm_8c_source.html
-rw-r--r-- root/root      8496 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pbm_8h.html
-rw-r--r-- root/root     24556 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pbm_8h_source.html
-rw-r--r-- root/root    224076 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pip_8c.html
-rw-r--r-- root/root    831853 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pip_8c_source.html
-rw-r--r-- root/root     10456 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pip_8h.html
-rw-r--r-- root/root     33203 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__pip_8h_source.html
-rw-r--r-- root/root     62020 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ppm_8c.html
-rw-r--r-- root/root    186405 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ppm_8c_source.html
-rw-r--r-- root/root      8812 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ppm_8h.html
-rw-r--r-- root/root     26261 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__ppm_8h_source.html
-rw-r--r-- root/root     30128 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rcp_8c.html
-rw-r--r-- root/root     81050 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rcp_8c_source.html
-rw-r--r-- root/root      9101 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rcp_8h.html
-rw-r--r-- root/root     15084 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rcp_8h_source.html
-rw-r--r-- root/root     17148 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rlp_8c.html
-rw-r--r-- root/root     43909 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rlp_8c_source.html
-rw-r--r-- root/root      6961 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rlp_8h.html
-rw-r--r-- root/root     16325 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rlp_8h_source.html
-rw-r--r-- root/root     24146 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rpa_8c.html
-rw-r--r-- root/root     91163 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rpa_8c_source.html
-rw-r--r-- root/root      9621 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rpa_8h.html
-rw-r--r-- root/root     14604 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__rpa_8h_source.html
-rw-r--r-- root/root     36169 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__scflp_8c.html
-rw-r--r-- root/root    127480 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__scflp_8c_source.html
-rw-r--r-- root/root     10098 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__scflp_8h.html
-rw-r--r-- root/root     14778 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__scflp_8h_source.html
-rw-r--r-- root/root     35994 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sch_8c.html
-rw-r--r-- root/root    115290 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sch_8c_source.html
-rw-r--r-- root/root      9852 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sch_8h.html
-rw-r--r-- root/root     16194 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sch_8h_source.html
-rw-r--r-- root/root     72520 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sm_8c.html
-rw-r--r-- root/root    241431 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sm_8c_source.html
-rw-r--r-- root/root     18124 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sm_8h.html
-rw-r--r-- root/root     20775 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sm_8h_source.html
-rw-r--r-- root/root     42756 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__smps_8c.html
-rw-r--r-- root/root    136114 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__smps_8c_source.html
-rw-r--r-- root/root      7809 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__smps_8h.html
-rw-r--r-- root/root     19165 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__smps_8h_source.html
-rw-r--r-- root/root     21867 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sol_8c.html
-rw-r--r-- root/root     78708 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sol_8c_source.html
-rw-r--r-- root/root      9349 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sol_8h.html
-rw-r--r-- root/root     21466 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sol_8h_source.html
-rw-r--r-- root/root    293694 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sto_8c.html
-rw-r--r-- root/root    761686 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sto_8c_source.html
-rw-r--r-- root/root      9777 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sto_8h.html
-rw-r--r-- root/root     27268 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__sto_8h_source.html
-rw-r--r-- root/root    130391 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__tim_8c.html
-rw-r--r-- root/root    322910 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__tim_8c_source.html
-rw-r--r-- root/root     35318 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__tim_8h.html
-rw-r--r-- root/root     42319 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__tim_8h_source.html
-rw-r--r-- root/root     17173 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__wbo_8c.html
-rw-r--r-- root/root     42997 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__wbo_8c_source.html
-rw-r--r-- root/root      7233 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__wbo_8h.html
-rw-r--r-- root/root     16859 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__wbo_8h_source.html
-rw-r--r-- root/root      6760 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__zpl_8c.html
-rw-r--r-- root/root    487560 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__zpl_8c_source.html
-rw-r--r-- root/root      7069 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__zpl_8h.html
-rw-r--r-- root/root     16815 2026-01-28 11:28 ./usr/share/doc/scip/html/reader__zpl_8h_source.html
-rw-r--r-- root/root    122746 2026-01-28 11:28 ./usr/share/doc/scip/html/relax_8c.html
-rw-r--r-- root/root    261290 2026-01-28 11:28 ./usr/share/doc/scip/html/relax_8c_source.html
-rw-r--r-- root/root    101888 2026-01-28 11:28 ./usr/share/doc/scip/html/relax_8h.html
-rw-r--r-- root/root     84182 2026-01-28 11:28 ./usr/share/doc/scip/html/relax_8h_source.html
-rw-r--r-- root/root     87458 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__benders_8c.html
-rw-r--r-- root/root    300719 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__benders_8c_source.html
-rw-r--r-- root/root     12324 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__benders_8h.html
-rw-r--r-- root/root     16884 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__benders_8h_source.html
-rw-r--r-- root/root     18396 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__lp_8c.html
-rw-r--r-- root/root     72019 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__lp_8c_source.html
-rw-r--r-- root/root      9014 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__lp_8h.html
-rw-r--r-- root/root     15107 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__lp_8h_source.html
-rw-r--r-- root/root     25486 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__nlp_8c.html
-rw-r--r-- root/root     77471 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__nlp_8c_source.html
-rw-r--r-- root/root      9194 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__nlp_8h.html
-rw-r--r-- root/root     15126 2026-01-28 11:28 ./usr/share/doc/scip/html/relax__nlp_8h_source.html
-rw-r--r-- root/root    682555 2026-01-28 11:28 ./usr/share/doc/scip/html/reopt_8c.html
-rw-r--r-- root/root   2203538 2026-01-28 11:28 ./usr/share/doc/scip/html/reopt_8c_source.html
-rw-r--r-- root/root    270377 2026-01-28 11:28 ./usr/share/doc/scip/html/reopt_8h.html
-rw-r--r-- root/root    173639 2026-01-28 11:28 ./usr/share/doc/scip/html/reopt_8h_source.html
-rw-r--r-- root/root     13920 2026-01-28 11:28 ./usr/share/doc/scip/html/retcode_8c.html
-rw-r--r-- root/root     55093 2026-01-28 11:28 ./usr/share/doc/scip/html/retcode_8c_source.html
-rw-r--r-- root/root     13882 2026-01-28 11:28 ./usr/share/doc/scip/html/retcode_8h.html
-rw-r--r-- root/root     16717 2026-01-28 11:28 ./usr/share/doc/scip/html/retcode_8h_source.html
-rw-r--r-- root/root      4465 2026-01-28 11:28 ./usr/share/doc/scip/html/ringpacking.png
-rw-r--r-- root/root     20889 2026-01-28 11:28 ./usr/share/doc/scip/html/scip_8h.html
-rw-r--r-- root/root     66939 2026-01-28 11:28 ./usr/share/doc/scip/html/scip_8h_source.html
-rw-r--r-- root/root      9816 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__bandit_8c.html
-rw-r--r-- root/root     42355 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__bandit_8c_source.html
-rw-r--r-- root/root      9629 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__bandit_8h.html
-rw-r--r-- root/root     29158 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__bandit_8h_source.html
-rw-r--r-- root/root     51851 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__benders_8c.html
-rw-r--r-- root/root    435756 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__benders_8c_source.html
-rw-r--r-- root/root     45270 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__benders_8h.html
-rw-r--r-- root/root    230852 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__benders_8h_source.html
-rw-r--r-- root/root     44493 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__branch_8c.html
-rw-r--r-- root/root    418611 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__branch_8c_source.html
-rw-r--r-- root/root     43668 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__branch_8h.html
-rw-r--r-- root/root    205374 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__branch_8h_source.html
-rw-r--r-- root/root     29622 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__certificate_8c.html
-rw-r--r-- root/root    293179 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__certificate_8c_source.html
-rw-r--r-- root/root     18884 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__certificate_8h.html
-rw-r--r-- root/root     76622 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__certificate_8h_source.html
-rw-r--r-- root/root     15751 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__compr_8c.html
-rw-r--r-- root/root     95848 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__compr_8c_source.html
-rw-r--r-- root/root     15331 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__compr_8h.html
-rw-r--r-- root/root     51686 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__compr_8h_source.html
-rw-r--r-- root/root     12638 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__concurrent_8c.html
-rw-r--r-- root/root     72698 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__concurrent_8c_source.html
-rw-r--r-- root/root     12107 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__concurrent_8h.html
-rw-r--r-- root/root     50200 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__concurrent_8h_source.html
-rw-r--r-- root/root     28503 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__conflict_8c.html
-rw-r--r-- root/root    242722 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__conflict_8c_source.html
-rw-r--r-- root/root     27016 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__conflict_8h.html
-rw-r--r-- root/root    126958 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__conflict_8h_source.html
-rw-r--r-- root/root     77161 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cons_8c.html
-rw-r--r-- root/root    797719 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cons_8c_source.html
-rw-r--r-- root/root     76746 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cons_8h.html
-rw-r--r-- root/root    434048 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cons_8h_source.html
-rw-r--r-- root/root    101039 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__copy_8c.html
-rw-r--r-- root/root    911234 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__copy_8c_source.html
-rw-r--r-- root/root     37847 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__copy_8h.html
-rw-r--r-- root/root    273303 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__copy_8h_source.html
-rw-r--r-- root/root     28495 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cut_8c.html
-rw-r--r-- root/root    258802 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cut_8c_source.html
-rw-r--r-- root/root     27134 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cut_8h.html
-rw-r--r-- root/root    118456 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cut_8h_source.html
-rw-r--r-- root/root     15581 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cutsel_8c.html
-rw-r--r-- root/root     93114 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cutsel_8c_source.html
-rw-r--r-- root/root     15231 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cutsel_8h.html
-rw-r--r-- root/root     50513 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__cutsel_8h_source.html
-rw-r--r-- root/root     31829 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datastructures_8c.html
-rw-r--r-- root/root    183738 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datastructures_8c_source.html
-rw-r--r-- root/root     31367 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datastructures_8h.html
-rw-r--r-- root/root    120630 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datastructures_8h_source.html
-rw-r--r-- root/root     18904 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datatree_8c.html
-rw-r--r-- root/root    139251 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datatree_8c_source.html
-rw-r--r-- root/root     18413 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datatree_8h.html
-rw-r--r-- root/root     59431 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__datatree_8h_source.html
-rw-r--r-- root/root     54352 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dcmp_8c.html
-rw-r--r-- root/root    337930 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dcmp_8c_source.html
-rw-r--r-- root/root     13230 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dcmp_8h.html
-rw-r--r-- root/root     44337 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dcmp_8h_source.html
-rw-r--r-- root/root      7620 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__debug_8c.html
-rw-r--r-- root/root     27415 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__debug_8c_source.html
-rw-r--r-- root/root      7282 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__debug_8h.html
-rw-r--r-- root/root     20041 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__debug_8h_source.html
-rw-r--r-- root/root     14093 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dialog_8c.html
-rw-r--r-- root/root     76371 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dialog_8c_source.html
-rw-r--r-- root/root     13551 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dialog_8h.html
-rw-r--r-- root/root     49709 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__dialog_8h_source.html
-rw-r--r-- root/root     11475 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__disp_8c.html
-rw-r--r-- root/root     52962 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__disp_8c_source.html
-rw-r--r-- root/root     10945 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__disp_8h.html
-rw-r--r-- root/root     35697 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__disp_8h_source.html
-rw-r--r-- root/root     22073 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__event_8c.html
-rw-r--r-- root/root    160916 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__event_8c_source.html
-rw-r--r-- root/root     21459 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__event_8h.html
-rw-r--r-- root/root     89731 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__event_8h_source.html
-rw-r--r-- root/root     18415 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exact_8c.html
-rw-r--r-- root/root     87904 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exact_8c_source.html
-rw-r--r-- root/root     10034 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exact_8h.html
-rw-r--r-- root/root     33727 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exact_8h_source.html
-rw-r--r-- root/root     18352 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exception_8hpp.html
-rw-r--r-- root/root     51492 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__exception_8hpp_source.html
-rw-r--r-- root/root    102319 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__expr_8c.html
-rw-r--r-- root/root    691089 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__expr_8c_source.html
-rw-r--r-- root/root     62461 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__expr_8h.html
-rw-r--r-- root/root    266139 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__expr_8h_source.html
-rw-r--r-- root/root     27201 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__general_8c.html
-rw-r--r-- root/root    249898 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__general_8c_source.html
-rw-r--r-- root/root     18682 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__general_8h.html
-rw-r--r-- root/root     82213 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__general_8h_source.html
-rw-r--r-- root/root     19520 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__heur_8c.html
-rw-r--r-- root/root    125098 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__heur_8c_source.html
-rw-r--r-- root/root     19320 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__heur_8h.html
-rw-r--r-- root/root     74974 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__heur_8h_source.html
-rw-r--r-- root/root     13524 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__iisfinder_8c.html
-rw-r--r-- root/root     77094 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__iisfinder_8c_source.html
-rw-r--r-- root/root     13285 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__iisfinder_8h.html
-rw-r--r-- root/root     45212 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__iisfinder_8h_source.html
-rw-r--r-- root/root     79357 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lp_8c.html
-rw-r--r-- root/root    834088 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lp_8c_source.html
-rw-r--r-- root/root     76900 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lp_8h.html
-rw-r--r-- root/root    391864 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lp_8h_source.html
-rw-r--r-- root/root     27832 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lpexact_8c.html
-rw-r--r-- root/root    262435 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lpexact_8c_source.html
-rw-r--r-- root/root     26163 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lpexact_8h.html
-rw-r--r-- root/root    113743 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__lpexact_8h_source.html
-rw-r--r-- root/root     12234 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__mem_8c.html
-rw-r--r-- root/root     61470 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__mem_8c_source.html
-rw-r--r-- root/root     30498 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__mem_8h.html
-rw-r--r-- root/root     64663 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__mem_8h_source.html
-rw-r--r-- root/root     12875 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__message_8c.html
-rw-r--r-- root/root     69836 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__message_8c_source.html
-rw-r--r-- root/root     13985 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__message_8h.html
-rw-r--r-- root/root     50278 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__message_8h_source.html
-rw-r--r-- root/root     48994 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlp_8c.html
-rw-r--r-- root/root    487535 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlp_8c_source.html
-rw-r--r-- root/root     48623 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlp_8h.html
-rw-r--r-- root/root    233815 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlp_8h_source.html
-rw-r--r-- root/root     30325 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlpi_8c.html
-rw-r--r-- root/root    294227 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlpi_8c_source.html
-rw-r--r-- root/root     25370 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlpi_8h.html
-rw-r--r-- root/root     82394 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nlpi_8h_source.html
-rw-r--r-- root/root     17436 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nodesel_8c.html
-rw-r--r-- root/root    103971 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nodesel_8c_source.html
-rw-r--r-- root/root     17008 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nodesel_8h.html
-rw-r--r-- root/root     56975 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__nodesel_8h_source.html
-rw-r--r-- root/root     62754 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__numerics_8c.html
-rw-r--r-- root/root    380403 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__numerics_8c_source.html
-rw-r--r-- root/root     61915 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__numerics_8h.html
-rw-r--r-- root/root    217599 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__numerics_8h_source.html
-rw-r--r-- root/root     40413 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__param_8c.html
-rw-r--r-- root/root    281648 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__param_8c_source.html
-rw-r--r-- root/root     40090 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__param_8h.html
-rw-r--r-- root/root    165638 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__param_8h_source.html
-rw-r--r-- root/root     16600 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__presol_8c.html
-rw-r--r-- root/root     99806 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__presol_8c_source.html
-rw-r--r-- root/root     16178 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__presol_8h.html
-rw-r--r-- root/root     54934 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__presol_8h_source.html
-rw-r--r-- root/root     17945 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__pricer_8c.html
-rw-r--r-- root/root    124497 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__pricer_8c_source.html
-rw-r--r-- root/root     17523 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__pricer_8h.html
-rw-r--r-- root/root     74613 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__pricer_8h_source.html
-rw-r--r-- root/root     79068 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prob_8c.html
-rw-r--r-- root/root   1178777 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prob_8c_source.html
-rw-r--r-- root/root     64253 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prob_8h.html
-rw-r--r-- root/root    427714 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prob_8h_source.html
-rw-r--r-- root/root     40274 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__probing_8c.html
-rw-r--r-- root/root    427745 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__probing_8c_source.html
-rw-r--r-- root/root     29117 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__probing_8h.html
-rw-r--r-- root/root    134671 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__probing_8h_source.html
-rw-r--r-- root/root     20410 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prop_8c.html
-rw-r--r-- root/root    136069 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prop_8c_source.html
-rw-r--r-- root/root     20102 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prop_8h.html
-rw-r--r-- root/root     71358 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__prop_8h_source.html
-rw-r--r-- root/root      9362 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__randnumgen_8c.html
-rw-r--r-- root/root     35659 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__randnumgen_8c_source.html
-rw-r--r-- root/root      9033 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__randnumgen_8h.html
-rw-r--r-- root/root     26616 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__randnumgen_8h_source.html
-rw-r--r-- root/root     13200 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reader_8c.html
-rw-r--r-- root/root     80801 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reader_8c_source.html
-rw-r--r-- root/root     13210 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reader_8h.html
-rw-r--r-- root/root     50484 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reader_8h_source.html
-rw-r--r-- root/root     15719 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__relax_8c.html
-rw-r--r-- root/root     94611 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__relax_8c_source.html
-rw-r--r-- root/root     15299 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__relax_8h.html
-rw-r--r-- root/root     51952 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__relax_8h_source.html
-rw-r--r-- root/root     21488 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reopt_8c.html
-rw-r--r-- root/root    164973 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reopt_8c_source.html
-rw-r--r-- root/root     20717 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reopt_8h.html
-rw-r--r-- root/root     82670 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__reopt_8h_source.html
-rw-r--r-- root/root     18465 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sepa_8c.html
-rw-r--r-- root/root    115793 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sepa_8c_source.html
-rw-r--r-- root/root     18056 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sepa_8h.html
-rw-r--r-- root/root     67519 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sepa_8h_source.html
-rw-r--r-- root/root    124716 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sol_8c.html
-rw-r--r-- root/root   1314413 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sol_8c_source.html
-rw-r--r-- root/root     74173 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sol_8h.html
-rw-r--r-- root/root    378630 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__sol_8h_source.html
-rw-r--r-- root/root    106863 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solve_8c.html
-rw-r--r-- root/root   1092856 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solve_8c_source.html
-rw-r--r-- root/root     18383 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solve_8h.html
-rw-r--r-- root/root     94703 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solve_8h_source.html
-rw-r--r-- root/root    113985 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solvingstats_8c.html
-rw-r--r-- root/root   2103804 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solvingstats_8c_source.html
-rw-r--r-- root/root    100438 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solvingstats_8h.html
-rw-r--r-- root/root    574746 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__solvingstats_8h_source.html
-rw-r--r-- root/root     10623 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__table_8c.html
-rw-r--r-- root/root     47466 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__table_8c_source.html
-rw-r--r-- root/root     10197 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__table_8h.html
-rw-r--r-- root/root     33008 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__table_8h_source.html
-rw-r--r-- root/root     18804 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__timing_8c.html
-rw-r--r-- root/root    127049 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__timing_8c_source.html
-rw-r--r-- root/root     17849 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__timing_8h.html
-rw-r--r-- root/root     77786 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__timing_8h_source.html
-rw-r--r-- root/root     24835 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__tree_8c.html
-rw-r--r-- root/root    224699 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__tree_8c_source.html
-rw-r--r-- root/root     23641 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__tree_8h.html
-rw-r--r-- root/root    107936 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__tree_8h_source.html
-rw-r--r-- root/root     10132 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__validation_8c.html
-rw-r--r-- root/root    104690 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__validation_8c_source.html
-rw-r--r-- root/root      8888 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__validation_8h.html
-rw-r--r-- root/root     29995 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__validation_8h_source.html
-rw-r--r-- root/root    261734 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__var_8c.html
-rw-r--r-- root/root   3408337 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__var_8c_source.html
-rw-r--r-- root/root    192670 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__var_8h.html
-rw-r--r-- root/root   1055149 2026-01-28 11:28 ./usr/share/doc/scip/html/scip__var_8h_source.html
-rw-r--r-- root/root      7721 2026-01-28 11:28 ./usr/share/doc/scip/html/scipbuildflags_8c.html
-rw-r--r-- root/root     13026 2026-01-28 11:28 ./usr/share/doc/scip/html/scipbuildflags_8c_source.html
-rw-r--r-- root/root      7605 2026-01-28 11:28 ./usr/share/doc/scip/html/scipbuildflags_8h.html
-rw-r--r-- root/root     13905 2026-01-28 11:28 ./usr/share/doc/scip/html/scipbuildflags_8h_source.html
-rw-r--r-- root/root      8964 2026-01-28 11:28 ./usr/share/doc/scip/html/scipcoreplugins_8c.html
-rw-r--r-- root/root     17931 2026-01-28 11:28 ./usr/share/doc/scip/html/scipcoreplugins_8c_source.html
-rw-r--r-- root/root      9310 2026-01-28 11:28 ./usr/share/doc/scip/html/scipcoreplugins_8h.html
-rw-r--r-- root/root     17102 2026-01-28 11:28 ./usr/share/doc/scip/html/scipcoreplugins_8h_source.html
-rw-r--r-- root/root     32256 2026-01-28 11:28 ./usr/share/doc/scip/html/scipdefplugins_8c.html
-rw-r--r-- root/root    202798 2026-01-28 11:28 ./usr/share/doc/scip/html/scipdefplugins_8c_source.html
-rw-r--r-- root/root     58911 2026-01-28 11:28 ./usr/share/doc/scip/html/scipdefplugins_8h.html
-rw-r--r-- root/root    112769 2026-01-28 11:28 ./usr/share/doc/scip/html/scipdefplugins_8h_source.html
-rw-r--r-- root/root      7639 2026-01-28 11:28 ./usr/share/doc/scip/html/scipgithash_8c.html
-rw-r--r-- root/root     12729 2026-01-28 11:28 ./usr/share/doc/scip/html/scipgithash_8c_source.html
-rw-r--r-- root/root      7532 2026-01-28 11:28 ./usr/share/doc/scip/html/scipgithash_8h.html
-rw-r--r-- root/root     13828 2026-01-28 11:28 ./usr/share/doc/scip/html/scipgithash_8h_source.html
-rw-r--r-- root/root     16721 2026-01-28 11:28 ./usr/share/doc/scip/html/scippy.png
-rw-r--r-- root/root     29673 2026-01-28 11:28 ./usr/share/doc/scip/html/scipshell_8c.html
-rw-r--r-- root/root    172927 2026-01-28 11:28 ./usr/share/doc/scip/html/scipshell_8c_source.html
-rw-r--r-- root/root     16110 2026-01-28 11:28 ./usr/share/doc/scip/html/scipshell_8h.html
-rw-r--r-- root/root     18551 2026-01-28 11:28 ./usr/share/doc/scip/html/scipshell_8h_source.html
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/scip/html/search/
-rw-r--r-- root/root      2829 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_0.js
-rw-r--r-- root/root      1596 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1.js
-rw-r--r-- root/root     71465 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_10.js
-rw-r--r-- root/root    116063 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_11.js
-rw-r--r-- root/root     83716 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_12.js
-rw-r--r-- root/root      2234 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_13.js
-rw-r--r-- root/root       689 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_14.js
-rw-r--r-- root/root     96785 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_15.js
-rw-r--r-- root/root     96145 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_16.js
-rw-r--r-- root/root    183609 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_17.js
-rw-r--r-- root/root     63310 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_18.js
-rw-r--r-- root/root    160848 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_19.js
-rw-r--r-- root/root      5231 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1a.js
-rw-r--r-- root/root    128491 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1b.js
-rw-r--r-- root/root   4134494 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1c.js
-rw-r--r-- root/root    106246 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1d.js
-rw-r--r-- root/root     40015 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1e.js
-rw-r--r-- root/root     40815 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_1f.js
-rw-r--r-- root/root      1325 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_2.js
-rw-r--r-- root/root     11313 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_20.js
-rw-r--r-- root/root      5476 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_21.js
-rw-r--r-- root/root       660 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_22.js
-rw-r--r-- root/root       282 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_23.js
-rw-r--r-- root/root      5157 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_24.js
-rw-r--r-- root/root       806 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_3.js
-rw-r--r-- root/root       278 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_4.js
-rw-r--r-- root/root       243 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_5.js
-rw-r--r-- root/root       304 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_6.js
-rw-r--r-- root/root       709 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_7.js
-rw-r--r-- root/root       713 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_8.js
-rw-r--r-- root/root       779 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_9.js
-rw-r--r-- root/root    120608 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_a.js
-rw-r--r-- root/root    111201 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_b.js
-rw-r--r-- root/root    359669 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_c.js
-rw-r--r-- root/root    401460 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_d.js
-rw-r--r-- root/root     88321 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_e.js
-rw-r--r-- root/root     76203 2026-01-28 11:28 ./usr/share/doc/scip/html/search/all_f.js
-rw-r--r-- root/root       723 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_0.js
-rw-r--r-- root/root      1366 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_1.js
-rw-r--r-- root/root     23976 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_10.js
-rw-r--r-- root/root       703 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_11.js
-rw-r--r-- root/root       311 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_12.js
-rw-r--r-- root/root        98 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_13.js
-rw-r--r-- root/root      1471 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_2.js
-rw-r--r-- root/root       891 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_3.js
-rw-r--r-- root/root       362 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_4.js
-rw-r--r-- root/root        98 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_5.js
-rw-r--r-- root/root       338 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_6.js
-rw-r--r-- root/root       522 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_7.js
-rw-r--r-- root/root       197 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_8.js
-rw-r--r-- root/root       635 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_9.js
-rw-r--r-- root/root       608 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_a.js
-rw-r--r-- root/root       940 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_b.js
-rw-r--r-- root/root      2246 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_c.js
-rw-r--r-- root/root       524 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_d.js
-rw-r--r-- root/root       122 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_e.js
-rw-r--r-- root/root       634 2026-01-28 11:28 ./usr/share/doc/scip/html/search/classes_f.js
-rw-r--r-- root/root      3697 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_0.js
-rw-r--r-- root/root     31633 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_1.js
-rw-r--r-- root/root     17450 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_10.js
-rw-r--r-- root/root    232741 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_11.js
-rw-r--r-- root/root     29251 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_12.js
-rw-r--r-- root/root      1913 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_13.js
-rw-r--r-- root/root      2317 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_14.js
-rw-r--r-- root/root      1145 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_15.js
-rw-r--r-- root/root      1145 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_16.js
-rw-r--r-- root/root       252 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_17.js
-rw-r--r-- root/root     67878 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_2.js
-rw-r--r-- root/root    303632 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_3.js
-rw-r--r-- root/root     23196 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_4.js
-rw-r--r-- root/root      3737 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_5.js
-rw-r--r-- root/root      4322 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_6.js
-rw-r--r-- root/root     68371 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_7.js
-rw-r--r-- root/root      5749 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_8.js
-rw-r--r-- root/root       453 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_9.js
-rw-r--r-- root/root      4986 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_a.js
-rw-r--r-- root/root     21188 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_b.js
-rw-r--r-- root/root     15945 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_c.js
-rw-r--r-- root/root      1980 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_d.js
-rw-r--r-- root/root     24690 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_e.js
-rw-r--r-- root/root      1876 2026-01-28 11:28 ./usr/share/doc/scip/html/search/defines_f.js
-rw-r--r-- root/root       137 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_0.js
-rw-r--r-- root/root       164 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_1.js
-rw-r--r-- root/root       952 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_2.js
-rw-r--r-- root/root       370 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_3.js
-rw-r--r-- root/root       133 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_4.js
-rw-r--r-- root/root       735 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_5.js
-rw-r--r-- root/root       268 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_6.js
-rw-r--r-- root/root       247 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_7.js
-rw-r--r-- root/root       187 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_8.js
-rw-r--r-- root/root       929 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_9.js
-rw-r--r-- root/root       364 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_a.js
-rw-r--r-- root/root       351 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_b.js
-rw-r--r-- root/root      1523 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_c.js
-rw-r--r-- root/root       742 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_d.js
-rw-r--r-- root/root     10618 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_e.js
-rw-r--r-- root/root       501 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enums_f.js
-rw-r--r-- root/root      1654 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_0.js
-rw-r--r-- root/root      3152 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_1.js
-rw-r--r-- root/root      3357 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_10.js
-rw-r--r-- root/root       447 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_11.js
-rw-r--r-- root/root       799 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_12.js
-rw-r--r-- root/root      1758 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_2.js
-rw-r--r-- root/root       426 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_3.js
-rw-r--r-- root/root      2200 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_4.js
-rw-r--r-- root/root      2316 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_5.js
-rw-r--r-- root/root      2129 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_6.js
-rw-r--r-- root/root       588 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_7.js
-rw-r--r-- root/root       152 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_8.js
-rw-r--r-- root/root      4977 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_9.js
-rw-r--r-- root/root      3591 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_a.js
-rw-r--r-- root/root      1755 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_b.js
-rw-r--r-- root/root      1713 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_c.js
-rw-r--r-- root/root      8150 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_d.js
-rw-r--r-- root/root      4191 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_e.js
-rw-r--r-- root/root     78487 2026-01-28 11:28 ./usr/share/doc/scip/html/search/enumvalues_f.js
-rw-r--r-- root/root      6864 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_0.js
-rw-r--r-- root/root     12340 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_1.js
-rw-r--r-- root/root      7375 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_10.js
-rw-r--r-- root/root       440 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_11.js
-rw-r--r-- root/root      2025 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_12.js
-rw-r--r-- root/root      1280 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_2.js
-rw-r--r-- root/root      4327 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_3.js
-rw-r--r-- root/root        80 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_4.js
-rw-r--r-- root/root       350 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_5.js
-rw-r--r-- root/root     13228 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_6.js
-rw-r--r-- root/root       976 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_7.js
-rw-r--r-- root/root      1677 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_8.js
-rw-r--r-- root/root      1623 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_9.js
-rw-r--r-- root/root      4589 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_a.js
-rw-r--r-- root/root      3658 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_b.js
-rw-r--r-- root/root     12078 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_c.js
-rw-r--r-- root/root       236 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_d.js
-rw-r--r-- root/root      7284 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_e.js
-rw-r--r-- root/root     20332 2026-01-28 11:28 ./usr/share/doc/scip/html/search/files_f.js
-rw-r--r-- root/root     74374 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_0.js
-rw-r--r-- root/root     38430 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_1.js
-rw-r--r-- root/root     53010 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_10.js
-rw-r--r-- root/root   3617298 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_11.js
-rw-r--r-- root/root     34120 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_12.js
-rw-r--r-- root/root     22755 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_13.js
-rw-r--r-- root/root     11435 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_14.js
-rw-r--r-- root/root      4707 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_15.js
-rw-r--r-- root/root       449 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_16.js
-rw-r--r-- root/root       282 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_17.js
-rw-r--r-- root/root      5157 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_18.js
-rw-r--r-- root/root    201421 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_2.js
-rw-r--r-- root/root     45789 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_3.js
-rw-r--r-- root/root     35651 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_4.js
-rw-r--r-- root/root     37747 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_5.js
-rw-r--r-- root/root     57286 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_6.js
-rw-r--r-- root/root      9422 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_7.js
-rw-r--r-- root/root     40168 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_8.js
-rw-r--r-- root/root       563 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_9.js
-rw-r--r-- root/root     24157 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_a.js
-rw-r--r-- root/root     19071 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_b.js
-rw-r--r-- root/root     16792 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_c.js
-rw-r--r-- root/root     23874 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_d.js
-rw-r--r-- root/root     62230 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_e.js
-rw-r--r-- root/root       964 2026-01-28 11:28 ./usr/share/doc/scip/html/search/functions_f.js
-rw-r--r-- root/root      1240 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_0.js
-rw-r--r-- root/root      1245 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_1.js
-rw-r--r-- root/root      3860 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_10.js
-rw-r--r-- root/root      1257 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_11.js
-rw-r--r-- root/root       108 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_12.js
-rw-r--r-- root/root       405 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_13.js
-rw-r--r-- root/root       257 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_14.js
-rw-r--r-- root/root      2330 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_2.js
-rw-r--r-- root/root      4357 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_3.js
-rw-r--r-- root/root      1280 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_4.js
-rw-r--r-- root/root       918 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_5.js
-rw-r--r-- root/root       540 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_6.js
-rw-r--r-- root/root      1757 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_7.js
-rw-r--r-- root/root      3032 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_8.js
-rw-r--r-- root/root       839 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_9.js
-rw-r--r-- root/root      2975 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_a.js
-rw-r--r-- root/root      1516 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_b.js
-rw-r--r-- root/root       573 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_c.js
-rw-r--r-- root/root      2854 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_d.js
-rw-r--r-- root/root       132 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_e.js
-rw-r--r-- root/root      1604 2026-01-28 11:28 ./usr/share/doc/scip/html/search/groups_f.js
-rw-r--r-- root/root       263 2026-01-28 11:28 ./usr/share/doc/scip/html/search/namespaces_0.js
-rw-r--r-- root/root        71 2026-01-28 11:28 ./usr/share/doc/scip/html/search/namespaces_1.js
-rw-r--r-- root/root      2829 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_0.js
-rw-r--r-- root/root      1596 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1.js
-rw-r--r-- root/root      1360 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_10.js
-rw-r--r-- root/root     10353 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_11.js
-rw-r--r-- root/root     10212 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_12.js
-rw-r--r-- root/root       144 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_13.js
-rw-r--r-- root/root      2531 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_14.js
-rw-r--r-- root/root     10549 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_15.js
-rw-r--r-- root/root      5074 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_16.js
-rw-r--r-- root/root     13045 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_17.js
-rw-r--r-- root/root     12586 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_18.js
-rw-r--r-- root/root       455 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_19.js
-rw-r--r-- root/root      6957 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1a.js
-rw-r--r-- root/root     21134 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1b.js
-rw-r--r-- root/root     16993 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1c.js
-rw-r--r-- root/root      4345 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1d.js
-rw-r--r-- root/root      1400 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1e.js
-rw-r--r-- root/root      2172 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_1f.js
-rw-r--r-- root/root      1325 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_2.js
-rw-r--r-- root/root        91 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_20.js
-rw-r--r-- root/root       806 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_3.js
-rw-r--r-- root/root       278 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_4.js
-rw-r--r-- root/root       243 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_5.js
-rw-r--r-- root/root       304 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_6.js
-rw-r--r-- root/root       709 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_7.js
-rw-r--r-- root/root       713 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_8.js
-rw-r--r-- root/root       779 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_9.js
-rw-r--r-- root/root     21549 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_a.js
-rw-r--r-- root/root      5430 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_b.js
-rw-r--r-- root/root     16514 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_c.js
-rw-r--r-- root/root     10685 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_d.js
-rw-r--r-- root/root      4540 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_e.js
-rw-r--r-- root/root     12568 2026-01-28 11:28 ./usr/share/doc/scip/html/search/pages_f.js
-rw-r--r-- root/root      1933 2026-01-28 11:28 ./usr/share/doc/scip/html/search/related_0.js
-rw-r--r-- root/root      7002 2026-01-28 11:28 ./usr/share/doc/scip/html/search/search.css
-rw-r--r-- root/root     23995 2026-01-28 11:28 ./usr/share/doc/scip/html/search/search.js
-rw-r--r-- root/root       913 2026-01-28 11:28 ./usr/share/doc/scip/html/search/searchdata.js
-rw-r--r-- root/root       493 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_0.js
-rw-r--r-- root/root      1501 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_1.js
-rw-r--r-- root/root      1864 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_10.js
-rw-r--r-- root/root       393 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_11.js
-rw-r--r-- root/root       212 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_12.js
-rw-r--r-- root/root      2749 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_2.js
-rw-r--r-- root/root      1594 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_3.js
-rw-r--r-- root/root       246 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_4.js
-rw-r--r-- root/root      1038 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_5.js
-rw-r--r-- root/root       943 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_6.js
-rw-r--r-- root/root       500 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_7.js
-rw-r--r-- root/root      1044 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_8.js
-rw-r--r-- root/root      1565 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_9.js
-rw-r--r-- root/root      1311 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_a.js
-rw-r--r-- root/root      1298 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_b.js
-rw-r--r-- root/root       712 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_c.js
-rw-r--r-- root/root      1564 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_d.js
-rw-r--r-- root/root      1313 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_e.js
-rw-r--r-- root/root     52830 2026-01-28 11:28 ./usr/share/doc/scip/html/search/typedefs_f.js
-rw-r--r-- root/root     18337 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_0.js
-rw-r--r-- root/root     22823 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_1.js
-rw-r--r-- root/root      1560 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_10.js
-rw-r--r-- root/root     35174 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_11.js
-rw-r--r-- root/root     68350 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_12.js
-rw-r--r-- root/root     10712 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_13.js
-rw-r--r-- root/root     10388 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_14.js
-rw-r--r-- root/root     24089 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_15.js
-rw-r--r-- root/root      3004 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_16.js
-rw-r--r-- root/root       851 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_17.js
-rw-r--r-- root/root       428 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_18.js
-rw-r--r-- root/root     50119 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_2.js
-rw-r--r-- root/root     30918 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_3.js
-rw-r--r-- root/root     18155 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_4.js
-rw-r--r-- root/root     16992 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_5.js
-rw-r--r-- root/root      3755 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_6.js
-rw-r--r-- root/root      9519 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_7.js
-rw-r--r-- root/root     21557 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_8.js
-rw-r--r-- root/root      1555 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_9.js
-rw-r--r-- root/root       132 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_a.js
-rw-r--r-- root/root     54406 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_b.js
-rw-r--r-- root/root     34735 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_c.js
-rw-r--r-- root/root    135541 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_d.js
-rw-r--r-- root/root     13657 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_e.js
-rw-r--r-- root/root     34441 2026-01-28 11:28 ./usr/share/doc/scip/html/search/variables_f.js
-rw-r--r-- root/root    121844 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa_8c.html
-rw-r--r-- root/root    324251 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa_8c_source.html
-rw-r--r-- root/root     90531 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa_8h.html
-rw-r--r-- root/root     73248 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa_8h_source.html
-rw-r--r-- root/root    152592 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__aggregation_8c.html
-rw-r--r-- root/root    491509 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__aggregation_8c_source.html
-rw-r--r-- root/root      7794 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__aggregation_8h.html
-rw-r--r-- root/root     19298 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__aggregation_8h_source.html
-rw-r--r-- root/root    249726 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__cgmip_8c.html
-rw-r--r-- root/root   1225146 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__cgmip_8c_source.html
-rw-r--r-- root/root      7082 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__cgmip_8h.html
-rw-r--r-- root/root     17045 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__cgmip_8h_source.html
-rw-r--r-- root/root     90241 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__clique_8c.html
-rw-r--r-- root/root    303860 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__clique_8c_source.html
-rw-r--r-- root/root      6945 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__clique_8h.html
-rw-r--r-- root/root     16539 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__clique_8h_source.html
-rw-r--r-- root/root     45717 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__closecuts_8c.html
-rw-r--r-- root/root    168409 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__closecuts_8c_source.html
-rw-r--r-- root/root      8328 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__closecuts_8h.html
-rw-r--r-- root/root     22275 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__closecuts_8h_source.html
-rw-r--r-- root/root     70385 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__convexproj_8c.html
-rw-r--r-- root/root    303194 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__convexproj_8c_source.html
-rw-r--r-- root/root      9203 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__convexproj_8h.html
-rw-r--r-- root/root     23396 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__convexproj_8h_source.html
-rw-r--r-- root/root     95789 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__disjunctive_8c.html
-rw-r--r-- root/root    291954 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__disjunctive_8c_source.html
-rw-r--r-- root/root      7757 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__disjunctive_8h.html
-rw-r--r-- root/root     18600 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__disjunctive_8h_source.html
-rw-r--r-- root/root    246312 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__eccuts_8c.html
-rw-r--r-- root/root    887951 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__eccuts_8c_source.html
-rw-r--r-- root/root      9413 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__eccuts_8h.html
-rw-r--r-- root/root     24172 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__eccuts_8h_source.html
-rw-r--r-- root/root     28290 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__edge_8c.html
-rw-r--r-- root/root    118833 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__edge_8c_source.html
-rw-r--r-- root/root      9751 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__edge_8h.html
-rw-r--r-- root/root     15140 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__edge_8h_source.html
-rw-r--r-- root/root     93979 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__flower_8c.html
-rw-r--r-- root/root    429326 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__flower_8c_source.html
-rw-r--r-- root/root      9767 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__flower_8h.html
-rw-r--r-- root/root     22862 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__flower_8h_source.html
-rw-r--r-- root/root     84514 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gauge_8c.html
-rw-r--r-- root/root    323922 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gauge_8c_source.html
-rw-r--r-- root/root     10171 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gauge_8h.html
-rw-r--r-- root/root     24768 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gauge_8h_source.html
-rw-r--r-- root/root     72936 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gmi_8c.html
-rw-r--r-- root/root    269628 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gmi_8c_source.html
-rw-r--r-- root/root     11533 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gmi_8h.html
-rw-r--r-- root/root     15757 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gmi_8h_source.html
-rw-r--r-- root/root     84159 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gomory_8c.html
-rw-r--r-- root/root    307106 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gomory_8c_source.html
-rw-r--r-- root/root      6976 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gomory_8h.html
-rw-r--r-- root/root     16695 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__gomory_8h_source.html
-rw-r--r-- root/root     47068 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__impliedbounds_8c.html
-rw-r--r-- root/root    172427 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__impliedbounds_8c_source.html
-rw-r--r-- root/root      7016 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__impliedbounds_8h.html
-rw-r--r-- root/root     16651 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__impliedbounds_8h_source.html
-rw-r--r-- root/root    175454 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__interminor_8c.html
-rw-r--r-- root/root    533283 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__interminor_8c_source.html
-rw-r--r-- root/root      6142 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__interminor_8h.html
-rw-r--r-- root/root     16321 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__interminor_8h_source.html
-rw-r--r-- root/root     53947 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__intobj_8c.html
-rw-r--r-- root/root    160152 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__intobj_8c_source.html
-rw-r--r-- root/root      6939 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__intobj_8h.html
-rw-r--r-- root/root     16430 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__intobj_8h_source.html
-rw-r--r-- root/root    306891 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__lagromory_8c.html
-rw-r--r-- root/root    947639 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__lagromory_8c_source.html
-rw-r--r-- root/root      6788 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__lagromory_8h.html
-rw-r--r-- root/root     15889 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__lagromory_8h_source.html
-rw-r--r-- root/root    296665 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mcf_8c.html
-rw-r--r-- root/root   1597709 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mcf_8c_source.html
-rw-r--r-- root/root      7851 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mcf_8h.html
-rw-r--r-- root/root     18978 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mcf_8h_source.html
-rw-r--r-- root/root     86745 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__minor_8c.html
-rw-r--r-- root/root    292019 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__minor_8c_source.html
-rw-r--r-- root/root      8375 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__minor_8h.html
-rw-r--r-- root/root     21222 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__minor_8h_source.html
-rw-r--r-- root/root     52298 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mixing_8c.html
-rw-r--r-- root/root    242181 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mixing_8c_source.html
-rw-r--r-- root/root      6921 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mixing_8h.html
-rw-r--r-- root/root     16395 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__mixing_8h_source.html
-rw-r--r-- root/root    210764 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__oddcycle_8c.html
-rw-r--r-- root/root    956304 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__oddcycle_8c_source.html
-rw-r--r-- root/root      6938 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__oddcycle_8h.html
-rw-r--r-- root/root     16425 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__oddcycle_8h_source.html
-rw-r--r-- root/root     36845 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__partition_8c.html
-rw-r--r-- root/root    143256 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__partition_8c_source.html
-rw-r--r-- root/root      9782 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__partition_8h.html
-rw-r--r-- root/root     15268 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__partition_8h_source.html
-rw-r--r-- root/root     75037 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rapidlearning_8c.html
-rw-r--r-- root/root    358116 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rapidlearning_8c_source.html
-rw-r--r-- root/root      6992 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rapidlearning_8h.html
-rw-r--r-- root/root     16416 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rapidlearning_8h_source.html
-rw-r--r-- root/root    250978 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rlt_8c.html
-rw-r--r-- root/root    924155 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rlt_8c_source.html
-rw-r--r-- root/root      7247 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rlt_8h.html
-rw-r--r-- root/root     17923 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__rlt_8h_source.html
-rw-r--r-- root/root     58303 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__subtour_8c.html
-rw-r--r-- root/root    224696 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__subtour_8c_source.html
-rw-r--r-- root/root      9800 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__subtour_8h.html
-rw-r--r-- root/root     15283 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__subtour_8h_source.html
-rw-r--r-- root/root    225247 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__zerohalf_8c.html
-rw-r--r-- root/root    710643 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__zerohalf_8c_source.html
-rw-r--r-- root/root      6973 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__zerohalf_8h.html
-rw-r--r-- root/root     16991 2026-01-28 11:28 ./usr/share/doc/scip/html/sepa__zerohalf_8h_source.html
-rw-r--r-- root/root    146741 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastore_8c.html
-rw-r--r-- root/root    360769 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastore_8c_source.html
-rw-r--r-- root/root     77347 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastore_8h.html
-rw-r--r-- root/root     62351 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastore_8h_source.html
-rw-r--r-- root/root     35968 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastoreexact_8c.html
-rw-r--r-- root/root     81884 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastoreexact_8c_source.html
-rw-r--r-- root/root     32073 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastoreexact_8h.html
-rw-r--r-- root/root     35605 2026-01-28 11:28 ./usr/share/doc/scip/html/sepastoreexact_8h_source.html
-rw-r--r-- root/root   1108507 2026-01-28 11:28 ./usr/share/doc/scip/html/set_8c.html
-rw-r--r-- root/root   2192419 2026-01-28 11:28 ./usr/share/doc/scip/html/set_8c_source.html
-rw-r--r-- root/root    843589 2026-01-28 11:28 ./usr/share/doc/scip/html/set_8h.html
-rw-r--r-- root/root    514522 2026-01-28 11:28 ./usr/share/doc/scip/html/set_8h_source.html
-rw-r--r-- root/root    455373 2026-01-28 11:28 ./usr/share/doc/scip/html/sol_8c.html
-rw-r--r-- root/root   1271292 2026-01-28 11:28 ./usr/share/doc/scip/html/sol_8c_source.html
-rw-r--r-- root/root    377605 2026-01-28 11:28 ./usr/share/doc/scip/html/sol_8h.html
-rw-r--r-- root/root    219628 2026-01-28 11:28 ./usr/share/doc/scip/html/sol_8h_source.html
-rw-r--r-- root/root    419416 2026-01-28 11:28 ./usr/share/doc/scip/html/solve_8c.html
-rw-r--r-- root/root   1676511 2026-01-28 11:28 ./usr/share/doc/scip/html/solve_8c_source.html
-rw-r--r-- root/root    113660 2026-01-28 11:28 ./usr/share/doc/scip/html/solve_8h.html
-rw-r--r-- root/root     81346 2026-01-28 11:28 ./usr/share/doc/scip/html/solve_8h_source.html
-rw-r--r-- root/root     95495 2026-01-28 11:28 ./usr/share/doc/scip/html/sorttpl_8c.html
-rw-r--r-- root/root    252404 2026-01-28 11:28 ./usr/share/doc/scip/html/sorttpl_8c_source.html
-rw-r--r-- root/root     31722 2026-01-28 11:28 ./usr/share/doc/scip/html/spring_8c.html
-rw-r--r-- root/root    150955 2026-01-28 11:28 ./usr/share/doc/scip/html/spring_8c_source.html
-rw-r--r-- root/root      7770 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2cppmain_8cpp.html
-rw-r--r-- root/root     16899 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2cppmain_8cpp_source.html
-rw-r--r-- root/root      9745 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2main_8c.html
-rw-r--r-- root/root     22961 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2main_8c_source.html
-rw-r--r-- root/root    567580 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2scip_2benders_8c.html
-rw-r--r-- root/root   1933306 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2scip_2benders_8c_source.html
-rw-r--r-- root/root    224919 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2scip_2benders_8h.html
-rw-r--r-- root/root    150238 2026-01-28 11:28 ./usr/share/doc/scip/html/src_2scip_2benders_8h_source.html
-rw-r--r-- root/root     14800 2026-01-28 11:28 ./usr/share/doc/scip/html/stages.png
-rw-r--r-- root/root    116124 2026-01-28 11:28 ./usr/share/doc/scip/html/stat_8c.html
-rw-r--r-- root/root    349254 2026-01-28 11:28 ./usr/share/doc/scip/html/stat_8c_source.html
-rw-r--r-- root/root    134080 2026-01-28 11:28 ./usr/share/doc/scip/html/stat_8h.html
-rw-r--r-- root/root     89922 2026-01-28 11:28 ./usr/share/doc/scip/html/stat_8h_source.html
-rw-r--r-- root/root      9670 2026-01-28 11:28 ./usr/share/doc/scip/html/structAdjacentVarData.html
-rw-r--r-- root/root     20852 2026-01-28 11:28 ./usr/share/doc/scip/html/structAggregationData.html
-rw-r--r-- root/root     10678 2026-01-28 11:28 ./usr/share/doc/scip/html/structArcData.html
-rw-r--r-- root/root      9177 2026-01-28 11:28 ./usr/share/doc/scip/html/structArcSign.html
-rw-r--r-- root/root      8375 2026-01-28 11:28 ./usr/share/doc/scip/html/structArticulationNodeInformation.html
-rw-r--r-- root/root     10855 2026-01-28 11:28 ./usr/share/doc/scip/html/structArticulationPointCallStack.html
-rw-r--r-- root/root      8223 2026-01-28 11:28 ./usr/share/doc/scip/html/structBENDERS__Data.html
-rw-r--r-- root/root     10201 2026-01-28 11:28 ./usr/share/doc/scip/html/structBINARYVARLIST.html
-rw-r--r-- root/root      8791 2026-01-28 11:28 ./usr/share/doc/scip/html/structBINCONSDATA.html
-rw-r--r-- root/root     16222 2026-01-28 11:28 ./usr/share/doc/scip/html/structBLISS__Data.html
-rw-r--r-- root/root     18294 2026-01-28 11:28 ./usr/share/doc/scip/html/structBMS__BufMem.html
-rw-r--r-- root/root     18349 2026-01-28 11:28 ./usr/share/doc/scip/html/structBRANCHCAND.html
-rw-r--r-- root/root     28878 2026-01-28 11:28 ./usr/share/doc/scip/html/structBRANCHINGDECISION.html
-rw-r--r-- root/root     26307 2026-01-28 11:28 ./usr/share/doc/scip/html/structBRANCHINGRESULTDATA.html
-rw-r--r-- root/root     11055 2026-01-28 11:28 ./usr/share/doc/scip/html/structBilinBound.html
-rw-r--r-- root/root     18888 2026-01-28 11:28 ./usr/share/doc/scip/html/structBlock.html
-rw-r--r-- root/root     16100 2026-01-28 11:28 ./usr/share/doc/scip/html/structBlockproblem.html
-rw-r--r-- root/root     13477 2026-01-28 11:28 ./usr/share/doc/scip/html/structBnbNodeInfo.html
-rw-r--r-- root/root     17537 2026-01-28 11:28 ./usr/share/doc/scip/html/structBound.html
-rw-r--r-- root/root     10084 2026-01-28 11:28 ./usr/share/doc/scip/html/structBoundChg.html
-rw-r--r-- root/root      7190 2026-01-28 11:28 ./usr/share/doc/scip/html/structBoundPos.html
-rw-r--r-- root/root     23251 2026-01-28 11:28 ./usr/share/doc/scip/html/structBucket.html
-rw-r--r-- root/root      9552 2026-01-28 11:28 ./usr/share/doc/scip/html/structBucketlist.html
-rw-r--r-- root/root     14569 2026-01-28 11:28 ./usr/share/doc/scip/html/structCANDIDATE.html
-rw-r--r-- root/root      9466 2026-01-28 11:28 ./usr/share/doc/scip/html/structCANDIDATELIST.html
-rw-r--r-- root/root      8528 2026-01-28 11:28 ./usr/share/doc/scip/html/structCOMMONSUBEXPR__HASH__DATA.html
-rw-r--r-- root/root     51962 2026-01-28 11:28 ./usr/share/doc/scip/html/structCONFIGURATION.html
-rw-r--r-- root/root     13818 2026-01-28 11:28 ./usr/share/doc/scip/html/structCONSTRAINTLIST.html
-rw-r--r-- root/root      9525 2026-01-28 11:28 ./usr/share/doc/scip/html/structCONSUPGRADE.html
-rw-r--r-- root/root     11857 2026-01-28 11:28 ./usr/share/doc/scip/html/structCOPY__MAPEXPR__DATA.html
-rw-r--r-- root/root     13780 2026-01-28 11:28 ./usr/share/doc/scip/html/structCminInput.html
-rw-r--r-- root/root     12909 2026-01-28 11:28 ./usr/share/doc/scip/html/structColConsPair.html
-rw-r--r-- root/root      8204 2026-01-28 11:28 ./usr/share/doc/scip/html/structColPair.html
-rw-r--r-- root/root      8417 2026-01-28 11:28 ./usr/share/doc/scip/html/structColSwap.html
-rw-r--r-- root/root      8535 2026-01-28 11:28 ./usr/share/doc/scip/html/structColorDFSCallData.html
-rw-r--r-- root/root     33634 2026-01-28 11:28 ./usr/share/doc/scip/html/structComponent.html
-rw-r--r-- root/root     31221 2026-01-28 11:28 ./usr/share/doc/scip/html/structConsAndData.html
-rw-r--r-- root/root      8292 2026-01-28 11:28 ./usr/share/doc/scip/html/structConsNameFreq.html
-rw-r--r-- root/root      7318 2026-01-28 11:28 ./usr/share/doc/scip/html/structCreateReducedMembersCallstack.html
-rw-r--r-- root/root     16140 2026-01-28 11:28 ./usr/share/doc/scip/html/structCutArcListNode.html
-rw-r--r-- root/root      8512 2026-01-28 11:28 ./usr/share/doc/scip/html/structDFSCallData.html
-rw-r--r-- root/root     17145 2026-01-28 11:28 ./usr/share/doc/scip/html/structDIJKSTRA__Graph.html
-rw-r--r-- root/root     14315 2026-01-28 11:28 ./usr/share/doc/scip/html/structDOMAINREDUCTIONS.html
-rw-r--r-- root/root     30881 2026-01-28 11:28 ./usr/share/doc/scip/html/structDecompHorizon.html
-rw-r--r-- root/root     12378 2026-01-28 11:28 ./usr/share/doc/scip/html/structDepthInfo.html
-rw-r--r-- root/root     14757 2026-01-28 11:28 ./usr/share/doc/scip/html/structDiving__Heur.html
-rw-r--r-- root/root     15337 2026-01-28 11:28 ./usr/share/doc/scip/html/structDoubleExpSmooth.html
-rw-r--r-- root/root     13879 2026-01-28 11:28 ./usr/share/doc/scip/html/structEXPRENFO.html
-rw-r--r-- root/root      9915 2026-01-28 11:28 ./usr/share/doc/scip/html/structEXPRSTACK.html
-rw-r--r-- root/root     15677 2026-01-28 11:28 ./usr/share/doc/scip/html/structEcAggr.html
-rw-r--r-- root/root      8422 2026-01-28 11:28 ./usr/share/doc/scip/html/structFindCycleCall.html
-rw-r--r-- root/root     22230 2026-01-28 11:28 ./usr/share/doc/scip/html/structGenVBound.html
-rw-r--r-- root/root     15138 2026-01-28 11:28 ./usr/share/doc/scip/html/structGraph.html
-rw-r--r-- root/root     10653 2026-01-28 11:28 ./usr/share/doc/scip/html/structGraphData.html
-rw-r--r-- root/root     18018 2026-01-28 11:28 ./usr/share/doc/scip/html/structGraphEdge.html
-rw-r--r-- root/root     23263 2026-01-28 11:28 ./usr/share/doc/scip/html/structGraphNode.html
-rw-r--r-- root/root     15035 2026-01-28 11:28 ./usr/share/doc/scip/html/structHashData.html
-rw-r--r-- root/root     29447 2026-01-28 11:28 ./usr/share/doc/scip/html/structHeur__Stats.html
-rw-r--r-- root/root     35348 2026-01-28 11:28 ./usr/share/doc/scip/html/structImplintMatrix.html
-rw-r--r-- root/root     11366 2026-01-28 11:28 ./usr/share/doc/scip/html/structIntegerCandidateData.html
-rw-r--r-- root/root     17804 2026-01-28 11:28 ./usr/share/doc/scip/html/structLEVEL2DATA.html
-rw-r--r-- root/root     16077 2026-01-28 11:28 ./usr/share/doc/scip/html/structLEVEL2RESULT.html
-rw-r--r-- root/root     16564 2026-01-28 11:28 ./usr/share/doc/scip/html/structLexRedPermData.html
-rw-r--r-- root/root     18044 2026-01-28 11:28 ./usr/share/doc/scip/html/structLiftingData.html
-rw-r--r-- root/root     26664 2026-01-28 11:28 ./usr/share/doc/scip/html/structLinking.html
-rw-r--r-- root/root     32564 2026-01-28 11:28 ./usr/share/doc/scip/html/structMIR__Data.html
-rw-r--r-- root/root     18294 2026-01-28 11:28 ./usr/share/doc/scip/html/structMatrixComponents.html
-rw-r--r-- root/root     15484 2026-01-28 11:28 ./usr/share/doc/scip/html/structMatrixStatistics.html
-rw-r--r-- root/root      9461 2026-01-28 11:28 ./usr/share/doc/scip/html/structMemberInfo.html
-rw-r--r-- root/root      8541 2026-01-28 11:28 ./usr/share/doc/scip/html/structMergeTreeCallData.html
-rw-r--r-- root/root     12194 2026-01-28 11:28 ./usr/share/doc/scip/html/structMod2Col.html
-rw-r--r-- root/root     19371 2026-01-28 11:28 ./usr/share/doc/scip/html/structMod2Matrix.html
-rw-r--r-- root/root     23682 2026-01-28 11:28 ./usr/share/doc/scip/html/structMod2Row.html
-rw-r--r-- root/root     16713 2026-01-28 11:28 ./usr/share/doc/scip/html/structNAUTY__Data.html
-rw-r--r-- root/root     13042 2026-01-28 11:28 ./usr/share/doc/scip/html/structNH__FixingRate.html
-rw-r--r-- root/root     23350 2026-01-28 11:28 ./usr/share/doc/scip/html/structNH__Stats.html
-rw-r--r-- root/root     12820 2026-01-28 11:28 ./usr/share/doc/scip/html/structNewColInformation.html
-rw-r--r-- root/root     14278 2026-01-28 11:28 ./usr/share/doc/scip/html/structNewRowInformation.html
-rw-r--r-- root/root     45000 2026-01-28 11:28 ./usr/share/doc/scip/html/structNh.html
-rw-r--r-- root/root     29544 2026-01-28 11:28 ./usr/share/doc/scip/html/structNlrowAggr.html
-rw-r--r-- root/root     11956 2026-01-28 11:28 ./usr/share/doc/scip/html/structNodeData.html
-rw-r--r-- root/root      8585 2026-01-28 11:28 ./usr/share/doc/scip/html/structNodeDepthBranchIndex.html
-rw-r--r-- root/root     11090 2026-01-28 11:28 ./usr/share/doc/scip/html/structNodeInfo.html
-rw-r--r-- root/root      8371 2026-01-28 11:28 ./usr/share/doc/scip/html/structNodes.html
-rw-r--r-- root/root     24358 2026-01-28 11:28 ./usr/share/doc/scip/html/structOrbitalReductionComponentData.html
-rw-r--r-- root/root     22884 2026-01-28 11:28 ./usr/share/doc/scip/html/structOrbitopeData.html
-rw-r--r-- root/root     21166 2026-01-28 11:28 ./usr/share/doc/scip/html/structPERSISTENTDATA.html
-rw-r--r-- root/root     15292 2026-01-28 11:28 ./usr/share/doc/scip/html/structPathArcListNode.html
-rw-r--r-- root/root     16098 2026-01-28 11:28 ./usr/share/doc/scip/html/structRLT__SimpleRow.html
-rw-r--r-- root/root     12851 2026-01-28 11:28 ./usr/share/doc/scip/html/structRays.html
-rw-r--r-- root/root     17291 2026-01-28 11:28 ./usr/share/doc/scip/html/structRollingHorizon.html
-rw-r--r-- root/root      8466 2026-01-28 11:28 ./usr/share/doc/scip/html/structRowIndex.html
-rw-r--r-- root/root      8361 2026-01-28 11:28 ./usr/share/doc/scip/html/structRowPair.html
-rw-r--r-- root/root     12544 2026-01-28 11:28 ./usr/share/doc/scip/html/structRowVarPair.html
-rw-r--r-- root/root     31768 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__AggrRow.html
-rw-r--r-- root/root     12152 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Aggregate.html
-rw-r--r-- root/root      9513 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__AggregateExact.html
-rw-r--r-- root/root     20249 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__AggregationInfo.html
-rw-r--r-- root/root     13740 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Assignment.html
-rw-r--r-- root/root     11563 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Bandit.html
-rw-r--r-- root/root     11471 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BanditVTable.html
-rw-r--r-- root/root      8707 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BdChgIdx.html
-rw-r--r-- root/root     21321 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BdChgInfo.html
-rw-r--r-- root/root    154927 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Benders.html
-rw-r--r-- root/root     28853 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Benderscut.html
-rw-r--r-- root/root     13254 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BenderscutCut.html
-rw-r--r-- root/root     14260 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BoolArray.html
-rw-r--r-- root/root     10163 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BoolParam.html
-rw-r--r-- root/root     25854 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BoundChg.html
-rw-r--r-- root/root     12332 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BoundStore.html
-rw-r--r-- root/root     48083 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BranchCand.html
-rw-r--r-- root/root     43413 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Branchrule.html
-rw-r--r-- root/root      8608 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Bt.html
-rw-r--r-- root/root     11223 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__BtNode.html
-rw-r--r-- root/root      7165 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CPUClock.html
-rw-r--r-- root/root      9388 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CPXParam.html
-rw-r--r-- root/root     64296 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Certificate.html
-rw-r--r-- root/root     16716 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CertificateBound.html
-rw-r--r-- root/root     23303 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Certnodedata.html
-rw-r--r-- root/root     11067 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CharParam.html
-rw-r--r-- root/root      7273 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Child.html
-rw-r--r-- root/root     16054 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Clique.html
-rw-r--r-- root/root      9915 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CliqueList.html
-rw-r--r-- root/root     25039 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__CliqueTable.html
-rw-r--r-- root/root     17969 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Clock.html
-rw-r--r-- root/root    104908 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Col.html
-rw-r--r-- root/root     63686 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ColExact.html
-rw-r--r-- root/root     10296 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ColExactSolVals.html
-rw-r--r-- root/root     10319 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ColSolVals.html
-rw-r--r-- root/root     29411 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Compr.html
-rw-r--r-- root/root     30261 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConcSolver.html
-rw-r--r-- root/root     20764 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConcSolverType.html
-rw-r--r-- root/root     17187 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Concurrent.html
-rw-r--r-- root/root      7114 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Condition.html
-rw-r--r-- root/root    141035 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Conflict.html
-rw-r--r-- root/root     34519 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConflictRow.html
-rw-r--r-- root/root     34711 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConflictSet.html
-rw-r--r-- root/root     49747 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConflictStore.html
-rw-r--r-- root/root     23442 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Conflicthdlr.html
-rw-r--r-- root/root    108313 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Cons.html
-rw-r--r-- root/root     14362 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConsNonlinear__Auxexpr.html
-rw-r--r-- root/root     22639 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConsNonlinear__BilinTerm.html
-rw-r--r-- root/root     14752 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ConsSetChg.html
-rw-r--r-- root/root    225553 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Conshdlr.html
-rw-r--r-- root/root     12874 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Cut.html
-rw-r--r-- root/root     31770 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Cutpool.html
-rw-r--r-- root/root     33191 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Cutsel.html
-rw-r--r-- root/root     11707 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DATATREEITEM.html
-rw-r--r-- root/root     13698 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DATATREEVALUE.html
-rw-r--r-- root/root     12719 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Datatree.html
-rw-r--r-- root/root     31766 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Decomp.html
-rw-r--r-- root/root     12462 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DecompStore.html
-rw-r--r-- root/root     23053 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Dialog.html
-rw-r--r-- root/root     15696 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Dialoghdlr.html
-rw-r--r-- root/root     29158 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Digraph.html
-rw-r--r-- root/root     11222 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DisjointSet.html
-rw-r--r-- root/root     27175 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Disp.html
-rw-r--r-- root/root     30722 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Diveset.html
-rw-r--r-- root/root     26263 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DivesetStats.html
-rw-r--r-- root/root     11121 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Dom.html
-rw-r--r-- root/root     11584 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DomChgBoth.html
-rw-r--r-- root/root     11582 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DomChgBound.html
-rw-r--r-- root/root     14616 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DomChgDyn.html
-rw-r--r-- root/root     11227 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__DomExact.html
-rw-r--r-- root/root     35912 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Event.html
-rw-r--r-- root/root     13057 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventBdChg.html
-rw-r--r-- root/root     22754 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventFilter.html
-rw-r--r-- root/root      9464 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventHole.html
-rw-r--r-- root/root      7409 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventImplAdd.html
-rw-r--r-- root/root      9577 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventImplTypeChg.html
-rw-r--r-- root/root     12676 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventObjChg.html
-rw-r--r-- root/root     11207 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventQueue.html
-rw-r--r-- root/root      7118 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowAddedLP.html
-rw-r--r-- root/root      7158 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowAddedSepa.html
-rw-r--r-- root/root     10465 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowCoefChanged.html
-rw-r--r-- root/root      9347 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowConstChanged.html
-rw-r--r-- root/root      7136 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowDeletedLP.html
-rw-r--r-- root/root      7176 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowDeletedSepa.html
-rw-r--r-- root/root     10433 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventRowSideChanged.html
-rw-r--r-- root/root      9505 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventTypeChg.html
-rw-r--r-- root/root      7303 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventVarAdded.html
-rw-r--r-- root/root      7323 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventVarDeleted.html
-rw-r--r-- root/root      7286 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventVarFixed.html
-rw-r--r-- root/root      7326 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__EventVarUnlocked.html
-rw-r--r-- root/root     22385 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Eventhdlr.html
-rw-r--r-- root/root     43720 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Expr.html
-rw-r--r-- root/root     28512 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ExprIter.html
-rw-r--r-- root/root     50805 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Exprhdlr.html
-rw-r--r-- root/root     20430 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Fork.html
-rw-r--r-- root/root     11963 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__GUBCons.html
-rw-r--r-- root/root     14969 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__GUBSet.html
-rw-r--r-- root/root     19091 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__HashMap.html
-rw-r--r-- root/root      9298 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__HashMapEntry.html
-rw-r--r-- root/root     10321 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__HashSet.html
-rw-r--r-- root/root     20400 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__HashTable.html
-rw-r--r-- root/root     40171 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Heur.html
-rw-r--r-- root/root     34652 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__History.html
-rw-r--r-- root/root      8529 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Hole.html
-rw-r--r-- root/root      9896 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__HoleChg.html
-rw-r--r-- root/root      8771 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Holelist.html
-rw-r--r-- root/root     69907 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Hypergraph.html
-rw-r--r-- root/root     22672 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Hypergraph__Iter.html
-rw-r--r-- root/root     18188 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__IIS.html
-rw-r--r-- root/root     15545 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__IISfinder.html
-rw-r--r-- root/root     13697 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Implics.html
-rw-r--r-- root/root     14067 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__IntArray.html
-rw-r--r-- root/root     12356 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__IntParam.html
-rw-r--r-- root/root      8177 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Interrupt.html
-rw-r--r-- root/root     29665 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Interval.html
-rw-r--r-- root/root     12940 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Job.html
-rw-r--r-- root/root      9687 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__JobQueue.html
-rw-r--r-- root/root     13947 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__JobQueues.html
-rw-r--r-- root/root      7227 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Junction.html
-rw-r--r-- root/root     13499 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LPBdChgs.html
-rw-r--r-- root/root    265699 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LPi.html
-rw-r--r-- root/root     29727 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LPiExact.html
-rw-r--r-- root/root     16664 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LPiNorms.html
-rw-r--r-- root/root     22069 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LPiState.html
-rw-r--r-- root/root      7119 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Leaf.html
-rw-r--r-- root/root      8673 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LinConsStats.html
-rw-r--r-- root/root      9547 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LinConsUpgrade.html
-rw-r--r-- root/root      8519 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Linelist.html
-rw-r--r-- root/root      7996 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Lock.html
-rw-r--r-- root/root     13257 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LongintParam.html
-rw-r--r-- root/root      8608 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Loose.html
-rw-r--r-- root/root    234791 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Lp.html
-rw-r--r-- root/root    131801 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LpExact.html
-rw-r--r-- root/root     17254 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LpExactSolVals.html
-rw-r--r-- root/root     18774 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__LpSolVals.html
-rw-r--r-- root/root     46024 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Matrix.html
-rw-r--r-- root/root     18771 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__MatrixValsExact.html
-rw-r--r-- root/root     23431 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__McfNetwork.html
-rw-r--r-- root/root     12342 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Mem.html
-rw-r--r-- root/root     22536 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Messagehdlr.html
-rw-r--r-- root/root     40959 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__MirInfo.html
-rw-r--r-- root/root     12332 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Multaggr.html
-rw-r--r-- root/root      8539 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__MultaggrExact.html
-rw-r--r-- root/root     17643 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__MultiHash.html
-rw-r--r-- root/root      8911 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__MultiHashList.html
-rw-r--r-- root/root     62178 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NETCOLADD.html
-rw-r--r-- root/root     35020 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NETMATDECDATA.html
-rw-r--r-- root/root     94402 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NETROWADD.html
-rw-r--r-- root/root      8411 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Negate.html
-rw-r--r-- root/root     10410 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Netmatdec.html
-rw-r--r-- root/root     45613 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlRow.html
-rw-r--r-- root/root     45806 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Nlhdlr.html
-rw-r--r-- root/root     75147 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Nlp.html
-rw-r--r-- root/root     22150 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlpParam.html
-rw-r--r-- root/root     12804 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlpStatistics.html
-rw-r--r-- root/root     45198 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Nlpi.html
-rw-r--r-- root/root     53355 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlpiOracle.html
-rw-r--r-- root/root     21749 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlpiOracleCons.html
-rw-r--r-- root/root    121728 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NlpiProblem.html
-rw-r--r-- root/root     52025 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Node.html
-rw-r--r-- root/root     16909 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__NodePQ.html
-rw-r--r-- root/root     24889 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Nodesel.html
-rw-r--r-- root/root     12705 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ObjImplics.html
-rw-r--r-- root/root      8600 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Original.html
-rw-r--r-- root/root     14260 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__PQueue.html
-rw-r--r-- root/root     36312 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Param.html
-rw-r--r-- root/root     14358 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ParamSet.html
-rw-r--r-- root/root     18947 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Pattern.html
-rw-r--r-- root/root     17774 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__PendingBdchg.html
-rw-r--r-- root/root     54261 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Presol.html
-rw-r--r-- root/root     30912 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Pricer.html
-rw-r--r-- root/root     28452 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Pricestore.html
-rw-r--r-- root/root     37973 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Primal.html
-rw-r--r-- root/root     85157 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Prob.html
-rw-r--r-- root/root     23311 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Probingnode.html
-rw-r--r-- root/root     14038 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Profile.html
-rw-r--r-- root/root     17795 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ProofSet.html
-rw-r--r-- root/root     74435 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Prop.html
-rw-r--r-- root/root     12153 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Pseudofork.html
-rw-r--r-- root/root     14069 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__PtrArray.html
-rw-r--r-- root/root     25180 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__QuadExpr.html
-rw-r--r-- root/root     12886 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__QuadExpr__BilinTerm.html
-rw-r--r-- root/root     15148 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__QuadExpr__QuadTerm.html
-rw-r--r-- root/root     14120 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Queue.html
-rw-r--r-- root/root      8708 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RBTreeNode.html
-rw-r--r-- root/root     10476 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RandNumGen.html
-rw-r--r-- root/root     10732 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Ratio.html
-rw-r--r-- root/root     19603 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Rational.html
-rw-r--r-- root/root      9457 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RationalArray.html
-rw-r--r-- root/root     17710 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Reader.html
-rw-r--r-- root/root     14260 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RealArray.html
-rw-r--r-- root/root     13155 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RealParam.html
-rw-r--r-- root/root     14342 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RegForest.html
-rw-r--r-- root/root     18845 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Regression.html
-rw-r--r-- root/root     36115 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Relax.html
-rw-r--r-- root/root     12665 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Relaxation.html
-rw-r--r-- root/root     62375 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Reopt.html
-rw-r--r-- root/root     47847 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ReoptNode.html
-rw-r--r-- root/root     27260 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ReoptTree.html
-rw-r--r-- root/root      9504 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ResourceActivity.html
-rw-r--r-- root/root    135306 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Row.html
-rw-r--r-- root/root     83406 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RowExact.html
-rw-r--r-- root/root     10322 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RowExactSolVals.html
-rw-r--r-- root/root     31283 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RowPrep.html
-rw-r--r-- root/root     10349 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__RowSolVals.html
-rw-r--r-- root/root     58579 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Sepa.html
-rw-r--r-- root/root     22926 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SepaStore.html
-rw-r--r-- root/root     15179 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SepaStoreExact.html
-rw-r--r-- root/root    492726 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Set.html
-rw-r--r-- root/root     10463 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ShadowBoundUpdate.html
-rw-r--r-- root/root     19550 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ShadowNode.html
-rw-r--r-- root/root      7669 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ShadowTree.html
-rw-r--r-- root/root      7142 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Sibling.html
-rw-r--r-- root/root     29873 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Sol.html
-rw-r--r-- root/root     16351 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SolNode.html
-rw-r--r-- root/root     12079 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SolTree.html
-rw-r--r-- root/root     10644 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SparseSol.html
-rw-r--r-- root/root    374818 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Stat.html
-rw-r--r-- root/root      9742 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__StringParam.html
-rw-r--r-- root/root     22345 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SubproblemParams.html
-rw-r--r-- root/root     10220 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SubproblemSolveStat.html
-rw-r--r-- root/root     20347 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Subroot.html
-rw-r--r-- root/root     33119 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__SyncStore.html
-rw-r--r-- root/root     22883 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Table.html
-rw-r--r-- root/root     23055 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ThreadPool.html
-rw-r--r-- root/root      8083 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Time.html
-rw-r--r-- root/root    110589 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Tree.html
-rw-r--r-- root/root     18745 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Treemodel.html
-rw-r--r-- root/root     12080 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__VBounds.html
-rw-r--r-- root/root     11321 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__VGraph.html
-rw-r--r-- root/root      9924 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ValsExact.html
-rw-r--r-- root/root     11200 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__ValueHistory.html
-rw-r--r-- root/root    110293 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Var.html
-rw-r--r-- root/root     19225 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__VarDataExact.html
-rw-r--r-- root/root     14511 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Viol.html
-rw-r--r-- root/root     19654 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__Visual.html
-rw-r--r-- root/root      8337 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCIP__WallClock.html
-rw-r--r-- root/root     15602 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCORECONTAINER.html
-rw-r--r-- root/root     17246 2026-01-28 11:28 ./usr/share/doc/scip/html/structSCVarData.html
-rw-r--r-- root/root     21646 2026-01-28 11:28 ./usr/share/doc/scip/html/structSNF__Relaxation.html
-rw-r--r-- root/root      8502 2026-01-28 11:28 ./usr/share/doc/scip/html/structSORTEXPRDATA.html
-rw-r--r-- root/root     11645 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRColReducedComponent.html
-rw-r--r-- root/root     37757 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRColReducedMember.html
-rw-r--r-- root/root     23486 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRNetworkDecompositionArc.html
-rw-r--r-- root/root      9779 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRNetworkDecompositionArcListNode.html
-rw-r--r-- root/root     18042 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRNetworkDecompositionMember.html
-rw-r--r-- root/root     10570 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRNetworkDecompositionNode.html
-rw-r--r-- root/root      8621 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRRowReducedComponent.html
-rw-r--r-- root/root     44929 2026-01-28 11:28 ./usr/share/doc/scip/html/structSPQRRowReducedMember.html
-rw-r--r-- root/root     18075 2026-01-28 11:28 ./usr/share/doc/scip/html/structSTATUS.html
-rw-r--r-- root/root     20696 2026-01-28 11:28 ./usr/share/doc/scip/html/structSYMMETRY__Data.html
-rw-r--r-- root/root     11976 2026-01-28 11:28 ./usr/share/doc/scip/html/structSYM__ExprData.html
-rw-r--r-- root/root     57995 2026-01-28 11:28 ./usr/share/doc/scip/html/structSYM__Graph.html
-rw-r--r-- root/root      8710 2026-01-28 11:28 ./usr/share/doc/scip/html/structSYM__Sortgraphcompvars.html
-rw-r--r-- root/root     47310 2026-01-28 11:28 ./usr/share/doc/scip/html/structScip.html
-rw-r--r-- root/root     12651 2026-01-28 11:28 ./usr/share/doc/scip/html/structSmpsInput.html
-rw-r--r-- root/root      9248 2026-01-28 11:28 ./usr/share/doc/scip/html/structSolIntAssignment.html
-rw-r--r-- root/root     11718 2026-01-28 11:28 ./usr/share/doc/scip/html/structSolveFreq.html
-rw-r--r-- root/root     13570 2026-01-28 11:28 ./usr/share/doc/scip/html/structSolveLimits.html
-rw-r--r-- root/root      9481 2026-01-28 11:28 ./usr/share/doc/scip/html/structSplitOrientation.html
-rw-r--r-- root/root     23530 2026-01-28 11:28 ./usr/share/doc/scip/html/structStoInput.html
-rw-r--r-- root/root     28731 2026-01-28 11:28 ./usr/share/doc/scip/html/structStoScenario.html
-rw-r--r-- root/root     11332 2026-01-28 11:28 ./usr/share/doc/scip/html/structSubscipData.html
-rw-r--r-- root/root     19105 2026-01-28 11:28 ./usr/share/doc/scip/html/structSubtreeSumGap.html
-rw-r--r-- root/root     18556 2026-01-28 11:28 ./usr/share/doc/scip/html/structTCLIQUE__Data.html
-rw-r--r-- root/root     12065 2026-01-28 11:28 ./usr/share/doc/scip/html/structTabooList.html
-rw-r--r-- root/root     24038 2026-01-28 11:28 ./usr/share/doc/scip/html/structTimInput.html
-rw-r--r-- root/root     14631 2026-01-28 11:28 ./usr/share/doc/scip/html/structTimStage.html
-rw-r--r-- root/root     24813 2026-01-28 11:28 ./usr/share/doc/scip/html/structTimeSeries.html
-rw-r--r-- root/root     16442 2026-01-28 11:28 ./usr/share/doc/scip/html/structTransIntRow.html
-rw-r--r-- root/root     16593 2026-01-28 11:28 ./usr/share/doc/scip/html/structTreeData.html
-rw-r--r-- root/root     12169 2026-01-28 11:28 ./usr/share/doc/scip/html/structTreeProfile.html
-rw-r--r-- root/root     11366 2026-01-28 11:28 ./usr/share/doc/scip/html/structTreeProfileStats.html
-rw-r--r-- root/root     13177 2026-01-28 11:28 ./usr/share/doc/scip/html/structVERTEXPOLYFUN__EVALDATA.html
-rw-r--r-- root/root     11991 2026-01-28 11:28 ./usr/share/doc/scip/html/structVarArrayNodeDepthBranchIndex.html
-rw-r--r-- root/root     18548 2026-01-28 11:28 ./usr/share/doc/scip/html/structVarPrio.html
-rw-r--r-- root/root     11697 2026-01-28 11:28 ./usr/share/doc/scip/html/structWARMSTARTINFO.html
-rw-r--r-- root/root      6872 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__bandit_8h.html
-rw-r--r-- root/root     23901 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__bandit_8h_source.html
-rw-r--r-- root/root      9206 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__benders_8h.html
-rw-r--r-- root/root    133578 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__benders_8h_source.html
-rw-r--r-- root/root      6589 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__benderscut_8h.html
-rw-r--r-- root/root     30778 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__benderscut_8h_source.html
-rw-r--r-- root/root      6807 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__branch_8h.html
-rw-r--r-- root/root     63734 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__branch_8h_source.html
-rw-r--r-- root/root      7937 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__certificate_8h.html
-rw-r--r-- root/root     97962 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__certificate_8h_source.html
-rw-r--r-- root/root      6936 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__clock_8h.html
-rw-r--r-- root/root     27223 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__clock_8h_source.html
-rw-r--r-- root/root      6504 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__compr_8h.html
-rw-r--r-- root/root     31165 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__compr_8h_source.html
-rw-r--r-- root/root      6835 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__concsolver_8h.html
-rw-r--r-- root/root     44934 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__concsolver_8h_source.html
-rw-r--r-- root/root      6998 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__concurrent_8h.html
-rw-r--r-- root/root     27095 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__concurrent_8h_source.html
-rw-r--r-- root/root      8120 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__conflict_8h.html
-rw-r--r-- root/root    150699 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__conflict_8h_source.html
-rw-r--r-- root/root      6018 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__conflictstore_8h.html
-rw-r--r-- root/root     41901 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__conflictstore_8h_source.html
-rw-r--r-- root/root      7259 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cons_8h.html
-rw-r--r-- root/root    199973 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cons_8h_source.html
-rw-r--r-- root/root      6972 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cutpool_8h.html
-rw-r--r-- root/root     38229 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cutpool_8h_source.html
-rw-r--r-- root/root      6442 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cuts_8h.html
-rw-r--r-- root/root     23319 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cuts_8h_source.html
-rw-r--r-- root/root      6420 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cutsel_8h.html
-rw-r--r-- root/root     32495 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__cutsel_8h_source.html
-rw-r--r-- root/root      7220 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__datatree_8h.html
-rw-r--r-- root/root     33267 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__datatree_8h_source.html
-rw-r--r-- root/root      6673 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__dcmp_8h.html
-rw-r--r-- root/root     35787 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__dcmp_8h_source.html
-rw-r--r-- root/root      6904 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__dialog_8h.html
-rw-r--r-- root/root     35454 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__dialog_8h_source.html
-rw-r--r-- root/root      6388 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__disp_8h.html
-rw-r--r-- root/root     29424 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__disp_8h_source.html
-rw-r--r-- root/root     12189 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__event_8h.html
-rw-r--r-- root/root    122766 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__event_8h_source.html
-rw-r--r-- root/root     10639 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__expr_8h.html
-rw-r--r-- root/root    117372 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__expr_8h_source.html
-rw-r--r-- root/root      8134 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__heur_8h.html
-rw-r--r-- root/root     78553 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__heur_8h_source.html
-rw-r--r-- root/root      6691 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__history_8h.html
-rw-r--r-- root/root     35451 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__history_8h_source.html
-rw-r--r-- root/root      6555 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__hypergraph_8h.html
-rw-r--r-- root/root     50220 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__hypergraph_8h_source.html
-rw-r--r-- root/root      6686 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__iisfinder_8h.html
-rw-r--r-- root/root     30945 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__iisfinder_8h_source.html
-rw-r--r-- root/root      7744 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__implics_8h.html
-rw-r--r-- root/root     53913 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__implics_8h_source.html
-rw-r--r-- root/root      9862 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__lp_8h.html
-rw-r--r-- root/root    247697 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__lp_8h_source.html
-rw-r--r-- root/root     10578 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__lpexact_8h.html
-rw-r--r-- root/root    191969 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__lpexact_8h_source.html
-rw-r--r-- root/root      6906 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__matrix_8h.html
-rw-r--r-- root/root     48052 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__matrix_8h_source.html
-rw-r--r-- root/root      6491 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__mem_8h.html
-rw-r--r-- root/root     18444 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__mem_8h_source.html
-rw-r--r-- root/root      6434 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__message_8h.html
-rw-r--r-- root/root     25810 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__message_8h_source.html
-rw-r--r-- root/root     12177 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__misc_8h.html
-rw-r--r-- root/root    148139 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__misc_8h_source.html
-rw-r--r-- root/root      6742 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlhdlr_8h.html
-rw-r--r-- root/root     41419 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlhdlr_8h_source.html
-rw-r--r-- root/root      7852 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlp_8h.html
-rw-r--r-- root/root     79608 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlp_8h_source.html
-rw-r--r-- root/root      6522 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlpi_8h.html
-rw-r--r-- root/root     42030 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nlpi_8h_source.html
-rw-r--r-- root/root      6784 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nodesel_8h.html
-rw-r--r-- root/root     35565 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__nodesel_8h_source.html
-rw-r--r-- root/root     13095 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__paramset_8h.html
-rw-r--r-- root/root     63729 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__paramset_8h_source.html
-rw-r--r-- root/root      6506 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__presol_8h.html
-rw-r--r-- root/root     45335 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__presol_8h_source.html
-rw-r--r-- root/root      6513 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__pricer_8h.html
-rw-r--r-- root/root     30871 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__pricer_8h_source.html
-rw-r--r-- root/root      6683 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__pricestore_8h.html
-rw-r--r-- root/root     29571 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__pricestore_8h_source.html
-rw-r--r-- root/root      6663 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__primal_8h.html
-rw-r--r-- root/root     34016 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__primal_8h_source.html
-rw-r--r-- root/root      6721 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__prob_8h.html
-rw-r--r-- root/root     55142 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__prob_8h_source.html
-rw-r--r-- root/root      6479 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__prop_8h.html
-rw-r--r-- root/root     58128 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__prop_8h_source.html
-rw-r--r-- root/root      6884 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__rational_8h.html
-rw-r--r-- root/root     20342 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__rational_8h_source.html
-rw-r--r-- root/root      6404 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__reader_8h.html
-rw-r--r-- root/root     22612 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__reader_8h_source.html
-rw-r--r-- root/root      6745 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__relax_8h.html
-rw-r--r-- root/root     39871 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__relax_8h_source.html
-rw-r--r-- root/root      8137 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__reopt_8h.html
-rw-r--r-- root/root    102355 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__reopt_8h_source.html
-rw-r--r-- root/root      9349 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__scip_8h.html
-rw-r--r-- root/root     62252 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__scip_8h_source.html
-rw-r--r-- root/root      6478 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sepa_8h.html
-rw-r--r-- root/root     46871 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sepa_8h_source.html
-rw-r--r-- root/root      7021 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sepastore_8h.html
-rw-r--r-- root/root     32865 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sepastore_8h_source.html
-rw-r--r-- root/root      9654 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__set_8h.html
-rw-r--r-- root/root    422485 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__set_8h_source.html
-rw-r--r-- root/root      7174 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sol_8h.html
-rw-r--r-- root/root     49776 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__sol_8h_source.html
-rw-r--r-- root/root      7637 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__stat_8h.html
-rw-r--r-- root/root    232858 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__stat_8h_source.html
-rw-r--r-- root/root      6795 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__symmetry_8h.html
-rw-r--r-- root/root     50940 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__symmetry_8h_source.html
-rw-r--r-- root/root      7682 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__syncstore_8h.html
-rw-r--r-- root/root     52154 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__syncstore_8h_source.html
-rw-r--r-- root/root      6425 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__table_8h.html
-rw-r--r-- root/root     26193 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__table_8h_source.html
-rw-r--r-- root/root      9547 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__tree_8h.html
-rw-r--r-- root/root    152864 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__tree_8h_source.html
-rw-r--r-- root/root     12255 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__var_8h.html
-rw-r--r-- root/root    189543 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__var_8h_source.html
-rw-r--r-- root/root      6629 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__visual_8h.html
-rw-r--r-- root/root     24566 2026-01-28 11:28 ./usr/share/doc/scip/html/struct__visual_8h_source.html
-rw-r--r-- root/root     18488 2026-01-28 11:28 ./usr/share/doc/scip/html/structblockinfo.html
-rw-r--r-- root/root     10638 2026-01-28 11:28 ./usr/share/doc/scip/html/structdata__crossover.html
-rw-r--r-- root/root      7186 2026-01-28 11:28 ./usr/share/doc/scip/html/structdata__dins.html
-rw-r--r-- root/root      7472 2026-01-28 11:28 ./usr/share/doc/scip/html/structdata__mutation.html
-rw-r--r-- root/root      7331 2026-01-28 11:28 ./usr/share/doc/scip/html/structdata__trustregion.html
-rw-r--r-- root/root     11147 2026-01-28 11:28 ./usr/share/doc/scip/html/structexprnode.html
-rw-r--r-- root/root     17438 2026-01-28 11:28 ./usr/share/doc/scip/html/structparse__pos__struct.html
-rw-r--r-- root/root      8444 2026-01-28 11:28 ./usr/share/doc/scip/html/structparse__stack__struct.html
-rw-r--r-- root/root     11644 2026-01-28 11:28 ./usr/share/doc/scip/html/structrowdata.html
-rw-r--r-- root/root     14046 2026-01-28 11:28 ./usr/share/doc/scip/html/structscip_1_1ObjCloneable.html
-rw-r--r-- root/root     14190 2026-01-28 11:28 ./usr/share/doc/scip/html/structscip_1_1ObjProbCloneable.html
-rw-r--r-- root/root      8010 2026-01-28 11:28 ./usr/share/doc/scip/html/structset.html
-rw-r--r-- root/root     10438 2026-01-28 11:28 ./usr/share/doc/scip/html/sudoku__main_8cpp.html
-rw-r--r-- root/root     92662 2026-01-28 11:28 ./usr/share/doc/scip/html/sudoku__main_8cpp_source.html
-rw-r--r-- root/root      7516 2026-01-28 11:28 ./usr/share/doc/scip/html/sudoku__utils_8h.html
-rw-r--r-- root/root     28170 2026-01-28 11:28 ./usr/share/doc/scip/html/sudoku__utils_8h_source.html
-rw-r--r-- root/root     40536 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry_8c.html
-rw-r--r-- root/root    516633 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry_8c_source.html
-rw-r--r-- root/root     21047 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry_8h.html
-rw-r--r-- root/root     92068 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry_8h_source.html
-rw-r--r-- root/root     83681 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__graph_8c.html
-rw-r--r-- root/root    502230 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__graph_8c_source.html
-rw-r--r-- root/root     32767 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__graph_8h.html
-rw-r--r-- root/root    113419 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__graph_8h_source.html
-rw-r--r-- root/root    175655 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__lexred_8c.html
-rw-r--r-- root/root    546752 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__lexred_8c_source.html
-rw-r--r-- root/root     36713 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__lexred_8h.html
-rw-r--r-- root/root     38312 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__lexred_8h_source.html
-rw-r--r-- root/root    105938 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbital_8c.html
-rw-r--r-- root/root    455544 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbital_8c_source.html
-rw-r--r-- root/root     33058 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbital_8h.html
-rw-r--r-- root/root     36309 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbital_8h_source.html
-rw-r--r-- root/root    144157 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbitopal_8c.html
-rw-r--r-- root/root    591908 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbitopal_8c_source.html
-rw-r--r-- root/root     41620 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbitopal_8h.html
-rw-r--r-- root/root     48111 2026-01-28 11:28 ./usr/share/doc/scip/html/symmetry__orbitopal_8h_source.html
-rw-r--r-- root/root    112336 2026-01-28 11:28 ./usr/share/doc/scip/html/syncstore_8c.html
-rw-r--r-- root/root    226502 2026-01-28 11:28 ./usr/share/doc/scip/html/syncstore_8c_source.html
-rw-r--r-- root/root    109422 2026-01-28 11:28 ./usr/share/doc/scip/html/syncstore_8h.html
-rw-r--r-- root/root     81865 2026-01-28 11:28 ./usr/share/doc/scip/html/syncstore_8h_source.html
-rw-r--r-- root/root     56485 2026-01-28 11:28 ./usr/share/doc/scip/html/table_8c.html
-rw-r--r-- root/root    117561 2026-01-28 11:28 ./usr/share/doc/scip/html/table_8c_source.html
-rw-r--r-- root/root     41205 2026-01-28 11:28 ./usr/share/doc/scip/html/table_8h.html
-rw-r--r-- root/root     43197 2026-01-28 11:28 ./usr/share/doc/scip/html/table_8h_source.html
-rw-r--r-- root/root    226948 2026-01-28 11:28 ./usr/share/doc/scip/html/table__default_8c.html
-rw-r--r-- root/root    317985 2026-01-28 11:28 ./usr/share/doc/scip/html/table__default_8c_source.html
-rw-r--r-- root/root      6933 2026-01-28 11:28 ./usr/share/doc/scip/html/table__default_8h.html
-rw-r--r-- root/root     16421 2026-01-28 11:28 ./usr/share/doc/scip/html/table__default_8h_source.html
-rw-r--r-- root/root      7571 2026-01-28 11:28 ./usr/share/doc/scip/html/tabs.css
-rw-r--r-- root/root     85642 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique_8h.html
-rw-r--r-- root/root     72663 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique_8h_source.html
-rw-r--r-- root/root     98173 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__branch_8c.html
-rw-r--r-- root/root    248683 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__branch_8c_source.html
-rw-r--r-- root/root     26435 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__coloring_8c.html
-rw-r--r-- root/root    115417 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__coloring_8c_source.html
-rw-r--r-- root/root     16692 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__coloring_8h.html
-rw-r--r-- root/root     25246 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__coloring_8h_source.html
-rw-r--r-- root/root     22253 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__def_8h.html
-rw-r--r-- root/root     21537 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__def_8h_source.html
-rw-r--r-- root/root     63021 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__graph_8c.html
-rw-r--r-- root/root    184965 2026-01-28 11:28 ./usr/share/doc/scip/html/tclique__graph_8c_source.html
-rw-r--r-- root/root     54296 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi_8h.html
-rw-r--r-- root/root     45062 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi_8h_source.html
-rw-r--r-- root/root     39851 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__none_8c.html
-rw-r--r-- root/root     62526 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__none_8c_source.html
-rw-r--r-- root/root      5914 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__none_8h.html
-rw-r--r-- root/root     15448 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__none_8h_source.html
-rw-r--r-- root/root     82307 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__openmp_8c.html
-rw-r--r-- root/root    167678 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__openmp_8c_source.html
-rw-r--r-- root/root      5964 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__openmp_8h.html
-rw-r--r-- root/root     14102 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__openmp_8h_source.html
-rw-r--r-- root/root     98150 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__tnycthrd_8c.html
-rw-r--r-- root/root    210638 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__tnycthrd_8c_source.html
-rw-r--r-- root/root      5976 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__tnycthrd_8h.html
-rw-r--r-- root/root     15129 2026-01-28 11:28 ./usr/share/doc/scip/html/tpi__tnycthrd_8h_source.html
-rw-r--r-- root/root    858890 2026-01-28 11:28 ./usr/share/doc/scip/html/tree_8c.html
-rw-r--r-- root/root   2715529 2026-01-28 11:28 ./usr/share/doc/scip/html/tree_8c_source.html
-rw-r--r-- root/root    554087 2026-01-28 11:28 ./usr/share/doc/scip/html/tree_8h.html
-rw-r--r-- root/root    311465 2026-01-28 11:28 ./usr/share/doc/scip/html/tree_8h_source.html
-rw-r--r-- root/root     97045 2026-01-28 11:28 ./usr/share/doc/scip/html/treemodel_8c.html
-rw-r--r-- root/root    255494 2026-01-28 11:28 ./usr/share/doc/scip/html/treemodel_8c_source.html
-rw-r--r-- root/root     24942 2026-01-28 11:28 ./usr/share/doc/scip/html/treemodel_8h.html
-rw-r--r-- root/root     30199 2026-01-28 11:28 ./usr/share/doc/scip/html/treemodel_8h_source.html
-rw-r--r-- root/root     20675 2026-01-28 11:28 ./usr/share/doc/scip/html/type__bandit_8h.html
-rw-r--r-- root/root     23619 2026-01-28 11:28 ./usr/share/doc/scip/html/type__bandit_8h_source.html
-rw-r--r-- root/root     77717 2026-01-28 11:28 ./usr/share/doc/scip/html/type__benders_8h.html
-rw-r--r-- root/root     97231 2026-01-28 11:28 ./usr/share/doc/scip/html/type__benders_8h_source.html
-rw-r--r-- root/root     29645 2026-01-28 11:28 ./usr/share/doc/scip/html/type__benderscut_8h.html
-rw-r--r-- root/root     29959 2026-01-28 11:28 ./usr/share/doc/scip/html/type__benderscut_8h_source.html
-rw-r--r-- root/root     37662 2026-01-28 11:28 ./usr/share/doc/scip/html/type__branch_8h.html
-rw-r--r-- root/root     40054 2026-01-28 11:28 ./usr/share/doc/scip/html/type__branch_8h_source.html
-rw-r--r-- root/root      9989 2026-01-28 11:28 ./usr/share/doc/scip/html/type__certificate_8h.html
-rw-r--r-- root/root     18556 2026-01-28 11:28 ./usr/share/doc/scip/html/type__certificate_8h_source.html
-rw-r--r-- root/root     10687 2026-01-28 11:28 ./usr/share/doc/scip/html/type__clock_8h.html
-rw-r--r-- root/root     20064 2026-01-28 11:28 ./usr/share/doc/scip/html/type__clock_8h_source.html
-rw-r--r-- root/root     29271 2026-01-28 11:28 ./usr/share/doc/scip/html/type__compr_8h.html
-rw-r--r-- root/root     28678 2026-01-28 11:28 ./usr/share/doc/scip/html/type__compr_8h_source.html
-rw-r--r-- root/root     38432 2026-01-28 11:28 ./usr/share/doc/scip/html/type__concsolver_8h.html
-rw-r--r-- root/root     36531 2026-01-28 11:28 ./usr/share/doc/scip/html/type__concsolver_8h_source.html
-rw-r--r-- root/root      6844 2026-01-28 11:28 ./usr/share/doc/scip/html/type__concurrent_8h.html
-rw-r--r-- root/root     13552 2026-01-28 11:28 ./usr/share/doc/scip/html/type__concurrent_8h_source.html
-rw-r--r-- root/root     43477 2026-01-28 11:28 ./usr/share/doc/scip/html/type__conflict_8h.html
-rw-r--r-- root/root     53822 2026-01-28 11:28 ./usr/share/doc/scip/html/type__conflict_8h_source.html
-rw-r--r-- root/root      6631 2026-01-28 11:28 ./usr/share/doc/scip/html/type__conflictstore_8h.html
-rw-r--r-- root/root     13339 2026-01-28 11:28 ./usr/share/doc/scip/html/type__conflictstore_8h_source.html
-rw-r--r-- root/root    176200 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cons_8h.html
-rw-r--r-- root/root    203642 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cons_8h_source.html
-rw-r--r-- root/root      7343 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cutpool_8h.html
-rw-r--r-- root/root     14278 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cutpool_8h_source.html
-rw-r--r-- root/root      6709 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cuts_8h.html
-rw-r--r-- root/root     12335 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cuts_8h_source.html
-rw-r--r-- root/root     30543 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cutsel_8h.html
-rw-r--r-- root/root     30942 2026-01-28 11:28 ./usr/share/doc/scip/html/type__cutsel_8h_source.html
-rw-r--r-- root/root     11292 2026-01-28 11:28 ./usr/share/doc/scip/html/type__datatree_8h.html
-rw-r--r-- root/root     23351 2026-01-28 11:28 ./usr/share/doc/scip/html/type__datatree_8h_source.html
-rw-r--r-- root/root     12585 2026-01-28 11:28 ./usr/share/doc/scip/html/type__dcmp_8h.html
-rw-r--r-- root/root     15158 2026-01-28 11:28 ./usr/share/doc/scip/html/type__dcmp_8h_source.html
-rw-r--r-- root/root     21888 2026-01-28 11:28 ./usr/share/doc/scip/html/type__dialog_8h.html
-rw-r--r-- root/root     25607 2026-01-28 11:28 ./usr/share/doc/scip/html/type__dialog_8h_source.html
-rw-r--r-- root/root     32088 2026-01-28 11:28 ./usr/share/doc/scip/html/type__disp_8h.html
-rw-r--r-- root/root     36962 2026-01-28 11:28 ./usr/share/doc/scip/html/type__disp_8h_source.html
-rw-r--r-- root/root    179903 2026-01-28 11:28 ./usr/share/doc/scip/html/type__event_8h.html
-rw-r--r-- root/root     82140 2026-01-28 11:28 ./usr/share/doc/scip/html/type__event_8h_source.html
-rw-r--r-- root/root    157831 2026-01-28 11:28 ./usr/share/doc/scip/html/type__expr_8h.html
-rw-r--r-- root/root    155220 2026-01-28 11:28 ./usr/share/doc/scip/html/type__expr_8h_source.html
-rw-r--r-- root/root     15974 2026-01-28 11:28 ./usr/share/doc/scip/html/type__exprinterpret_8h.html
-rw-r--r-- root/root     17800 2026-01-28 11:28 ./usr/share/doc/scip/html/type__exprinterpret_8h_source.html
-rw-r--r-- root/root     56291 2026-01-28 11:28 ./usr/share/doc/scip/html/type__heur_8h.html
-rw-r--r-- root/root     49943 2026-01-28 11:28 ./usr/share/doc/scip/html/type__heur_8h_source.html
-rw-r--r-- root/root     10821 2026-01-28 11:28 ./usr/share/doc/scip/html/type__history_8h.html
-rw-r--r-- root/root     21133 2026-01-28 11:28 ./usr/share/doc/scip/html/type__history_8h_source.html
-rw-r--r-- root/root     21347 2026-01-28 11:28 ./usr/share/doc/scip/html/type__hypergraph_8h.html
-rw-r--r-- root/root     39422 2026-01-28 11:28 ./usr/share/doc/scip/html/type__hypergraph_8h_source.html
-rw-r--r-- root/root     20157 2026-01-28 11:28 ./usr/share/doc/scip/html/type__iisfinder_8h.html
-rw-r--r-- root/root     23675 2026-01-28 11:28 ./usr/share/doc/scip/html/type__iisfinder_8h_source.html
-rw-r--r-- root/root      9971 2026-01-28 11:28 ./usr/share/doc/scip/html/type__implics_8h.html
-rw-r--r-- root/root     17990 2026-01-28 11:28 ./usr/share/doc/scip/html/type__implics_8h_source.html
-rw-r--r-- root/root      6596 2026-01-28 11:28 ./usr/share/doc/scip/html/type__interrupt_8h.html
-rw-r--r-- root/root     13249 2026-01-28 11:28 ./usr/share/doc/scip/html/type__interrupt_8h_source.html
-rw-r--r-- root/root     24696 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lp_8h.html
-rw-r--r-- root/root     47322 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lp_8h_source.html
-rw-r--r-- root/root     14495 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpexact_8h.html
-rw-r--r-- root/root     26403 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpexact_8h_source.html
-rw-r--r-- root/root     26391 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpi_8h.html
-rw-r--r-- root/root     54746 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpi_8h_source.html
-rw-r--r-- root/root      6820 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpiexact_8h.html
-rw-r--r-- root/root     12824 2026-01-28 11:28 ./usr/share/doc/scip/html/type__lpiexact_8h_source.html
-rw-r--r-- root/root      7517 2026-01-28 11:28 ./usr/share/doc/scip/html/type__matrix_8h.html
-rw-r--r-- root/root     14410 2026-01-28 11:28 ./usr/share/doc/scip/html/type__matrix_8h_source.html
-rw-r--r-- root/root      6479 2026-01-28 11:28 ./usr/share/doc/scip/html/type__mem_8h.html
-rw-r--r-- root/root     13051 2026-01-28 11:28 ./usr/share/doc/scip/html/type__mem_8h_source.html
-rw-r--r-- root/root     25112 2026-01-28 11:28 ./usr/share/doc/scip/html/type__message_8h.html
-rw-r--r-- root/root     33748 2026-01-28 11:28 ./usr/share/doc/scip/html/type__message_8h_source.html
-rw-r--r-- root/root     46080 2026-01-28 11:28 ./usr/share/doc/scip/html/type__misc_8h.html
-rw-r--r-- root/root     66447 2026-01-28 11:28 ./usr/share/doc/scip/html/type__misc_8h_source.html
-rw-r--r-- root/root     95425 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlhdlr_8h.html
-rw-r--r-- root/root     92316 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlhdlr_8h_source.html
-rw-r--r-- root/root      7515 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlp_8h.html
-rw-r--r-- root/root     14515 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlp_8h_source.html
-rw-r--r-- root/root    115829 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlpi_8h.html
-rw-r--r-- root/root    135676 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nlpi_8h_source.html
-rw-r--r-- root/root     31784 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nodesel_8h.html
-rw-r--r-- root/root     32146 2026-01-28 11:28 ./usr/share/doc/scip/html/type__nodesel_8h_source.html
-rw-r--r-- root/root     50980 2026-01-28 11:28 ./usr/share/doc/scip/html/type__objcloneable_8h.html
-rw-r--r-- root/root     20054 2026-01-28 11:28 ./usr/share/doc/scip/html/type__objcloneable_8h_source.html
-rw-r--r-- root/root     22580 2026-01-28 11:28 ./usr/share/doc/scip/html/type__objprobcloneable_8h.html
-rw-r--r-- root/root     15714 2026-01-28 11:28 ./usr/share/doc/scip/html/type__objprobcloneable_8h_source.html
-rw-r--r-- root/root     25889 2026-01-28 11:28 ./usr/share/doc/scip/html/type__paramset_8h.html
-rw-r--r-- root/root     44147 2026-01-28 11:28 ./usr/share/doc/scip/html/type__paramset_8h_source.html
-rw-r--r-- root/root     33859 2026-01-28 11:28 ./usr/share/doc/scip/html/type__presol_8h.html
-rw-r--r-- root/root     37934 2026-01-28 11:28 ./usr/share/doc/scip/html/type__presol_8h_source.html
-rw-r--r-- root/root     36079 2026-01-28 11:28 ./usr/share/doc/scip/html/type__pricer_8h.html
-rw-r--r-- root/root     38414 2026-01-28 11:28 ./usr/share/doc/scip/html/type__pricer_8h_source.html
-rw-r--r-- root/root      6608 2026-01-28 11:28 ./usr/share/doc/scip/html/type__pricestore_8h.html
-rw-r--r-- root/root     13284 2026-01-28 11:28 ./usr/share/doc/scip/html/type__pricestore_8h_source.html
-rw-r--r-- root/root      6562 2026-01-28 11:28 ./usr/share/doc/scip/html/type__primal_8h.html
-rw-r--r-- root/root     13206 2026-01-28 11:28 ./usr/share/doc/scip/html/type__primal_8h_source.html
-rw-r--r-- root/root     32765 2026-01-28 11:28 ./usr/share/doc/scip/html/type__prob_8h.html
-rw-r--r-- root/root     36503 2026-01-28 11:28 ./usr/share/doc/scip/html/type__prob_8h_source.html
-rw-r--r-- root/root     52173 2026-01-28 11:28 ./usr/share/doc/scip/html/type__prop_8h.html
-rw-r--r-- root/root     54281 2026-01-28 11:28 ./usr/share/doc/scip/html/type__prop_8h_source.html
-rw-r--r-- root/root     12568 2026-01-28 11:28 ./usr/share/doc/scip/html/type__rational_8h.html
-rw-r--r-- root/root     24074 2026-01-28 11:28 ./usr/share/doc/scip/html/type__rational_8h_source.html
-rw-r--r-- root/root     30431 2026-01-28 11:28 ./usr/share/doc/scip/html/type__reader_8h.html
-rw-r--r-- root/root     32636 2026-01-28 11:28 ./usr/share/doc/scip/html/type__reader_8h_source.html
-rw-r--r-- root/root     30268 2026-01-28 11:28 ./usr/share/doc/scip/html/type__relax_8h.html
-rw-r--r-- root/root     31339 2026-01-28 11:28 ./usr/share/doc/scip/html/type__relax_8h_source.html
-rw-r--r-- root/root     18331 2026-01-28 11:28 ./usr/share/doc/scip/html/type__reopt_8h.html
-rw-r--r-- root/root     34316 2026-01-28 11:28 ./usr/share/doc/scip/html/type__reopt_8h_source.html
-rw-r--r-- root/root     12921 2026-01-28 11:28 ./usr/share/doc/scip/html/type__result_8h.html
-rw-r--r-- root/root     29149 2026-01-28 11:28 ./usr/share/doc/scip/html/type__result_8h_source.html
-rw-r--r-- root/root     13296 2026-01-28 11:28 ./usr/share/doc/scip/html/type__retcode_8h.html
-rw-r--r-- root/root     30790 2026-01-28 11:28 ./usr/share/doc/scip/html/type__retcode_8h_source.html
-rw-r--r-- root/root      6614 2026-01-28 11:28 ./usr/share/doc/scip/html/type__scip_8h.html
-rw-r--r-- root/root     13099 2026-01-28 11:28 ./usr/share/doc/scip/html/type__scip_8h_source.html
-rw-r--r-- root/root     36500 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sepa_8h.html
-rw-r--r-- root/root     36960 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sepa_8h_source.html
-rw-r--r-- root/root     10057 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sepastore_8h.html
-rw-r--r-- root/root     19164 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sepastore_8h_source.html
-rw-r--r-- root/root     15216 2026-01-28 11:28 ./usr/share/doc/scip/html/type__set_8h.html
-rw-r--r-- root/root     32335 2026-01-28 11:28 ./usr/share/doc/scip/html/type__set_8h_source.html
-rw-r--r-- root/root     15782 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sol_8h.html
-rw-r--r-- root/root     32065 2026-01-28 11:28 ./usr/share/doc/scip/html/type__sol_8h_source.html
-rw-r--r-- root/root     14126 2026-01-28 11:28 ./usr/share/doc/scip/html/type__stat_8h.html
-rw-r--r-- root/root     31225 2026-01-28 11:28 ./usr/share/doc/scip/html/type__stat_8h_source.html
-rw-r--r-- root/root     46599 2026-01-28 11:28 ./usr/share/doc/scip/html/type__symmetry_8h.html
-rw-r--r-- root/root     64660 2026-01-28 11:28 ./usr/share/doc/scip/html/type__symmetry_8h_source.html
-rw-r--r-- root/root     10624 2026-01-28 11:28 ./usr/share/doc/scip/html/type__syncstore_8h.html
-rw-r--r-- root/root     19067 2026-01-28 11:28 ./usr/share/doc/scip/html/type__syncstore_8h_source.html
-rw-r--r-- root/root     29962 2026-01-28 11:28 ./usr/share/doc/scip/html/type__table_8h.html
-rw-r--r-- root/root     30076 2026-01-28 11:28 ./usr/share/doc/scip/html/type__table_8h_source.html
-rw-r--r-- root/root     53644 2026-01-28 11:28 ./usr/share/doc/scip/html/type__timing_8h.html
-rw-r--r-- root/root     30305 2026-01-28 11:28 ./usr/share/doc/scip/html/type__timing_8h_source.html
-rw-r--r-- root/root     13813 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi_8h.html
-rw-r--r-- root/root     26628 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi_8h_source.html
-rw-r--r-- root/root      6004 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__none_8h.html
-rw-r--r-- root/root     13537 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__none_8h_source.html
-rw-r--r-- root/root      6021 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__openmp_8h.html
-rw-r--r-- root/root     14213 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__openmp_8h_source.html
-rw-r--r-- root/root      6043 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__tnycthrd_8h.html
-rw-r--r-- root/root     13492 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tpi__tnycthrd_8h_source.html
-rw-r--r-- root/root     19301 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tree_8h.html
-rw-r--r-- root/root     34970 2026-01-28 11:28 ./usr/share/doc/scip/html/type__tree_8h_source.html
-rw-r--r-- root/root     73361 2026-01-28 11:28 ./usr/share/doc/scip/html/type__var_8h.html
-rw-r--r-- root/root     91799 2026-01-28 11:28 ./usr/share/doc/scip/html/type__var_8h_source.html
-rw-r--r-- root/root     10838 2026-01-28 11:28 ./usr/share/doc/scip/html/type__visual_8h.html
-rw-r--r-- root/root     25015 2026-01-28 11:28 ./usr/share/doc/scip/html/type__visual_8h_source.html
-rw-r--r-- root/root     19236 2026-01-28 11:28 ./usr/share/doc/scip/html/unionSCIP__DATATREEVALUEUNION.html
-rw-r--r-- root/root     11382 2026-01-28 11:28 ./usr/share/doc/scip/html/unionSCIP__DomChg.html
-rw-r--r-- root/root     11530 2026-01-28 11:28 ./usr/share/doc/scip/html/unionSCIP__EXPRITER__USERDATA.html
-rw-r--r-- root/root     11469 2026-01-28 11:28 ./usr/share/doc/scip/html/unionSCIP__HASHMAPIMAGE.html
-rw-r--r-- root/root      8353 2026-01-28 11:28 ./usr/share/doc/scip/html/unionSCIP__QUEUEELEMENT.html
-rw-r--r-- root/root   1796475 2026-01-28 11:28 ./usr/share/doc/scip/html/var_8c.html
-rw-r--r-- root/root   6680794 2026-01-28 11:28 ./usr/share/doc/scip/html/var_8c_source.html
-rw-r--r-- root/root   1108971 2026-01-28 11:28 ./usr/share/doc/scip/html/var_8h.html
-rw-r--r-- root/root    621135 2026-01-28 11:28 ./usr/share/doc/scip/html/var_8h_source.html
-rw-r--r-- root/root     31906 2026-01-28 11:28 ./usr/share/doc/scip/html/vardata__binpacking_8c.html
-rw-r--r-- root/root     63512 2026-01-28 11:28 ./usr/share/doc/scip/html/vardata__binpacking_8c_source.html
-rw-r--r-- root/root     23233 2026-01-28 11:28 ./usr/share/doc/scip/html/vardata__binpacking_8h.html
-rw-r--r-- root/root     25636 2026-01-28 11:28 ./usr/share/doc/scip/html/vardata__binpacking_8h_source.html
-rw-r--r-- root/root     81331 2026-01-28 11:28 ./usr/share/doc/scip/html/visual_8c.html
-rw-r--r-- root/root    236925 2026-01-28 11:28 ./usr/share/doc/scip/html/visual_8c_source.html
-rw-r--r-- root/root     66620 2026-01-28 11:28 ./usr/share/doc/scip/html/visual_8h.html
-rw-r--r-- root/root     50210 2026-01-28 11:28 ./usr/share/doc/scip/html/visual_8h_source.html
-rw-r--r-- root/root     51438 2026-01-28 11:28 ./usr/share/doc/scip/html/xml_8h.html
-rw-r--r-- root/root     47350 2026-01-28 11:28 ./usr/share/doc/scip/html/xml_8h_source.html
-rw-r--r-- root/root     27333 2026-01-28 11:28 ./usr/share/doc/scip/html/xmldef_8h.html
-rw-r--r-- root/root     24221 2026-01-28 11:28 ./usr/share/doc/scip/html/xmldef_8h_source.html
-rw-r--r-- root/root    122804 2026-01-28 11:28 ./usr/share/doc/scip/html/xmlparse_8c.html
-rw-r--r-- root/root    327962 2026-01-28 11:28 ./usr/share/doc/scip/html/xmlparse_8c_source.html
-rw-r--r-- root/root      5924 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal_8c.html
-rw-r--r-- root/root   1825427 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal_8c_source.html
-rw-r--r-- root/root      6051 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__binpacking_8c.html
-rw-r--r-- root/root     29888 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__binpacking_8c_source.html
-rw-r--r-- root/root      5987 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__callablelibrary_8c.html
-rw-r--r-- root/root     13305 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__callablelibrary_8c_source.html
-rw-r--r-- root/root      5924 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__coloring_8c.html
-rw-r--r-- root/root     20324 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__coloring_8c_source.html
-rw-r--r-- root/root      5991 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__cycleclustering_8c.html
-rw-r--r-- root/root     17810 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__cycleclustering_8c_source.html
-rw-r--r-- root/root      5924 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__eventhdlr_8c.html
-rw-r--r-- root/root     34775 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__eventhdlr_8c_source.html
-rw-r--r-- root/root      5373 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__examples_8c.html
-rw-r--r-- root/root      5364 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__examples_8c_source.html
-rw-r--r-- root/root      5864 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__gmi_8c.html
-rw-r--r-- root/root     14353 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__gmi_8c_source.html
-rw-r--r-- root/root      5864 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__lop_8c.html
-rw-r--r-- root/root     22426 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__lop_8c_source.html
-rw-r--r-- root/root      5912 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__miniisc_8c.html
-rw-r--r-- root/root     21005 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__miniisc_8c_source.html
-rw-r--r-- root/root      5956 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__mipsolver_8c.html
-rw-r--r-- root/root     13968 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__mipsolver_8c_source.html
-rw-r--r-- root/root      5986 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__pbsolver_8c.html
-rw-r--r-- root/root     13967 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__pbsolver_8c_source.html
-rw-r--r-- root/root      6022 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__queens_8c.html
-rw-r--r-- root/root     70146 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__queens_8c_source.html
-rw-r--r-- root/root      5959 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__relaxator_8c.html
-rw-r--r-- root/root     12818 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__relaxator_8c_source.html
-rw-r--r-- root/root      6052 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__ringpacking_8c.html
-rw-r--r-- root/root     35636 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__ringpacking_8c_source.html
-rw-r--r-- root/root      5888 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__scflp_8c.html
-rw-r--r-- root/root     34279 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__scflp_8c_source.html
-rw-r--r-- root/root      5955 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__scheduler_8c.html
-rw-r--r-- root/root     13545 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__scheduler_8c_source.html
-rw-r--r-- root/root      5899 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__sudoku_8c.html
-rw-r--r-- root/root     19388 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__sudoku_8c_source.html
-rw-r--r-- root/root      5865 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__tsp_8c.html
-rw-r--r-- root/root     26671 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__tsp_8c_source.html
-rw-r--r-- root/root      5879 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__vrp_8c.html
-rw-r--r-- root/root     20745 2026-01-28 11:28 ./usr/share/doc/scip/html/xternal__vrp_8c_source.html
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc/scip-doc/
-rw-r--r-- root/root       159 2026-01-28 11:28 ./usr/share/doc/scip-doc/changelog.Debian.gz
-rw-r--r-- root/root    191406 2025-11-23 09:06 ./usr/share/doc/scip-doc/changelog.gz
-rw-r--r-- root/root      6596 2026-01-26 15:48 ./usr/share/doc/scip-doc/copyright
drwxr-xr-x root/root         0 2026-01-28 11:28 ./usr/share/doc-base/
-rw-r--r-- root/root       520 2026-01-26 04:39 ./usr/share/doc-base/scip-doc.scip

Timestamp: 28.01.2026 / 13:02:38 (UTC)