org.sat4j
Class MoreThanSAT

java.lang.Object
  extended by org.sat4j.MoreThanSAT

public class MoreThanSAT
extends java.lang.Object

This is an example of use of the SAT4J library for computing the backbone of a CNF or to compute the number of solutions of a CNF. We do not claim that those tools are very efficient: they were simple to write and they helped us on small examples.

Author:
leberre

Constructor Summary
MoreThanSAT()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreThanSAT

public MoreThanSAT()
Method Detail

main

public static void main(java.lang.String[] args)