Initial commit with Madagascar 2016-01-22

This commit is contained in:
2018-01-25 16:50:51 +01:00
committed by Patrick Lühne
commit 21571c20a1
45 changed files with 15026 additions and 0 deletions

17
README Normal file
View File

@@ -0,0 +1,17 @@
2010, 2011, 2012, 2013, 2014, 2015 (C) Jussi Rintanen
Compilation:
Choose between M, Mp and MpC by commenting/uncommenting the lines for
VERSION and EXECUTABLE in Makefile
make
The command line for the executables consist of a number of options and
the names of input file names. With an empty command line you get the list
of options together with information on the default configuration.
MpC often consumes all available memory, so it is critical to make sure that
-m N flag is set sensibly. Too high values lead to paging, and too low values
may mean that plans are not found. The default can be adjusted in main.c as
the default value of the flagMemoryLimit variable.