Skip to content
Snippets Groups Projects
Commit 8aa435aa authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add ASSERT_LTL and VISB_JSON_FILE to used def finder

parent 6231d36a
No related branches found
No related tags found
No related merge requests found
Pipeline #106472 passed
......@@ -61,6 +61,9 @@ public class UsedDefinitionsFinder extends AbstractASTVisitor implements ASTCons
// GOAL, ANIMATION_FUNCTION, ANIMATION_IMGxx, SET_PREF_xxx,
if (defName.equals("GOAL") || defName.startsWith("ANIMATION_FUNCTION")
|| defName.startsWith("ANIMATION_IMG")
|| defName.startsWith("ASSERT_LTL") || defName.startsWith("ASSERT_CTL")
|| defName.equals("VISB_JSON_FILE")
|| defName.startsWith("GAME_") // GAME_OVER, GAME_PLAYER, GAME_MCTS_RUNS
|| defName.startsWith("SET_PREF_") || defName.startsWith("HEURISTIC_FUNCTION")
|| defName.startsWith("SCOPE") || defName.startsWith("scope_")) {
usedDefinitions.add(opDef);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment