Skip to content

albsch/jmss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Albert Schimpf
Nov 24, 2020
2d5a4d2 · Nov 24, 2020

History

5 Commits
Nov 24, 2020
Nov 24, 2020
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Nov 24, 2020
Nov 24, 2020
Dec 31, 2019

Repository files navigation

JMSS - Java Modular SAT Solver

JMSS is a minimal zero-dependency efficient SAT solver.

This work is based on the system defined by Sava Krstic and Amit Goel, 'Architecting Solvers for SAT Modulo Theories: Nelson-Oppen with DPLL' (2007).

JMSS

License Language Version

JMSS - Usage

Download a runnable JAR form a tagged release.

Execute

   java -jar jmss-1.0.0.jar

for console help and usable modules.

JMSS - Exporter & Monitoring

If jmss-exporter is used instead of the jmss runnable jar, then metrics are exported at port 8004. These metrics can be used with the provided Prometheus and Grafana Docker setup:

metrics