Skip to content
  • Karim El Sheikh's avatar
    Added run.bat, this file should be ran on Windows only, and it runs GAP and... · d478d98a
    Karim El Sheikh authored
    Added run.bat, this file should be ran on Windows only, and it runs GAP and loads the file 1.g from this directory
    %HOMEDRIVE%%HOMEPATH%\eclipse-workspace\kWL\
    This file basically runs a method that waits for "commands" from the compareColours() and compareTwo() methods
    present in the class 'kWLClass', the commands get written to a file named "Stream.txt" in the directory of the project (or the the working directory I guess?).
    Then it outputs the group number requested as a Permutation group (gets converted) in the file "Stream2.txt".
    Please note that it is initialized to a certain group order and gets incremented after all groups of that order are used.
    If you want to start running generateinvariants starting from some other order than 256 you should modify the file "1.g" to be initialized with that other order
    as well as the number of groups of that order (you can get them using 'NumberSmallGroups(order)').
    Hopefully a more user-friendly version of this project will be uploaded in the future.
    d478d98a