An engineer re-verifying a solution certificate on an independent machine Benchmark instrumentation in the Elara-Cortex laboratory
Elara-Cortex Evidence Ledger · EL-2026-01 · 19 July 2026

An evidence ledger for a proprietary solver: claim–artefact correspondence under verification without disclosure.

K. Lekola. Elara-Cortex Mathematical Infrastructure for Complex Systems · New Jersey and Johannesburg · route.elara-cortex.com

Abstract. This ledger enumerates the quantitative claims published across the Elara-Cortex research series and pairs each with the verification artefact that supports it. The organising principle is verification without disclosure: the routing and compression mathematics is proprietary, so every published result is accompanied by a certificate that can be re-checked from public data and arithmetic alone, without access to the method. Claims fall into six claim classes, supported by the four evidence classes of §1: certified optimality (a theorem prover certifies the global optimum and the engine attains it), comparative benchmark results (public instance sets, published baselines, stated budgets), system-correctness properties (a verified request state machine and fail-closed delivery guarantees), operational measurements (millisecond re-planning on live and real-world data), data compression and integrity (SHA-256 round-trip verified reduction against standard codecs), and the public mathematical track record (machine-checked statements over a third-party registry). Section 8 gives the complete claim–artefact correspondence; Section 9 states the standing reproduction and challenge protocol.

1 · The verification principle

A proprietary method cannot ask to be trusted; it can only ask to be checked. Each published Elara-Cortex result therefore ships in one of four evidence classes, in descending order of formal strength, and no claim is published outside these classes:

Table 1. Evidence classes used throughout the research series.
ClassInstrumentWhat the reader re-checks
Machine-checked statementZ3 SMT solver (negation returned UNSAT); Dafny verified lemmasThe certificate and the encoded statement
Solution certificateExplicit routes with recomputed costFeasibility and cost, from the public instance file and arithmetic
Measured benchmarkPublic instances, published baselines, stated budgets, fixed seedsThe same run, reproduced from one command or through the public API
Public registryThird-party leaderboard data (frozen and archived)Every figure, directly on the registry

Scope of disclosure. This ledger discloses results, protocols, budgets, baselines and certificates, everything needed to verify the claims. It does not disclose the method. That posture is standard for commercial solvers; it is strengthened here by certificates.

2 · Certified optimality

On capacitated vehicle-routing instances small enough for an exact solver, the provable global optimum was computed with the Z3 theorem prover (the certificate being UNSAT on "a cheaper feasible tour exists"). The production engine reaches that proven optimum on every such instance:

Table 2. Engine result vs the Z3-certified global optimum (from TR-2026-01, Table 0).
CustomersZ3 proven optimumEngineVerdict
6359359optimal
7355355optimal
8386386optimal
9381381optimal
10296296optimal
Match5 / 5Z3-certified

Where optimality is provable, the engine is provably optimal. Beyond the size an exact method can certify (the problem is NP-hard), results are reported as gap-at-budget against the community's best-known solutions (Section 3).

3 · Comparative benchmark results

Full protocol, tables and solution certificates are in technical report TR-2026-01. The headline results, each carried by a certificate:

Table 3. Comparative results on public instance sets (protocol and budgets in TR-2026-01 §3).
BenchmarkElara resultBaseline resultOutcome
CVRPLIB X-instances, 100–512 customers (9 instances)mean gap +3.05% to best-known, ≤5 s single-threadedGoogle OR-Tools (guided local search): +3.6% to +16.1%, 15–20 s (run on 6 of the 9)Elara ahead on every instance where both were run (6 of 6); a lower best-known gap on all 9
Solomon / Gehring–Homberger time windows (5 instances)all customers served; mean distance gap +3.1%; 0.2% on C101 and C1_2_1under our own time-window encoding (which we do not certify as a fair head-to-head) OR-Tools returned incomplete solutions on 4 of 5 within 120 sElara serves all; the certified comparison is reported against best-known only
Provable-optimum instances (5 instances)matches the certified optimum 5 / 5optimal, with certificate

