veritas_mis_greedy
Finds the maximum independent set of evidence items without shared source, chain, dependency, or same-protocol-within-24h. Use to verify evidence independence before submitting to evidence gate.
Instructions
Runs the MIS_GREEDY algorithm to find the maximum independent set of evidence items with no shared source, chain, dependency, or same-protocol-within-24h. Use this to check evidence independence before submitting to the evidence gate; use veritas_compute_quality for individual quality scores. Returns JSON with fields: independent_set (array), independent_count (int), total_items (int), agreement (float 0.0-1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidence_items | Yes | Array of evidence items with id, variable, value, timestamp, method, provenance, and optional dependencies. |