Merge SummerMueller's TCAVL improvements: Enhanced reference handling and disjunction processing#2
Merged
ParthGaneriwala merged 1 commit intomainfrom Aug 1, 2025
Conversation
Copilot
AI
restored the
copilot/fix-da881adc-d5f8-4ebc-9c1e-8de879ba1ca1
branch
August 1, 2025 17:47
Copilot
AI
changed the title
[WIP] Merge SummerMueller/TCAVL:master into ParthGaneriwala/TCAVL:main
Merge SummerMueller's TCAVL improvements: Enhanced reference handling and disjunction processing
Aug 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges significant improvements from SummerMueller's fork of TCAVL (Translation of Cognitive Architecture for Verifiable Learning) that enhance the Soar-to-UPPAAL translation capabilities.
Key Improvements
Enhanced Reference Handling
SymbolVisitorFixed Global Disjunction Processing
UPPAALCreatorUpdated Dependencies
New Test Cases
The merge includes new Soar example files for testing the enhanced functionality:
Technical Details
.gitignoreto exclude compiled artifacts (out/directories)Impact
These improvements significantly enhance the translator's ability to handle complex Soar constructs, particularly around reference management and disjunction processing, leading to more accurate UPPAAL model generation for cognitive architecture verification.
The enhanced translator now better supports:
Resolves the request to incorporate SummerMueller's work into the main TCAVL repository.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.