Issue268

Title merge&shrink file/class name clean-up and removal
Priority feature Status resolved
Superseder Nosy List jendrik, malte, mkatz, moritz, raznis
Assigned To malte Keywords
Optional summary

Created on 2011-08-26.14:44:11 by malte, last changed by malte.

Messages
msg1693 (view) Author: malte Date: 2011-08-26.16:37:45
Done.
msg1691 (view) Author: malte Date: 2011-08-26.14:44:11
M&S cleanup:
 * The raz_XXX.{cc,h} source files should be renamed to XXX.{cc,h}.
 * Some file and class names should be adapted to follow the terminology in
   our papers more properly.
 * The merge-and-shrink stuff should move into a subdirectory.
 * The obsolete shrink methods "bisimulation" and "dfp" should be removed.
 * The new shrink method "unified_bisimulation" should be renamed to
   "bisimulation".
 * The obsolete "memory_limit" parameter should be removed.
 * The Python scripts should be adapted to the new strategy and parameter
   names.
History
Date User Action Args
2011-08-26 16:37:45maltesetstatus: chatting -> resolved
messages: + msg1693
2011-08-26 14:45:05maltesetnosy: + jendrik, mkatz, moritz, raznis
2011-08-26 14:44:11maltecreate