I have been using Uppaal Stratego for some time now. I have generate strategies using verifyta cli and used command like --print-strategies pathtoShowStrategy file. Now my strategy produced is of 416.56 Mb text file.
I have used --generate-strategy O to generate some strategies and also to get the printed result in a folder. Below is what I used in cli. My machine is Linux 64bit ( if in any case is need)
pathToVerifyta/verifyta --print-strategies folderlocation/ --generate-strategy 0 pathToModelLocation.
The output text file seems so as huge as the original one ie file is of same size. I also tried reversing the --print-strategies and --generate-strategy but doesnot help much. Can somebody please help me ?