Hypothesis
Property-based testing tools that generate and simplify test inputs.
External resource. No execution or independent verification is claimed here.
Can a fixed property-based test expose a specified floating-point overclaim within a bounded search protocol?
Validate every discovered counterexample using an independent exact-arithmetic checker; preserve search settings and unsuccessful attempts, and do not infer universal correctness from no discovery.
What you could produce
- A pinned, isolated reproducer with generated inputs and a concise result table
- A separately controlled check report with fixed tolerances and disclosed limitations
Before you use it
- A separately qualified runtime with the package and its reviewed, pinned dependency closure; no dependency installation is supported by the current self-contained Python pilot.
Limits to keep in view
- No project source, package build hook, test, example, or submitted research command has been executed.
- The documented pilot supports self-contained Python 3.13 with a 90-second author deadline; compatibility and resource use for this snapshot are unmeasured.
Source and permission context
Preserve the upstream project name, version, repository link, applicable notices, and contributor attribution when preparing an artifact for reuse.
License evidence recorded. Review the scope and upstream conditions before reuse.
code · MPL-2.0
Mozilla Public License version 2.0 identified in the fetched license file. Observation is limited to LICENSE.txt at commit cd434f23be1a3598085cf096e28e6738c63b29b3; it is not a repository-wide rights clearance.
Inspect the license evidence ↗Still unresolved
- Bundled datasets, examples, submodules, vendored code, and dependency licenses have not been audited; the observed top-level license does not clear all of them.
- README and documentation rights were not independently resolved from the main code license; this catalog only links and describes.
- The root declaration explicitly excepts noted third-party code and describes original/dual-license terms for those components. Their individual notices still require review.
Put this resource to work.
Audit benchmark labels with explicit rules
Do compact balance-scale and tic-tac-toe labels agree with their declared arithmetic and board rules?
Open the brief RESEARCH BRIEF · 5 SOURCESMake an algorithm check include its invalid inputs
Does a shortest-path implementation return known distances and reject inputs outside its assumptions?
Open the brief