Every solution behind these rows is published as an explicit route list (solution_certificates.json: 123 CVRP routes, 91 VRPTW routes); re-verifying one requires only the public instance file and arithmetic.

4 · System-correctness properties

The service is engineered so that a delivered answer cannot bypass verification. Two independent guards enforce this: the engine repairs every solution to feasibility before returning, and the endpoint re-checks the result and refuses with an honest error rather than deliver an answer that fails its own certificate. The request lifecycle is modelled and verified as a state machine; the adversarial review method is documented in TR-2026-03.

Table 4. Verified correctness properties of the production service.
PropertyVerificationMeasured basis
Delivery implies feasibility (no bypass path)state-machine reachability proof: removing the self-check gate makes the delivered state unreachablemoat_state_machine.json
Termination (no deadlock)absorbing-chain analysis; absorption probability 1, ≈3.9 expected stepsmoat_state_machine.json
Construction invariant0 infeasible outputs in 5 000 adversarial constructionsartifacts test battery
Certificate honesty0 discrepancies in 500 independent ground-truth recomputationsred-team ledger
Hostile-input robustness25/25 malformed-input classes returned typed errors, zero crashes; system-wide battery with zero server errorsfragility_battery.json
Adversarial review closureevery enumerated attack line closed, each closure certified independently by Z3 and by Dafny, zero disagreementsadversarial review reports (TR-2026-03)

5 · Operational measurements

Measured through the production API on real published data (protocols in TR-2026-01 §7 and the enterprise evidence page):

Table 5. Operational performance on live and real-world data (deterministic seeds; receipts published).
MeasurementResult
Plan a 200-stop, 10-vehicle day4.6 ms
Replan after five cancellations + three urgent insertions across five moving vehicles≈1.2 ms
Reassign 38 outstanding stops after a vehicle breakdown≈0.8 ms
Ten real airline route networks (OpenFlights): valid aircraft rotations + disruption recovery10 / 10 valid; recovery ≈1 s per carrier scenario
Live 843-station fleet feed (public GBFS): rebalancing plan + live replanplan 3.0 s; replan ≈1 ms; re-verified for coverage, capacity and cost

6 · Data compression and integrity

The same mathematical framework carries the data layer. Results below are measured on the stated corpus and machine; the comparison tools are run identically on the same inputs (TR-2026-02 §6):

Table 6. Compression and integrity measurements (162 MB production system log; single machine).
MeasurementResult
Lossless compression of the 162 MB log93% reduction (14.4× vs raw): one third smaller than gzip, 6% smaller than Brotli on this corpus; never larger than either on any tested input
Round-trip fidelitybyte-for-byte identical, SHA-256 verified on every file
Integrity-check throughput (own construction)30 GB/s, vs xxHash 21 GB/s and SHA-256 0.49 GB/s on the same machine
Route-update deltas on a road change80.1% transmission saved on the measured route (186 B vs 935 B), checksum-verified rebuild

7 · The public mathematical track record

The founder's contribution to the Great Internet Mersenne Prime Search (GIMPS) is analysed in a separate paper with eight machine-checked statements over the frozen public leaderboard (the analysis · PDF). The certified forms, stated exactly, with the paper's own counterexample register of what may not be claimed, include: an archived participation-day double first place (highest success-per-attempt among visible members with a success, and the fastest 24-hour rise on the board); sixth of 309 members-with-a-success on the all-time table by attempts-per-success; contribution density at least 3.8× the board's attempt-weighted average (deep-assignment specialists run higher; see the analysis's own threats-to-validity); and a Pareto-dominance theorem certified for every non-negative weighting of the board's two goods. A standing pre-registration offer converts the analysis into a falsifiable forward experiment.

8 · The ledger: claim → artefact

