Christoph Cullmann
Christoph Cullmann
Other ILP to reproduce this, needs no special options for cbc [value_41214363957.lp.gz](https://github.com/coin-or/Clp/files/5924373/value_41214363957.lp.gz)
This patch seems to work here for AbsInt, too.
Tested here at AbsInt, very useful to avoid strange cuttings for template names.
At least that happens with my driver, with standard cbc I get ``` ❯ ../usr/bin/cbc test/value_17869585116638.lp -reduce=on -solve Welcome to the CBC MILP Solver Version: trunk Build Date: Mar 14...
-gmi=on and -reduce=on are needed for infeasible ``` ❯ ../usr/bin/cbc test/value_17869585116638.lp -gmi=on -reduce=on -solve Welcome to the CBC MILP Solver Version: trunk Build Date: Mar 14 2024 command line -...
Hmm, did rerun with current master, debug build, still got ``` ../usr/bin/cbc test/value_17869585116638.lp -gmi=on -reduce=on -solve Welcome to the CBC MILP Solver Version: trunk Build Date: Mar 15 2024 command...
I use ``` ❯ ../usr/bin/clang --version clang version 17.0.3 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /local/ssd/cullmann/build/lpsolve.clpsolve/lpsolve.clpsolve/../usr/bin ``` with -ffp-model=strict -O2 -fno-omit-frame-pointer
After updating to the latest pandoc we stumbled over this. We use the named destinations that got generated by \hypertarget to jump to that location in the PDF via e.g....
Thanks already for the quick feedback. I think parsing the .aux is out of scope for us. That will not work with reasonable effort in our tooling and is just...
Ok, I see, I would be happy with `\NextLinkTarget`, too. Thanks for clarifying this. @jgm, would that be something that could be added?