You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
567 B

  1. Readme for distribution of ltl2dstar with storm:
  2. Differences to the common version:
  3. - A small fix in in DRA.h, which allows the compilation with new compilers
  4. - Changed makefile: Storm directly uses the code of ltl2dstar (i.e. without calling the binary), so the makefile was changed in the following way:
  5. - The target "lib" creates a static library (libltl2dstar.a) which does not contain the source code of the main source file (ltl2dstar_main.cpp).
  6. - The target "all" creates this static library and an executable file (ltl2dstar), using the main source file.