Skip to content

Track Simplification Origins by Full VC Implication#262

Open
rcosta358 wants to merge 5 commits into
simplification-migrationfrom
new-origins-approach
Open

Track Simplification Origins by Full VC Implication#262
rcosta358 wants to merge 5 commits into
simplification-migrationfrom
new-origins-approach

Conversation

@rcosta358

Copy link
Copy Markdown
Collaborator

Description

This PR refactors VC simplification origin tracking. Instead of storing origins on individual VCImplication nodes, each simplification step now records the complete VC implication chain through a new VCSimplificationResult.

Example

VCSimplificationResult result = VCSimplification.simplifyToFixedPoint(implication);

VCImplication simplified = result.getImplication();
VCSimplificationResult origin = result.getOrigin();

Related Issue

None.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

@rcosta358 rcosta358 self-assigned this Jun 18, 2026
@rcosta358 rcosta358 added the simplification Related to the simplification of expressions label Jun 18, 2026
@rcosta358 rcosta358 force-pushed the new-origins-approach branch from 0ecbb8f to f5cccb1 Compare June 18, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

simplification Related to the simplification of expressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant