Pith. sign in

REVIEW 2 major objections 8 minor 43 references

SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling

T0 review · 2 major / 8 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read LLMs are not invariant to how the same scheduling problem is worded; reordering constraints shifts violation rates beyond a noise floor for several models, even though the formal constraints, objective, and feasible region are unchanged.

desk verdict A careful, honest benchmark with a credible main finding; the thin fidelity audit and missing code/data link are the two things to fix before I'd trust it fully. read the letter →

arxiv 2608.00991 v1 pith:EHWSHNFH submitted 2026-08-02 cs.AI cs.CL

classification cs.AIcs.CL
keywords LLMevaluationcombinatorialschedulingconstraintfaithfulnesssurface-formvariationjob-shopresource-constrainedprojectnurserosteringtimetabling
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

SCHEDBench tests whether large language models treat two wordings of the same combinatorial scheduling problem as the same problem. It builds 1,132 natural-language instances from six canonical scheduling families and renders each underlying instance in several ways: reordered constraints, re-themed entities, and paraphrased templates. Thirteen LLMs were asked to produce schedules directly, and outputs were checked by solver-based verifiers. The central finding is that no tested model is fully invariant to these semantically equivalent renderings: feasibility drops under full variation, and per-instance hard-constraint violation rates shift beyond a rendering-seed noise floor for a subset of models. Constraint reordering is the only tested axis whose effect consistently clears that floor.

What carries the argument

A template-based verbalization pipeline converts canonical instances into natural-language prompts with three independently seeded variation axes (constraint order, thematic domain, lexical-syntactic template). Each instance is paired across renderings so the formal problem is held fixed. The comparison machinery is a matched-instance ablation set (470 instances) plus a seed-sensitivity noise floor: for each condition, three independently seeded renderings define a per-model band, and a v1-to-variant effect counts as 'beyond noise' only when the bootstrap 95% CI on the median absolute per-instance violation-rate change minus the seed band lies above zero.

What would settle it

Take one of the models flagged as beyond noise on constraint reordering (e.g., Llama 4 Maverick), fix a set of source instances, and generate a large number of random constraint permutations through an independent verbalizer not written by this paper's authors; if the distribution of per-instance violation-rate changes across those permutations matches the seed band obtained by re-rendering with the same order, the reported above-noise ordering effect would be an artifact of the specific template bank rather than a property of the model.

Watch

Extended reading notes

Core claim

On matched formal instances, re-rendering the same scheduling problem shifts per-instance violation rates above the seed-noise floor for a subset of models; signed aggregate changes stay near zero while absolute per-instance changes are substantial. The strongest and most consistent trigger is constraint reordering: changing only the sequence in which constraints appear leaves entity names, numbers, feasible regions, and optimal objectives unchanged, yet moves median absolute violation-rate changes for five of thirteen models beyond the noise band. Feasibility and objective quality are separable: even feasible outputs can have heavy-tailed optimality gaps. The paper concludes that current LL

Load-bearing premise

The entire invariance comparison rests on the assumption that the verbalization pipeline preserves the source instance's constraints, objective, and combinatorial structure exactly across renderings; only 100 of the 1,132 instances were manually audited for semantic fidelity, so an undetected template or entity-substitution slip could change the formal instance and inflate the measured sensitivity.

Editorial extensions

