pith. sign in

Formal Aspects of Computing27(3), 573–609 (2015)

7 Pith papers cite this work. Polarity classification is still indexing.

7 Pith papers citing it

citation-role summary

background 1

citation-polarity summary

roles

background 1

polarities

background 1

representative citing papers

Heterogeneous Dynamic Logic: Provability Modulo Program Theories

cs.LO · 2025-07-11 · conditional · novelty 8.0

HDL defines dynamic theories with lifting and combination operations, proves soundness and relative completeness in Isabelle, and demonstrates the approach on a Java controller steering a differential dynamic logic plant model.

Caesar: A Deductive Verifier for Probabilistic Programs

cs.PL · 2026-05-15 · unverdicted · novelty 7.0

Caesar introduces a deductive verifier for probabilistic programs using the HeyVL language, Z3 SMT solving, and a probabilistic model-checking backend after five years of development.

Certified Program Synthesis with a Multi-Modal Verifier

cs.SE · 2026-04-17 · unverdicted · novelty 7.0

LeetProof achieves higher rates of fully certified program synthesis from natural language by using a multi-modal verifier in Lean to validate specifications via randomized testing and delegate proofs to AI tools, outperforming single-mode baselines on benchmarks while uncovering defects in prior参考.

Understanding GCC Builtins to Develop Better Tools

cs.PL · 2019-07-01 · unverdicted · novelty 7.0

Analysis of 4,913 C projects found 37% use at least one GCC builtin, 10 builtins cover over 30% of projects, 110 cover 90%, builtins are still being added, and many tools have incomplete or incorrect support.

Agentic Verification of Software Systems

cs.SE · 2025-11-21 · unverdicted · novelty 6.0

AutoRocq is an LLM agent that learns proofs on-the-fly by collaborating with the Rocq prover to verify programs on SV-COMP benchmarks and Linux kernel modules.

citing papers explorer

Showing 7 of 7 citing papers.

  • Heterogeneous Dynamic Logic: Provability Modulo Program Theories cs.LO · 2025-07-11 · conditional · partial · ref 37

    HDL defines dynamic theories with lifting and combination operations, proves soundness and relative completeness in Isabelle, and demonstrates the approach on a Java controller steering a differential dynamic logic plant model.

  • Caesar: A Deductive Verifier for Probabilistic Programs cs.PL · 2026-05-15 · unverdicted · none · ref 50

    Caesar introduces a deductive verifier for probabilistic programs using the HeyVL language, Z3 SMT solving, and a probabilistic model-checking backend after five years of development.

  • Certified Program Synthesis with a Multi-Modal Verifier cs.SE · 2026-04-17 · unverdicted · none · ref 28

    LeetProof achieves higher rates of fully certified program synthesis from natural language by using a multi-modal verifier in Lean to validate specifications via randomized testing and delegate proofs to AI tools, outperforming single-mode baselines on benchmarks while uncovering defects in prior参考.

  • Understanding GCC Builtins to Develop Better Tools cs.PL · 2019-07-01 · unverdicted · none · ref 21

    Analysis of 4,913 C projects found 37% use at least one GCC builtin, 10 builtins cover over 30% of projects, 110 cover 90%, builtins are still being added, and many tools have incomplete or incorrect support.

  • Contract Based Verification of Non-functional Requirements for Embedded Automotive C Code cs.PL · 2026-05-19 · unverdicted · none · ref 23

    The authors define general non-functional rules for C modules, propose an interface contract language, implement a Frama-C checker plugin, and demonstrate verification on two Scania truck codebases alongside ACSL functional contracts.

  • Agentic Verification of Software Systems cs.SE · 2025-11-21 · unverdicted · none · ref 24

    AutoRocq is an LLM agent that learns proofs on-the-fly by collaborating with the Rocq prover to verify programs on SV-COMP benchmarks and Linux kernel modules.

  • QCP: A Practical Separation Logic-based C Program Verification Tool cs.PL · 2025-05-19 · unverdicted · none · ref 12

    QCP combines automatic separation logic verification with Rocq interactive proving for C programs via annotations and a VS Code extension.