Skip to content

Fix path condition collection #94

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

Merged
merged 7 commits into from
Apr 8, 2025
Merged

Fix path condition collection #94

merged 7 commits into from
Apr 8, 2025

Conversation

Anya497
Copy link
Collaborator

@Anya497 Anya497 commented Apr 3, 2025

  • Save all GameState while generating initial dataset
  • Fix converting term to graph
  • Reset PathConditionVertexId

@Anya497 Anya497 requested a review from gsvgit April 3, 2025 17:44
let mutable count = 0u<pathConditionVertexId>

fun () ->
let res = count
count <- count + 1u<pathConditionVertexId>
res
, fun () -> count <- 0u<pathConditionVertexId>

let pathConditionVertices = Dictionary<Core.term, PathConditionVertex>()
Copy link
Member

Choose a reason for hiding this comment

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

May it be replaced with set?

@Anya497 Anya497 requested a review from gsvgit April 6, 2025 11:30
@gsvgit gsvgit merged commit 010e5fe into mlSearcher Apr 8, 2025
2 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.

2 participants