dirkschumacher/rpicosat: R Bindings for the 'PicoSAT' SAT Solver

Bindings for the 'PicoSAT' solver to solve Boolean satisfiability problems (SAT). The boolean satisfiability problem asks the question if a given boolean formula can be TRUE; i.e. does there exist an assignment of TRUE/FALSE for each variable such that the whole formula is TRUE? The package bundles 'PicoSAT' solver release 965 <http://www.fmv.jku.at/picosat/>.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.1.9000
URL https://github.com/dirkschumacher/rpicosat
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dirkschumacher/rpicosat")
dirkschumacher/rpicosat documentation built on Jan. 23, 2022, 10:55 a.m.