PV4 ⊧ Sat4jproduces a satisfiability result for a formula
Java library for boolean satisfaction and optimization problems. It can solve SAT, MAXSAT, Pseudo-Boolean and Minimally Unsatisfiable Subset (MUS) problems.Application domain/field
- SAT-based solvers
- MaxSAT problems
- Optimization problems
Type of tool
Java library that provides access to SAT-related technologies.Expected input
Format:
DIMACS, or Aralia formula?Expected output
UNSATISFIABLE
if it is unsatisfiableSATISFIABLE
if satisfiable- it may cause an exception if e.g. a timeout occurs