SkillAgentSearch skills...

MinireachIC3

An implementation of the model checking algorithm IC3 / PDR using Minisat 2.2 as the underlying SAT-solver

Install / Use

/learn @quickbeam123/MinireachIC3
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

================================================================================ DIRECTORY OVERVIEW:

mtl/ Mini Template Library utils/ Generic helper code (I/O, Parsing, CPU-time, etc) core/ A core version of the solver simp/ An extended solver with simplification capabilities README LICENSE

================================================================================ BUILDING: (release version: without assertions, statically linked, etc)

export MROOT=<minisat-dir> (or setenv in cshell) cd { core | simp } gmake rs cp minisat_static <install-dir>/minisat

================================================================================ EXAMPLES:

Run minisat with same heuristics as version 2.0:

minisat <cnf-file> -no-luby -rinc=1.5 -phase-saving=0 -rnd-freq=0.02

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

C++

Security Score

55/100

Audited on Apr 2, 2023

No findings