{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:OKO5STVFFLK5UHJXH2RLC6AFMP","short_pith_number":"pith:OKO5STVF","canonical_record":{"source":{"id":"2603.16648","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AI","submitted_at":"2026-03-17T15:19:47Z","cross_cats_sorted":[],"title_canon_sha256":"89d00a2b4306dbdc4d87ee26178f8af0ffdbb8b8b26b7c90ee9dbdbec53852a7","abstract_canon_sha256":"056507c7f5829106a4debc534214a1260159122ea68c97565f6607e3ea225249"},"schema_version":"1.0"},"canonical_sha256":"729dd94ea52ad5da1d373ea2b1780563c0ff9ecded0858da7e91fceec650623c","source":{"kind":"arxiv","id":"2603.16648","version":2},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2603.16648","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"arxiv_version","alias_value":"2603.16648v2","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2603.16648","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_12","alias_value":"OKO5STVFFLK5","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_16","alias_value":"OKO5STVFFLK5UHJX","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_8","alias_value":"OKO5STVF","created_at":"2026-06-19T16:12:53Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:OKO5STVFFLK5UHJXH2RLC6AFMP","target":"record","payload":{"canonical_record":{"source":{"id":"2603.16648","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AI","submitted_at":"2026-03-17T15:19:47Z","cross_cats_sorted":[],"title_canon_sha256":"89d00a2b4306dbdc4d87ee26178f8af0ffdbb8b8b26b7c90ee9dbdbec53852a7","abstract_canon_sha256":"056507c7f5829106a4debc534214a1260159122ea68c97565f6607e3ea225249"},"schema_version":"1.0"},"canonical_sha256":"729dd94ea52ad5da1d373ea2b1780563c0ff9ecded0858da7e91fceec650623c","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-06-19T16:12:53.164922Z","signature_b64":"iYbA9mJ1VosJ7ma4vH1CC023IufrS4wLA18HbRjbqAuVNdOcsfwOcB6WwINRNic0b0w0fVIwsTBjQyOqrakjBg==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"729dd94ea52ad5da1d373ea2b1780563c0ff9ecded0858da7e91fceec650623c","last_reissued_at":"2026-06-19T16:12:53.164409Z","signature_status":"signed_v1","first_computed_at":"2026-06-19T16:12:53.164409Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2603.16648","source_version":2,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-06-19T16:12:53Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"9a6kAVuzvNRI8KTCZHxL0B66JO7jZiSLydV2mpvO6NAP0qB69oRbg851vLkcUs8nl/VxQC0sS0m1o98XENN5BQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-06-22T18:28:43.827160Z"},"content_sha256":"cff6fd12f29a4153307b291cd25c92da0f2c16621c099a6eed888b974e58b2dd","schema_version":"1.0","event_id":"sha256:cff6fd12f29a4153307b291cd25c92da0f2c16621c099a6eed888b974e58b2dd"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:OKO5STVFFLK5UHJXH2RLC6AFMP","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Domain-Independent Dynamic Programming with Constraint Propagation","license":"http://creativecommons.org/licenses/by/4.0/","headline":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances.","cross_cats":[],"primary_cat":"cs.AI","authors_text":"Emir Demirovi\\'c, Imko Marijnissen, J. Christopher Beck, Ryo Kuroiwa","submitted_at":"2026-03-17T15:19:47Z","abstract_excerpt":"There are two prevalent model-based paradigms for combinatorial problems: 1) state-based representations, such as heuristic search, dynamic programming (DP), and decision diagrams, and 2) constraint and domain-based representations, such as constraint programming (CP), (mixed-)integer programming, and Boolean satisfiability. In this paper, we bridge the gap between the DP and CP paradigms by integrating constraint propagation into DP, enabling a DP solver to prune states and transitions using constraint propagation. To this end, we implement constraint propagation using a general-purpose CP so"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"constraint propagation significantly reduces the number of state expansions, causing our approach to solve more instances than a DP solver for Single Machine Scheduling and RCPSP, and showing similar improvements for tightly constrained TSPTW instances","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The overhead of calling a general-purpose CP solver inside the DP loop remains acceptable relative to the pruning gains for the tested problem classes and instance sizes.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"Integrating general-purpose constraint propagation into domain-independent dynamic programming reduces state expansions and solves more instances on scheduling and TSP problems.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"3c1e4dc4965040957636b850206fa0b4cf611430f7778f59612ee59c58d2d9fa"},"source":{"id":"2603.16648","kind":"arxiv","version":2},"verdict":{"id":"fd01c52e-ecb4-4d2c-82b9-4edd83735007","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T10:03:10.425256Z","strongest_claim":"constraint propagation significantly reduces the number of state expansions, causing our approach to solve more instances than a DP solver for Single Machine Scheduling and RCPSP, and showing similar improvements for tightly constrained TSPTW instances","one_line_summary":"Integrating general-purpose constraint propagation into domain-independent dynamic programming reduces state expansions and solves more instances on scheduling and TSP problems.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The overhead of calling a general-purpose CP solver inside the DP loop remains acceptable relative to the pruning gains for the tested problem classes and instance sizes.","pith_extraction_headline":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2603.16648/integrity.json","findings":[],"available":true,"detectors_run":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"fd01c52e-ecb4-4d2c-82b9-4edd83735007"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-06-19T16:12:53Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"RBaX9k4KAOq77Sc9TF9XDPhSGkRoML3FvFRK6I6WT/HQECz++bB13cDdxi+WaDPh2DRaAE7Roiz40W59lhBwCw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-06-22T18:28:43.827648Z"},"content_sha256":"152998d079cd347c0c58227c712e1d4ebd8f50a200883a5ec910ef7b8a800c4c","schema_version":"1.0","event_id":"sha256:152998d079cd347c0c58227c712e1d4ebd8f50a200883a5ec910ef7b8a800c4c"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/bundle.json","state_url":"https://pith.science/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-06-22T18:28:43Z","links":{"resolver":"https://pith.science/pith/OKO5STVFFLK5UHJXH2RLC6AFMP","bundle":"https://pith.science/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/bundle.json","state":"https://pith.science/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/state.json","well_known_bundle":"https://pith.science/.well-known/pith/OKO5STVFFLK5UHJXH2RLC6AFMP/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:OKO5STVFFLK5UHJXH2RLC6AFMP","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"056507c7f5829106a4debc534214a1260159122ea68c97565f6607e3ea225249","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AI","submitted_at":"2026-03-17T15:19:47Z","title_canon_sha256":"89d00a2b4306dbdc4d87ee26178f8af0ffdbb8b8b26b7c90ee9dbdbec53852a7"},"schema_version":"1.0","source":{"id":"2603.16648","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2603.16648","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"arxiv_version","alias_value":"2603.16648v2","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2603.16648","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_12","alias_value":"OKO5STVFFLK5","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_16","alias_value":"OKO5STVFFLK5UHJX","created_at":"2026-06-19T16:12:53Z"},{"alias_kind":"pith_short_8","alias_value":"OKO5STVF","created_at":"2026-06-19T16:12:53Z"}],"graph_snapshots":[{"event_id":"sha256:152998d079cd347c0c58227c712e1d4ebd8f50a200883a5ec910ef7b8a800c4c","target":"graph","created_at":"2026-06-19T16:12:53Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"constraint propagation significantly reduces the number of state expansions, causing our approach to solve more instances than a DP solver for Single Machine Scheduling and RCPSP, and showing similar improvements for tightly constrained TSPTW instances"},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The overhead of calling a general-purpose CP solver inside the DP loop remains acceptable relative to the pruning gains for the tested problem classes and instance sizes."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Integrating general-purpose constraint propagation into domain-independent dynamic programming reduces state expansions and solves more instances on scheduling and TSP problems."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances."}],"snapshot_sha256":"3c1e4dc4965040957636b850206fa0b4cf611430f7778f59612ee59c58d2d9fa"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"integrity":{"available":true,"clean":true,"detectors_run":[],"endpoint":"/pith/2603.16648/integrity.json","findings":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"There are two prevalent model-based paradigms for combinatorial problems: 1) state-based representations, such as heuristic search, dynamic programming (DP), and decision diagrams, and 2) constraint and domain-based representations, such as constraint programming (CP), (mixed-)integer programming, and Boolean satisfiability. In this paper, we bridge the gap between the DP and CP paradigms by integrating constraint propagation into DP, enabling a DP solver to prune states and transitions using constraint propagation. To this end, we implement constraint propagation using a general-purpose CP so","authors_text":"Emir Demirovi\\'c, Imko Marijnissen, J. Christopher Beck, Ryo Kuroiwa","cross_cats":[],"headline":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AI","submitted_at":"2026-03-17T15:19:47Z","title":"Domain-Independent Dynamic Programming with Constraint Propagation"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2603.16648","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-15T10:03:10.425256Z","id":"fd01c52e-ecb4-4d2c-82b9-4edd83735007","model_set":{"reader":"grok-4.3"},"one_line_summary":"Integrating general-purpose constraint propagation into domain-independent dynamic programming reduces state expansions and solves more instances on scheduling and TSP problems.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Integrating a general-purpose CP solver into domain-independent dynamic programming prunes states and solves more scheduling instances.","strongest_claim":"constraint propagation significantly reduces the number of state expansions, causing our approach to solve more instances than a DP solver for Single Machine Scheduling and RCPSP, and showing similar improvements for tightly constrained TSPTW instances","weakest_assumption":"The overhead of calling a general-purpose CP solver inside the DP loop remains acceptable relative to the pruning gains for the tested problem classes and instance sizes."}},"verdict_id":"fd01c52e-ecb4-4d2c-82b9-4edd83735007"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:cff6fd12f29a4153307b291cd25c92da0f2c16621c099a6eed888b974e58b2dd","target":"record","created_at":"2026-06-19T16:12:53Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"056507c7f5829106a4debc534214a1260159122ea68c97565f6607e3ea225249","cross_cats_sorted":[],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AI","submitted_at":"2026-03-17T15:19:47Z","title_canon_sha256":"89d00a2b4306dbdc4d87ee26178f8af0ffdbb8b8b26b7c90ee9dbdbec53852a7"},"schema_version":"1.0","source":{"id":"2603.16648","kind":"arxiv","version":2}},"canonical_sha256":"729dd94ea52ad5da1d373ea2b1780563c0ff9ecded0858da7e91fceec650623c","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"729dd94ea52ad5da1d373ea2b1780563c0ff9ecded0858da7e91fceec650623c","first_computed_at":"2026-06-19T16:12:53.164409Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-06-19T16:12:53.164409Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"iYbA9mJ1VosJ7ma4vH1CC023IufrS4wLA18HbRjbqAuVNdOcsfwOcB6WwINRNic0b0w0fVIwsTBjQyOqrakjBg==","signature_status":"signed_v1","signed_at":"2026-06-19T16:12:53.164922Z","signed_message":"canonical_sha256_bytes"},"source_id":"2603.16648","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:cff6fd12f29a4153307b291cd25c92da0f2c16621c099a6eed888b974e58b2dd","sha256:152998d079cd347c0c58227c712e1d4ebd8f50a200883a5ec910ef7b8a800c4c"],"state_sha256":"21be401ec7275763f61d97418033b979c344d990db78f22f9a4814ee4e363563"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"w5zOjDRr6g5ZCL7F7TcPwak9cG+hpHreZQ8ek8r+GxZgbwMLFPOnQJaH+rJ5eK4AxifkjyiW5Wz6U7AIeht4Aw==","signed_message":"bundle_sha256_bytes","signed_at":"2026-06-22T18:28:43.829959Z","bundle_sha256":"e0d88fb28f781f8f758f3fb4fa0ddd515126ddd1bcfebd02ae1ca7ac97948c69"}}