Table 7. Complete claim–artefact correspondence. Artefact names are as published in the series.
ClaimArtefactRe-verification path
Optimal where provable, 5/5z3_exact_fair.jsonRe-run the SMT encoding; compare certificates
Ahead of OR-Tools on every instance where both were run (CVRPLIB-X)final_banked.json + solution_certificates.jsonRecompute route costs from public instances; re-run the baseline
Time windows: all customers served; baseline incomplete 4/5ortools_vrptw_120s.json + vrptw_validated.jsonReplay time windows arc-by-arc from certificates
Delivery-implies-feasibility; termination; no-bypassmoat_state_machine.jsonCheck the transition matrix and reachability argument (TR-2026-03)
0/5000 construction invariant; 0 certificate lies/500red-team and construction batteriesRe-run the battery through the public API
Adversarial closure, dual-certified, 0 disagreementsadversarial review reportsAudit each attack line against its Z3/Dafny closure (TR-2026-03)
ms-scale replanning on live datareal_data_proofs.json, multi_airline_proofs.jsonRe-run on the public OpenFlights / GBFS feeds with a free key
Compression and integrity resultsbench_field outputsOne command re-runs the field on your own machine (TR-2026-02 §7)
GIMPS certified theorems T0–T7z3_gimps_story_receipt.json + frozen datasetOpen the public registry; re-run the Z3 scripts (available on request)

9 · Reproduction and challenge protocol

Registered users (free 7-day key, route.elara-cortex.com/developers) can submit any capacitated or time-window routing instance to POST /v1/solve and receive a solution certificate: explicit routes, the cost, and an in-response verification block re-checking coverage, capacity and recomputed cost. The same instance can be run through OR-Tools, Gurobi, Hexaly or an in-house solver and compared like-for-like. A standing challenge is open on any metric on this ledger: hello@elara-cortex.com. Where a submitted counterexample survives verification, the ledger is corrected in public.

9.1 · Live re-verification (checkable right now, no key)

The claims in this ledger are backed by stored artefacts and are additionally re-verifiable at any time, without an account, through the public endpoint. POST /v1/demo/solve runs the real production engine on a small instance and returns a solution together with an in-response certificate the caller re-checks (coverage, capacity, recomputed cost); by construction, the engine does not return that certificate on an invalid solution. The airline operations console exercises the same engine on live data: on each recovery it calls /v1/demo/solve and shows the engine's measured solve time and verified certificate, alongside real aircraft positions from a live ADS-B feed for the selected carrier. A reader who wants a receipt need not trust a stored file; they can produce a fresh, self-verified one in their own browser.

Limitations

  1. The comparative set is nine CVRP and five VRPTW instances; the full suites and multi-seed dispersion are named future work in TR-2026-01 §8 and are in progress.
  2. Commercial solvers are not yet in the baseline; the free, open-source solver Google OR-Tools is used as the public baseline.
  3. Artefacts listed in Table 7 are published with the series or available on request where they embed third-party data; each report states which.

References

  1. de Moura, L., & Bjørner, N. (2008). Z3: An efficient SMT solver. In Tools and Algorithms for the Construction and Analysis of Systems (TACAS), LNCS 4963, 337–340.
  2. Leino, K. R. M. (2010). Dafny: An automatic program verifier for functional correctness. In Logic for Programming, Artificial Intelligence, and Reasoning (LPAR-16), LNCS 6355, 348–370.
  3. Uchoa, E., Pecin, D., Pessoa, A., Poggi, M., Vidal, T., & Subramanian, A. (2017). New benchmark instances for the capacitated vehicle routing problem. European Journal of Operational Research, 257(3), 845–858.
  4. Woltman, G., & Kurowski, S. (2024). Great Internet Mersenne Prime Search (GIMPS). https://www.mersenne.org

Data, receipts & series

Series: TR-2026-01 (benchmark paper) · TR-2026-02 (measured performance) · TR-2026-03 (correctness under adversarial review) · TR-2026-04 (local computation in navigation) · TR-2026-05 (comparison against consumer map APIs) · GIMPS significance analysis
© 2026 Elara-Cortex Mathematical Infrastructure for Complex Systems · New Jersey · Johannesburg · The Elara mathematical framework is proprietary; all materials needed for verification are public; every result is measured, never simulated.