Skip to content

Problem with using Ralib to extract the behavioral model with inequality theory #78

@Alim9100

Description

@Alim9100

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions