-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello, I hope you are doing well.
I recently attempted to use the main branch of the Ralib for extracting the behavioral model of a binary search tree data structure, treating it as a System Under Learning (SUL). Unfortunately, I encountered an unresolved error during the process.
The error manifested while the tool was calculating the initial branching for a prefix and a suffix symbol. Specifically, an exception of type "IllegalStateException" was thrown at line 290 in the class "MultiTheoryTreeOracle".
The error message indicated: "Guard instantiated using a dvi that was already used to instantiate a prior guard," suggesting that the teacher may be generating duplicate fresh values.
I have attached the source code of the SUL, the configuration file, the execution log file,
and the stack trace for the error. Could you please assist me in understanding what went
wrong and how to resolve it?
Thank for your attention.
MethodConfig.txt
Config.txt
Driver.txt
BinaryTree.txt.txt
log.txt