Packages tagged logic
42 packages have this tag.
[Merge tag] (trustees only)Related tags: library (42), bsd3 (26), program (9), mit (8), algorithms (7), gpl (7), theorem-provers (6), control (5), data (5), distributed-computing (4), math (4), parallelism (4), unification (3), array (2), compilers-interpreters (2), constraints (2), dataflow (2), formal-methods (2), language (2), list (2), non-determinism (2), optimisation (2), optimization (2), parsing (2), pipes (2), smt (2), ...
Name |
DLs |
Rating |
Rev Deps |
Description |
Tags |
Last U/L |
Last Version |
Maintainers |
---|---|---|---|---|---|---|---|---|
AC-Boolean | 12 | 0.0 | 1 | Handle Boolean values generatically. | (bsd3, data, library, logic, math) | 2010-11-09 | 1.1.0 | AndrewCoppin |
LogicGrowsOnTrees | 17 | 0.0 | 4 | a parallel implementation of logic programming using distributed tree exploration | (bsd3, control, distributed-computing, library, logic, parallelism) | 2014-03-09 | 1.1.0.2 | GregoryCrosswhite |
LogicGrowsOnTrees-MPI | 10 | 0.0 | 1 | an adapter for LogicGrowsOnTrees that uses MPI | (bsd3, control, distributed-computing, library, logic, parallelism) | 2014-03-09 | 1.0.0.1.1 | GregoryCrosswhite |
LogicGrowsOnTrees-network | 18 | 0.0 | 1 | an adapter for LogicGrowsOnTrees that uses multiple processes running in a network | (bsd3, control, distributed-computing, library, logic, parallelism) | 2016-04-05 | 1.0.0.4 | GregoryCrosswhite |
LogicGrowsOnTrees-processes | 12 | 0.0 | 1 | an adapter for LogicGrowsOnTrees that uses multiple processes for parallelism | (bsd3, control, distributed-computing, library, logic, parallelism) | 2014-03-09 | 1.0.0.2 | GregoryCrosswhite |
PropLogic | 24 | 0.0 | 2 | Propositional Logic | (algorithms, bsd3, library, logic, program) | 2012-04-16 | 0.9.0.4 | DavidFox |
RSolve | 13 | 2.0 | 0 | (library, logic, mit, program, unification) | 2019-08-05 | 2.0.0.0 | ice1000 | |
atp | 5 | 0.0 | 0 | Interface to automated theorem provers | (formal-methods, gpl, library, logic, math, theorem-provers) | 2021-01-25 | 0.1.0.0 | EK |
atp-haskell | 21 | 2.0 | 2 | Translation from Ocaml to Haskell of John Harrison's ATP code | (bsd3, library, logic, theorem-provers) | 2024-04-03 | 1.14.3 | DavidFox |
cond | 74 | 2.0 | 17 | Basic conditional and boolean operators with monadic variants. | (bsd3, control, library, logic, monad) | 2023-11-19 | 0.5.1 | AdamCurtis, jcranch |
decision-diagrams | 13 | 0.0 | 1 | Binary Decision Diagrams (BDD) and Zero-suppressed Binary Decision Diagrams (ZDD) | (bsd3, data, data-structures, library, logic) | 2021-11-25 | 0.2.0.0 | MasahiroSakai |
ersatz | 143 | 2.0 | 3 | A monad for expressing SAT or QSAT problems using observable sharing. | (algorithms, bsd3, library, logic) | 2023-09-18 | 0.5 | EdwardKmett, EricMertens, ryanglscott |
ersatz-toysat | 10 | 0.0 | 1 | toysat driver as backend for ersatz | (algorithms, bsd3, library, logic) | 2017-10-02 | 0.2.2.0 | MasahiroSakai |
expressions | 36 | 1.5 | 1 | Expressions and Formulae a la carte | (bsd3, data, library, logic, math) | 2019-04-30 | 0.5 | jakubdaniel |
expressions-z3 | 26 | 0.0 | 1 | Encode and Decode expressions from Z3 ASTs | (bsd3, data, library, logic, math) | 2019-04-30 | 0.5 | jakubdaniel |
g4ip | 4 | 0.0 | 1 | A theorem prover for propositional logic that uses G4ip | (library, logic, mit) | 2017-03-20 | 0.1.0.0 | cacay |
g4ip-prover | 14 | 0.0 | 1 | Theorem prover for intuitionistic propositional logic using G4ip | (library, logic, mit, program) | 2018-12-28 | 2.0.0.0 | klntsky |
hasmtlib | 75 | 2.0 | 0 | A monad for interfacing with external SMT solvers | (gpl, library, logic, smt) | 2024-10-05 | 2.7.1 | bruderj15 |
hatt | 44 | 0.0 | 1 | A truth table generator for classical propositional logic. | (bsd3, library, logic, program) | 2012-11-24 | 1.5.0.3 | BenedictEastaugh |
hol | 14 | 0.0 | 1 | Higher order logic | (library, logic, mit, program) | 2022-08-08 | 1.4 | JoeHurd |
hout | 10 | 0.0 | 0 | Non-interactive proof assistant monad for first-order logic. | (bsd3, library, logic, type-system) | 2020-04-11 | 0.1.0.0 | ivanbakel |
hypertypes | 15 | 0.0 | 0 | Typed ASTs | (algorithms, bsd3, compilers-interpreters, language, library, logic, unification) | 2023-07-25 | 0.2.2 | YairChuchem |
judge | 9 | 0.0 | 0 | Tableau-based theorem prover for justification logic. | (gpl, library, logic, program) | 2018-03-14 | 0.1.3.0 | slakkenhuis |
jukebox | 110 | 2.0 | 1 | A first-order reasoning toolbox | (bsd3, library, logic, program) | 2024-02-27 | 0.5.5 | NickSmallbone |
logic-classes | 49 | 0.0 | 1 | Framework for propositional and first order logic, theorem proving | (bsd3, library, logic, theorem-provers) | 2016-09-18 | 1.7.1 | DavidFox |
minisat | 24 | 0.0 | 6 | A Haskell bundle of the Minisat SAT solver | (bsd3, library, logic) | 2021-02-23 | 0.1.3 | JeroenBransen |
minisat-solver | 24 | 0.0 | 2 | High-level Haskell bindings for the MiniSat SAT solver. | (library, logic, mit) | 2016-10-24 | 0.1 | PeterSelinger |
obdd | 54 | 0.0 | 1 | Ordered Reduced Binary Decision Diagrams | (gpl, library, logic) | 2024-03-15 | 0.9.0 | JohannesWaldmann |
picologic | 15 | 0.0 | 1 | Utilities for symbolic predicate logic expressions | (library, logic, mit) | 2017-01-04 | 0.3.0 | sdiehl |
picosat | 35 | 2.0 | 3 | Bindings to the PicoSAT solver | (library, logic, mit) | 2019-12-30 | 0.1.6 | sdiehl |
pseudo-boolean | 45 | 0.0 | 1 | Reading/Writing OPB/WBO files used in pseudo boolean competition | (bsd3, constraints, data, library, logic, optimisation, optimization) | 2024-03-14 | 0.1.11.0 | MasahiroSakai |
satchmo | 74 | 0.0 | 5 | SAT encoding monad | (gpl, library, logic) | 2022-08-30 | 2.9.9.4 | JohannesWaldmann |
satchmo-toysat | 8 | 0.0 | 1 | toysat driver as backend for satchmo | (algorithms, bsd3, library, logic) | 2015-05-31 | 0.2.1.0 | MasahiroSakai |
smcdel | 12 | 2.0 | 0 | Symbolic Model Checking for Dynamic Epistemic Logic | (gpl, library, logic) | 2024-04-24 | 1.3.0 | m4lvin |
streamly | 227 | 2.5 | 34 | Streaming, dataflow programming and declarative concurrency | (array, bsd3, concurrency, dataflow, filesystem, library, list, logic, network, non-determinism, parsing, pipes, reactivity, streaming, streamly, time, unicode) | 2024-01-18 | 0.10.1 | harendra, pranaysashank, adithyaov |
streamly-core | 61 | 2.0 | 17 | Streaming, parsers, arrays, serialization and more | (array, bsd3, dataflow, library, list, logic, non-determinism, parsing, pipes, streaming, streamly, time) | 2024-01-18 | 0.2.2 | harendra, adithyaov |
structural-induction | 23 | 0.0 | 2 | Instantiate structural induction schemas for algebraic data types | (lgpl, library, logic, theorem-provers) | 2015-06-30 | 0.3 | DanRosen |
term-rewriting | 54 | 2.25 | 2 | Term Rewriting Library | (library, logic, mit) | 2019-09-02 | 0.4.0.2 | BertramFelgenhauer, MartinAvanzini |
toysolver | 32 | 0.0 | 4 | Assorted decision procedures for SAT, SMT, Max-SAT, PB, MIP, etc | (algorithms, bsd3, constraints, formal-methods, library, logic, optimisation, optimization, program, smt, theorem-provers) | 2022-09-17 | 0.8.1 | MasahiroSakai |
tpdb | 87 | 0.0 | 1 | Data Type for Rewriting Systems | (gpl, library, logic, program) | 2023-10-11 | 2.7.2 | JohannesWaldmann |
unification-fd | 51 | 2.0 | 4 | Simple generic unification algorithms. | (algebra, algorithms, bsd3, compilers-interpreters, language, library, logic, unification) | 2024-11-21 | 0.12.0 | WrenThornton, WrenRomano |
zsyntax | 5 | 0.0 | 0 | Automated theorem prover for the Zsyntax biochemical calculus | (bioinformatics, bsd3, library, logic, theorem-provers) | 2018-12-15 | 0.2.0.0 | fsestini |