Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-contextual FF #9486

Merged
merged 6 commits into from Feb 14, 2023
Merged

Non-contextual FF #9486

merged 6 commits into from Feb 14, 2023

Conversation

alex-ozdemir
Copy link
Member

Previously, many of FF's internal data structures were contextual.

I hoped that this would improve performance. It hasn't done so yet, so I'm ripping them out for now. The non-contextual theory is considerably simpler.

I tested on the QF_FF benchmarks from our paper. Testbed: quad partition, 8GB, 5min. Both solved 605/864 benchmarks (with 6 that flipped).

Scatter plot:
image

Total solve time on commonly solved benchmarks decreases by about 23%.

@ajreynol : as a side effect, this should reduce sensitivity to term registration.

Copy link
Member

@ajreynol ajreynol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ajreynol ajreynol enabled auto-merge (squash) February 14, 2023 16:22
@ajreynol ajreynol merged commit e38fce2 into cvc5:main Feb 14, 2023
@alex-ozdemir alex-ozdemir deleted the ff-simp branch February 15, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants