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.
 
 
 
 
TimQu 57490a7947 fixed continuous to discrete time transformation 9 years ago
..
LICENSE glpk 4.57 for the winners 11 years ago
README glpk 4.57 for the winners 11 years ago
minisat.c glpk 4.57 for the winners 11 years ago
minisat.h glpk 4.57 for the winners 11 years ago

README

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.