diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-05 11:58:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-05 11:58:26 +0200 |
commit | dfe47d067a70f9781e3b431f6a685090bf87ff40 (patch) | |
tree | 5151ba40cdd422e9f9bbbba0398b2a569ba88311 /scripts/picosat-959/README | |
parent | 289b0ce128cdca79676307646eef3d56c25c6dd2 (diff) | |
download | linux-conf-perf-dfe47d067a70f9781e3b431f6a685090bf87ff40.tar.gz linux-conf-perf-dfe47d067a70f9781e3b431f6a685090bf87ff40.tar.bz2 linux-conf-perf-dfe47d067a70f9781e3b431f6a685090bf87ff40.zip |
Add picosat version 959
Diffstat (limited to 'scripts/picosat-959/README')
-rw-r--r-- | scripts/picosat-959/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/picosat-959/README b/scripts/picosat-959/README new file mode 100644 index 0000000..89d6ea5 --- /dev/null +++ b/scripts/picosat-959/README @@ -0,0 +1,5 @@ +These are the sources of the PicoSAT solver. +The preprocessor is not included. +To compile run './configure && make'. +The API is document in 'picosat.h'. +See also 'NEWS' and 'LICENSE'. |