Link Search Menu Expand Document

Structure of the repository

  • In folder FFSM_diff, we have the Java project of the FFSM_Diff algorithm. This is an Eclipse project developed developed using the JDK version 1.8.

  • In folder FFSM_diff/lib, you find the binaries for some Java libraries used in our Eclipse project (e.g., FeatureIDE and Apache Commons Math). Some libraries (e.g., LearnLib) are included using Apache Maven.

  • In folder docs, you find the webpage of the FFSM_Diff project.

  • In folder experiments, you find the directories containing the open data artifacts generated from studies using the FFSM_Diff algorithm. This folder is organized based on the recommendations by https://doi.org/10.1007/978-3-030-32489-6_17.

INFO: We recommend to build our project using the JDK version 1.8.