aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/glpk-4.65/src/minisat/README
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-06 20:09:32 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-06 20:09:32 +0200
commitfeb8ebaeb76fa1c94de2dd7c4e5a0999b313f8c6 (patch)
tree273140847406f67c338677fcd1a8a1bed79579ce /test/monniaux/glpk-4.65/src/minisat/README
parentf3a13e7cb3d2f0758eb418050d48a240798f2f86 (diff)
downloadcompcert-kvx-feb8ebaeb76fa1c94de2dd7c4e5a0999b313f8c6.tar.gz
compcert-kvx-feb8ebaeb76fa1c94de2dd7c4e5a0999b313f8c6.zip
GLPK 4.65
Diffstat (limited to 'test/monniaux/glpk-4.65/src/minisat/README')
-rw-r--r--test/monniaux/glpk-4.65/src/minisat/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/monniaux/glpk-4.65/src/minisat/README b/test/monniaux/glpk-4.65/src/minisat/README
new file mode 100644
index 00000000..c183c7d6
--- /dev/null
+++ b/test/monniaux/glpk-4.65/src/minisat/README
@@ -0,0 +1,22 @@
+NOTE: Files in this subdirectory are NOT part of the GLPK package, but
+ are used with GLPK.
+
+ The original code was modified according to GLPK requirements by
+ Andrew Makhorin <mao@gnu.org>.
+************************************************************************
+MiniSat-C v1.14.1
+========================================
+
+* Fixed some serious bugs.
+* Tweaked to be Visual Studio friendly (by Alan Mishchenko).
+ This disabled reading of gzipped DIMACS files and signal handling,
+ but none of these features are essential (and easy to re-enable, if
+ wanted).
+
+MiniSat-C v1.14
+========================================
+
+Ok, we get it. You hate C++. You hate templates. We agree; C++ is a
+seriously messed up language. Although we are more pragmatic about the
+quirks and maldesigns in C++, we sympathize with you. So here is a
+pure C version of MiniSat, put together by Niklas Sorensson.