Papers › CASP: Learning-Augmented Offline Approximation with Verifiable Certificates and...

CASP: Learning-Augmented Offline Approximation with Verifiable Certificates and Bounded-Loss PAC Guarantees

16 Jul 2026arXiv:2607.14545added by Syntology

Haifeng Li, Mo Hai

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Machine-learned predictions can speed up offline NP-hard optimization, but asking a predictor what to do amounts to asking it to solve the problem, and committing an unchecked prediction forfeits every worst-case guarantee. CASP (Certificate-Augmented Solution Pruning) instead asks which parts of the search space may be ignored, and accepts each answer only after a sound polynomial-time verifier has checked it, so correctness never depends on prediction quality. We develop the learning theory of this design. The verifier makes the induced loss class uniformly bounded, so certificate parameters are learnable from Õ(ε⁻²logK) samples (K the maximum instance size), whereas the unverified commitment class admits no distribution-free rate and, under cost spread R, none below Ω(R/ε²). Filtering noisy predictions by verifiable confidence dominates the standard min-combiner, with a margin we compute in closed form, and the prediction stays useful even given the LP, because it breaks ties on degenerate optimal faces, where every symmetric LP policy, meaning one whose commitments depend on the instance only through the verifiable confidence values, provably stalls. Experiments on five problems test the theory's quantitative predictions. With trained predictors, unverified pruning loses up to 26 of the optimum under distribution shift, while the verified deployment of the same predictions loses nothing.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.14545")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 15 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

llfuture/casp found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15ran
2unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from llfuture/casp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adj_of llfuture/casp/codes/steiner_casp.py found in paper text by Syntology ran no licence file found · pointer only · a3e9b29c8980a192 · report
candidates llfuture/casp/codes/e4p_real.py found in paper text by Syntology ran no licence file found · pointer only · 4e39213513eefefb · report
dijkstra llfuture/casp/codes/steiner_casp.py found in paper text by Syntology ran no licence file found · pointer only · c07f6d5f5ff813db · report
face_range llfuture/casp/codes/casp_lp.py found in paper text by Syntology ran no licence file found · pointer only · 8cab74191fed87a4 · report
features llfuture/casp/codes/exe2_knap.py found in paper text by Syntology ran no licence file found · pointer only · 41fc2c1d34f7cc58 · report
greedy_incumbent llfuture/casp/codes/knapsack_casp.py found in paper text by Syntology ran no licence file found · pointer only · a620583289f617aa · report
load_sc_synth llfuture/casp/codes/casp_lib.py found in paper text by Syntology ran no licence file found · pointer only · 440460698069471e · report
load_vc_synth llfuture/casp/codes/casp_lib.py found in paper text by Syntology ran no licence file found · pointer only · fd93b0938f720d40 · report
lp_bound llfuture/casp/codes/knapsack_casp.py found in paper text by Syntology ran no licence file found · pointer only · ead11f4953db3792 · report
parse_stp llfuture/casp/codes/steiner_casp.py found in paper text by Syntology ran no licence file found · pointer only · 1fa9c805870bf5f9 · report
sc_degeneracy llfuture/casp/codes/exc_lponly.py found in paper text by Syntology ran no licence file found · pointer only · c7030e7991ac5a70 · report
sigma_from_face llfuture/casp/codes/casp_lp.py found in paper text by Syntology ran no licence file found · pointer only · 5f787fb7783a79b6 · report
solve_cover_lp llfuture/casp/codes/casp_lp.py found in paper text by Syntology ran no licence file found · pointer only · 64813c51b22f2b69 · report
theory_margin llfuture/casp/codes/exa_margin.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5ef89d9bf4078838 · report
vc_degeneracy llfuture/casp/codes/exc_lponly.py found in paper text by Syntology ran no licence file found · pointer only · 1c756ac3f0072849 · report
build_full llfuture/casp/codes/audit_exact.py found in paper text by Syntology unverified no licence file found · pointer only · d953495e28d14ee3 · report
load_scp llfuture/casp/codes/casp_lib.py found in paper text by Syntology unverified no licence file found · pointer only · 227f6851c9a1efdb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.14545, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections