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

feat: add memory constraints #105

Merged
merged 12 commits into from
Dec 11, 2024
Merged

feat: add memory constraints #105

merged 12 commits into from
Dec 11, 2024

Conversation

zmalatrax
Copy link
Collaborator

@zmalatrax zmalatrax commented Nov 27, 2024

Closes #102

I've made some fields of the MemoryTableRow as well as the table field of MemoryTable public to the crate (pub(crate)), to allow editing the values of the table for error tests (a trace that should not satisfies the constraints of the component)

@zmalatrax zmalatrax force-pushed the feat/memory-constraints branch from c8c4b0d to a629ee9 Compare November 28, 2024 11:40
@zmalatrax zmalatrax force-pushed the feat/memory-constraints branch from e0c5796 to 7c07c4c Compare December 2, 2024 17:03
@zmalatrax zmalatrax marked this pull request as ready for review December 3, 2024 10:58
@zmalatrax zmalatrax merged commit f2c3499 into main Dec 11, 2024
6 checks passed
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.

feat: add constraints to MemoryEval::evaluate()
1 participant