If this is right

  • If same-input reordering moves violation rates beyond noise, then any single-rendering scheduling benchmark can overstate or understate a model's true constraint-following ability depending on the constraint order it happens to use.
  • Near-zero signed changes with large absolute per-instance changes mean models are not simply 'stably good' or 'stably bad' across renderings; they improve on some instances while failing on others, so aggregate accuracy hides the instability.
  • Constraint ordering can act as a latent control variable: a practitioner who wants a model to produce a different schedule could nudge it by reordering constraints without changing any formal content.
  • Feasibility alone is an incomplete evaluation lens; per-instance violation rates and coverage are needed to expose rendering sensitivity, and objective gap must be reported conditional on feasibility.
  • The seed-sensitivity band offers a template for other LLM evaluations: without a noise floor from re-rendering the same variant, apparent robustness results are not interpretable.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: the ordering sensitivity suggests models may not build a representation of the entire constraint set before generating; a testable mechanism is to probe whether moving a single critical constraint to the end of the prompt changes its violation rate more than moving a non-critical one.
  • The paper leaves solver-code prompting to future work; if the same reordering sensitivity persists when models emit executable solver code, that would indicate the effect lives in the reading or comprehension stage, not merely in output formatting.
  • The verbalization pipeline could be ported to other hard combinatorial families (e.g., vehicle routing or bin packing) to ask whether constraint-order sensitivity is general or particular to scheduling's precedence-and-resource structure.
  • If constraint reordering is a genuine control knob, a cheap robustness intervention would be to canonicalize constraint order (for example, always sorting constraints by type or by dependency level) before prompting; the paper does not test this.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 8 minor

Summary. SCHEDBench constructs 1,132 natural-language scheduling instances by templating canonical JSPLib, PSPLib, ITC-2007, INRC-I, and NSPLib instances, with controlled surface-form axes (constraint order, thematic framing, lexical-syntactic paraphrase) and solver-derived reference solutions. The paper evaluates thirteen LLMs zero-shot, measuring feasibility, optimality gap, and per-instance violation-rate changes between renderings. Its central empirical claim (§5.6) is that LLMs are not fully invariant to semantics-preserving surface variation: re-rendering shifts per-instance violation rates above a seed-noise floor for a subset of models, with constraint reordering the most consistent above-noise axis.

Significance. The benchmark fills a real gap: existing scheduling benchmarks use a single formulation per instance, so they cannot separate search failure from surface-form sensitivity. The seed-sensitivity design is a strong guard against rendering-seed artifacts, and the reporting of full |ΔVR| distributions with a v1 violation-rate anchor is careful. The 1,132-instance corpus across six scheduling families with solver-based verification is a useful resource. If the verbalization-fidelity premise holds, the finding that constraint ordering acts as a latent control variable is practically important for NL interfaces to optimization. The main risk is that the fidelity premise is currently supported by a small manual audit, so the empirical claim is conditional on additional verification.

major comments (2)
  1. [§3.2, Appendix A.6, §5.6] The load-bearing premise of the central invariance claim is that every v1/v2/v3A/v3B prompt generated from a source instance encodes exactly the same constraints, objective, and domains. The only direct evidence is the hand audit in Appendix A.6: 100 of 1,132 instances, zero errors. That sample is too small to certify a template pipeline with interacting axes, and A.6 does not state whether the audited prompts covered all rendering variants or only one rendering per source instance, nor does it report inter-annotator agreement. A single un-audited template bug—e.g., an RCPSP-MM mode clause dropping a resource, or an NSPLib coverage target changing from 'exactly' to 'at least'—would alter the formal instance, so an observed |ΔVR| shift could be caused by a constraint change rather than surface-form sensitivity. The seed-noise analysis cannot detect this semantic drift. This is a residual
  2. [§4.3, Tables 4/13/14] The seed-noise floor is estimated on a fixed 150-instance subset, but the v1→axis effects are measured on the 470-instance ablation set. For a 'beyond noise' verdict, the noise distribution on the 150 subset must calibrate the effect distribution on the 470 set. The paper does not demonstrate this: the 150 set is domain-stratified, but no comparison of seed-band medians by family or difficulty between the two sets is given, and no rationale is provided for choosing 150. If the 150 set is unrepresentative (e.g., has lower baseline violation rates), the floor could be mis-estimated and verdicts could flip. Please add a calibration check, compute the seed band on the full 470 set, or report sensitivity of the 'Beyond noise?' verdicts to the subset choice.
minor comments (8)
  1. [Abstract] Missing space in 'introducesSCHEDBench'.
  2. [Appendix A.2, Tables 3, 9–11] For ITC and NSPLib, Easy/Medium/Hard are defined by equal-sized BKS-value bins; this is not a hardness measure. Please rename the tiers (e.g., 'BKS tier') or justify them with solver runtime or optimality-gap data.
  3. [Appendix A.7] The abstract and contributions state 'solver-derived feasibility and optimality,' but instances that time out retain OBKS without a feasibility verdict. Please state the fraction of instances for which CP-SAT confirmed feasibility/optimality versus those that inherit library BKS values.
  4. [Appendix C4] 'Code and data are released' appears without a URL or repository identifier, which blocks independent verification of the verbalization pipeline and the seed-sensitivity analysis.
  5. [Table 12] Asterisks on Qwen model names are unexplained; add a footnote.
  6. [Table 3] The column labeled 'Diff.n d' is ambiguous; separate the difficulty column from the instance-count column and align counts with Table 2.
  7. [§5.1, Table 3] The statement that GPT-5.5 is 'near-perfect across difficulty levels' for JSP is not supported by the per-difficulty cells in Table 3; clarify whether the claim refers to the v1 subset (Table 9) or the v4 full set, and reconcile the apparent conflict.
  8. [§6] The conclusion that 'no model is fully invariant' is stronger than the subset-level evidence in §5.6, where only a subset of models shows above-noise violation-rate shifts (e.g., GPT-5.5 has zero violation-rate change under v2/v3A/v3B). Please align the summary with the precise claim.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the central claim is a measured empirical result with an independent seed-noise control.

full rationale

The paper's central claim — that LLM scheduling behavior is not fully stable under semantics-preserving rendering variation — is an empirical observation, not a derivation. The evaluation compares per-instance violation-rate changes between matched v1 and ablation renderings against a seed band B_{m,c} computed from independently seeded renderings of the same condition; this seed band is an independent noise estimate, not a fitted parameter that forces the outcome. No parameter is fitted to a subset and then renamed a prediction: the |ΔVR| effect is directly measured by paired model outputs, and the seed band only serves as a statistical floor. The verbalization pipeline's fidelity is an assumption audited on 100 of 1,132 instances, so a template bug would be a validity risk, but it is not a circular step because the benchmark metrics and conclusions are not defined in terms of that assumption. The paper contains no load-bearing self-citations; all cited prior benchmarks and libraries are external to the authors. The absence of a code/data URL is a reproducibility limitation, not circularity. Under the hard rules, the derivation is self-contained against external benchmarks, and the honest non-finding is a circularity score of 0.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The benchmark introduces no new physical or formal entities. The listed free parameters are methodological sample sizes, not fitted model parameters. The axioms are the standard assumptions of any template-based, solver-verified benchmark; the weakest is the fidelity of the un-audited verbalizations.

free parameters (3)
  • ablation subset size = 470
    Number of instances in the matched ablation set; chosen as a tractable stratified sample, not fitted to data.
  • seed-band subset size = 150
    Subset used for estimating the seed-noise floor; chosen for computational budget, not fitted.
  • number of reseeding runs k = 3
    Three independently seeded renderings used to define the noise band; arbitrary but adequate for bootstrap CI estimation.
assumptions (3)
  • domain assumption Template verbalization preserves each source instance's constraints, objective, and combinatorial structure across all renderings.
    Section 3.2 describes the pipeline; Appendix A.6 audits only 100/1132 instances, so this is assumed for the remaining 1032.
  • domain assumption The OR-Tools CP-SAT verifier correctly decides feasibility and objective bounds.
    Appendix A.7; no local solve beat canonical BKS, but solver timeouts leave some instances unverified and they remain in the set.
  • domain assumption The seed band, estimated on a 150-instance subset with k=3 reseeds, is a valid noise floor for per-instance violation-rate shifts.
    Section 4.3; relies on the assumption that reseeding captures rendering noise and that 3 seeds are sufficient for the bootstrap CI.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling." pith.science (2026). https://pith.science/paper/EHWSHNFH

@misc{pith2026260800991,
  author       = {Pith},
  title        = {Pith review of: SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EHWSHNFH}},
  note         = {Machine review of arXiv:2608.00991}
}
read the original abstract

This paper introduces SCHEDBench, a natural-language benchmark for evaluating combinatorial scheduling constraint faithfulness under surface-form variation. Grounded in canonical scheduling instances and solver-derived feasibility and optimality, SCHEDBench assesses whether large language models (LLMs) generate schedules with the same constraint-feasible behavior across varied natural-language (NL) surface forms. SCHEDBench spans 1,132 instances across job-shop scheduling problems (JSP), single and multi-mode resource-constrained project scheduling problems (RCPSP), nurse rostering/scheduling, and curriculum timetabling problems of varying difficulty. Instances are templated into natural language problems using domain-specific templates, themed entities, lexical-syntactic template rephrasing, and constraint-level surface-form variation, with reference solutions verified for feasibility and objective optimality. Across thirteen frontier and open-weight LLMs, we find that models are not reliably invariant to semantically equivalent renderings of the same scheduling problem. Surface-form variation reduces feasibility and induces above-noise shifts in per-instance hard-constraint violations on matched instances. Among the tested isolated axes, constraint reordering yields the clearest above-noise sensitivity.

Figures

Figures reproduced from arXiv: 2608.00991 by the authors.

Figure 1
Figure 1. Overview of the SCHEDBench generation pipeline. and a broader range of horizon lengths. 3.2 Data to Text Verbalization We verbalize each source instance through a con￾trolled slot-filling pipeline rather than LLM-based generation. Each instance is parsed into structured constraint entries covering operations, resource ca￾pacities, precedence relations, coverage require￾ments, and penalty terms; verbalized with famil… view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

43 extracted references · 28 canonical work pages

  1. [1]

    and Thompson, G

    Fisher, H. and Thompson, G. L. , title =. Industrial Scheduling , editor =

  2. [2]

    , title =

    Lawrence, S. , title =

  3. [3]

    Management Science , volume =

    Adams, Joseph and Balas, Egon and Zawack, Daniel , title =. Management Science , volume =. 1988 , doi =

  4. [4]

    ORSA Journal on Computing , volume =

    Applegate, David and Cook, William , title =. ORSA Journal on Computing , volume =

  5. [5]

    and Wu, S

    Storer, Robert H. and Wu, S. David and Vaccari, Renzo , title =. Management Science , volume =. 1992 , doi =

  6. [6]

    Parallel Problem Solving from Nature 2 , pages =

    Yamada, Takeshi and Nakano, Ryohei , title =. Parallel Problem Solving from Nature 2 , pages =

  7. [7]

    Benchmarks for Basic Scheduling Problems , journal =

    Taillard,. Benchmarks for Basic Scheduling Problems , journal =. 1993 , doi =

  8. [8]

    European Journal of Operational Research , volume =

    Demirkol, Ebru and Mehta, Sanjay and Uzsoy, Reha , title =. European Journal of Operational Research , volume =. 1998 , doi =

