Verify fork snippets on Library Checker - #79
Open
frex-e wants to merge 7 commits into
Open
Conversation
Wrap added and replaced KACTL snippets as yosupo submissions so they can be checked on Library Checker. Customizable trees are pasted with the V/U/binop edits the headers already document. Co-authored-by: IndraK <frex-e@users.noreply.github.com>
All 24 mapped problems AC on yosupo (account inj). The gcd convolution wrapper used a descending multiples zeta and double-counted; Mobius.h was already correct. Poller now waits for a final verdict, not x/y. Co-authored-by: IndraK <frex-e@users.noreply.github.com>
frex-e
marked this pull request as ready for review
August 29, 2026 11:35
All three yosupo min-plus problems accepted with the notebook SMAWK and concave-border implementations. Ignore lc-verify build/results. Co-authored-by: IndraK <frex-e@users.noreply.github.com>
… the logic. seglen on lazy/sparse/persistent trees, primes-only linear sieve for n > SIEVE_N, DynCon vertex add + component sum, and modular RREF. Co-authored-by: IndraK <frex-e@users.noreply.github.com>
enumerate_primes, dyncon component sum, range affine sum (dense + large array), and matrix_rank. Treat n/m judging statuses as in-progress when polling. Co-authored-by: IndraK <frex-e@users.noreply.github.com>
Co-authored-by: IndraK <frex-e@users.noreply.github.com>
Co-authored-by: IndraK <frex-e@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wrap this fork’s additions and API deltas vs upstream KACTL as Library Checker submissions.
Account:
inj. 29/29 accepted.Remaining four (small snippet hooks)
The last four families needed a tiny hook so the rest of the algorithm could be judged:
LinearSieve.hlinearSieve(n)withn > SIEVE_NskipslpOfflineDynamicConnectivity.haddVal/query(v)component sumsLazySegmentTree.hseglenduringapplyUpdateSparseLazySegmentTree.hseglenRREF.hrref(A, mod)persistent_range_affine_range_sumis still unmapped (range-copy-from-another-version). Persistent tree has the sameseglenhook.Harness
lc-verify/problems/*.cpp— one solver per LC problem, inliningcontent/headers (or the same tree/HLD code with theV/U/binopedits the headers already tell you to make).bundle.py/submit.py/submit_all.py— single TU and POST tov3.api.judge.yosupo.jp.Full table with submission links is in
lc-verify/README.md.gcd_convolutionhad a first WA (397516) from a descending multiples-zeta in the wrapper; resubmit 397536 is AC.