Show all 43 references
  1. [9]

    , title =

    Da Col, Giacomo and Teppan, Erich C. , title =. Operations Research Perspectives , volume =. 2022 , doi =

  2. [10]

    Tetreault , title =

    Mohammad Sadegh Rasooli and Joel R. Tetreault , title =. Computing Research Repository , volume =. 2015 , url =

  3. [11]

    A Framework for Learning Predictive Structures from Multiple Tasks and Unlabeled Data , Volume =

    Ando, Rie Kubota and Zhang, Tong , Issn =. A Framework for Learning Predictive Structures from Multiple Tasks and Unlabeled Data , Volume =. Journal of Machine Learning Research , Month = dec, Numpages =

  4. [12]

    Proceedings of the 2025

    Sun, Hongyu and Sakai, Yusuke and Sakajo, Haruki and Ozaki, Shintaro and Hayashi, Kazuki and Kamigaito, Hidetaka and Watanabe, Taro , editor =. Proceedings of the 2025. 2025 , pages =. doi:10.18653/v1/2025.emnlp-main.1734 , abstract =

  5. [13]

    TCP : a Benchmark for Temporal Constraint-Based Planning

    Ding, Zifeng and Yan, Sikuan and Yuan, Moy and Hu, Xianglong and Lin, Fangru and Vlachos, Andreas. TCP : a Benchmark for Temporal Constraint-Based Planning. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing. 2025. doi:10.18653/v1/2025.emnlp...

  6. [14]

    Proceedings of the 2024

    Han, Simeng and Schoelkopf, Hailey and Zhao, Yilun and Qi, Zhenting and Riddell, Martin and Zhou, Wenfei and Coady, James and Peng, David and Qiao, Yujie and Benson, Luke and Sun, Lucy and Wardle-Solano, Alexander and Szabó, Hannah and Zubova, Ekaterina and Burtell, Matthew an...

  7. [15]

    and Angeli, Gabor and Potts, Christopher and Manning, Christopher D

    Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher and Manning, Christopher D. , editor =. A large annotated corpus for learning natural language inference , url =. Proceedings of the 2015. 2015 , pages =. doi:10.18653/v1/D15-1075 , urldate =

  8. [16]

    Talmor, Alon and Herzig, Jonathan and Lourie, Nicholas and Berant, Jonathan , year =. Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers) , publisher =....

  9. [17]

    Chen, Mark and Tworek, Jerry and Jun, Heewoo and Yuan, Qiming and Pinto, Henrique Ponde de Oliveira and Kaplan, Jared and Edwards, Harri and Burda, Yuri and Joseph, Nicholas and Brockman, Greg and Ray, Alex and Puri, Raul and Krueger, Gretchen and Petrov, Michael and Khlaaf, H...

  10. [18]

    Training

    Cobbe, Karl and Kosaraju, Vineet and Bavarian, Mohammad and Chen, Mark and Jun, Heewoo and Kaiser, Lukasz and Plappert, Matthias and Tworek, Jerry and Hilton, Jacob and Nakano, Reiichiro and Hesse, Christopher and Schulman, John , month = nov, year =. Training. doi:10.48550/ar...

  11. [19]

    Ribeiro, Marco Tulio and Wu, Tongshuang and Guestrin, Carlos and Singh, Sameer , editor =. Beyond. Proceedings of the 58th. 2020 , pages =. doi:10.18653/v1/2020.acl-main.442 , urldate =

  12. [20]

    Proceedings of the 59th

    Sinha, Koustuv and Parthasarathi, Prasanna and Pineau, Joelle and Williams, Adina , editor =. Proceedings of the 59th. 2021 , pages =. doi:10.18653/v1/2021.acl-long.569 , urldate =

  13. [21]

    Thomas and Pavlick, Ellie and Linzen, Tal , editor =

    McCoy, R. Thomas and Pavlick, Ellie and Linzen, Tal , editor =. Right for the. Proceedings of the 57th. 2019 , pages =. doi:10.18653/v1/P19-1334 , urldate =

  14. [22]

    Quantifying

    Sclar, Melanie and Choi, Yejin and Tsvetkov, Yulia and Suhr, Alane , editor =. Quantifying. International

  15. [23]

    2023 , url =

    Valmeekam, Karthik and Marquez, Matthew and Olmo, Alberto and Sreedharan, Sarath and Kambhampati, Subbarao , booktitle =. 2023 , url =

  16. [24]

    and Chi, Ed H

    Zheng, Huaixiu Steven and Mishra, Swaroop and Zhang, Hugh and Chen, Xinyun and Chen, Minmin and Nova, Azade and Hou, Le and Cheng, Heng-Tze and Le, Quoc V. and Chi, Ed H. and Zhou, Denny , month = jun, year =. doi:10.48550/arXiv.2406.04520 , abstract =

  17. [25]

    Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , publisher =

    Chu, Zheng and Chen, Jingchang and Chen, Qianglong and Yu, Weijiang and Wang, Haotian and Liu, Ming and Qin, Bing , editor =. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , publisher =. 2024 , pages =. doi:10.1...

  18. [26]

    Fatemi, Bahare and Kazemi, Seyed Mehran and Tsitsulin, Anton and Malkan, Karishma and Yim, Jinyeong and Palowitch, John and Seo, Sungyong and Halcrow, Jonathan and Perozzi, Bryan , booktitle =. Test of. 2025 , url =

  19. [27]

    Proceedings of the 2025

    Shi, Weichun and Liu, Minghao and Zhang, Wanting and Shi, Langchen and Jia, Fuqi and Ma, Feifei and Zhang, Jian , editor =. Proceedings of the 2025. 2025 , file =. doi:10.18653/v1/2025.emnlp-main.809 , abstract =

  20. [28]

    doi:10.48550/arXiv.2602.22465 , abstract =

    Tso, Joseph and Schmittou, Preston and Huynh, Quan and Hutchins, Jibran , month = feb, year =. doi:10.48550/arXiv.2602.22465 , abstract =

  21. [29]

    Starjob:

    Abgaryan, Henrik and Cazenave, Tristan and Harutyunyan, Ararat , journal =. Starjob:. 2025 , url =. doi:10.48550/arXiv.2503.01877 , urldate =

  22. [30]

    Jain, Raj and Wetter, Marc , month = aug, year =. R-. doi:10.48550/arXiv.2508.15204 , abstract =

  23. [31]

    2022 , volume =

    Ramamonjison, Rindranirina and Yu, Timothy and Li, Raymond and Li, Haley and Carenini, Giuseppe and Ghaddar, Bissan and He, Shiqi and Mostajabdaveh, Mahdi and Banitalebi-Dehkordi, Amin and Zhou, Zirui and Zhang, Yong , booktitle =. 2022 , volume =

  24. [32]

    2025 , publisher =

    Huang, Xuhan and Shen, Qingning and Hu, Yan and Gao, Anningzhe and Wang, Benyou , booktitle =. 2025 , publisher =

  25. [33]

    2025 , url =

    Yang, Zhicheng and Wang, Yiwei and Huang, Yinya and Guo, Zhijiang and Shi, Wei and Han, Xiongwei and Feng, Liang and Song, Linqi and Liang, Xiaodan and Tang, Jing , booktitle =. 2025 , url =

  26. [34]

    Proceedings of the 42nd International Conference on Machine Learning , volume =

    Lin, Bill Yuchen and Le Bras, Ronan and Richardson, Kyle and Sabharwal, Ashish and Poovendran, Radha and Clark, Peter and Choi, Yejin , title =. Proceedings of the 42nd International Conference on Machine Learning , volume =. 2025 , publisher =

  27. [35]

    Reasoning in a

    Jiang, Xia and Chen, Jing and Zhang, Cong and Gao, Jie and Hu, Chengpeng and Zhang, Chenhao and Wu, Yaoxin and Zhang, Yingqian , month = apr, year =. Reasoning in a. doi:10.48550/arXiv.2602.02188 , urldate =

  28. [36]

    1997 , pages =

    European Journal of Operational Research , author =. 1997 , pages =. doi:10.1016/S0377-2217(96)00170-1 , url =

  29. [37]

    Di Gaspero, Luca and McCollum, Barry and Schaerf, Andrea , institution =. The. 2007 , url =

  30. [38]

    Annals of Operations Research , volume =

    Benchmarking curriculum-based course timetabling: formulations, data formats, instances, validation, visualization, and results , author =. Annals of Operations Research , volume =. 2012 , doi =

  31. [39]

    2007 , url =

    Vanhoucke, Mario and Maenhout, Broos , booktitle =. 2007 , url =

  32. [40]

    European Journal of Operational Research , volume =

    On the characterization and generation of nurse scheduling problem instances , author =. European Journal of Operational Research , volume =. 2009 , doi =

  33. [41]

    Haspeslagh, Stefaan and De Causmaecker, Patrick and Schaerf, Andrea and St. The. Annals of Operations Research , volume =. 2014 , doi =

  34. [42]

    Solver-Informed

    Chen, Yitian and Xia, Jingfan and Shao, Siyu and Ge, DongDong and Ye, Yinyu , booktitle =. Solver-Informed

  35. [43]

    Lower bounds for the

    Hao, Jin-Kao and Benlic, Una , journal =. Lower bounds for the. 2011 , month = aug, publisher =. doi:10.1016/j.ejor.2011.02.019 , url =

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.