Algorithm-SAT-Backtracking 0.05
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Algorithm::SAT::Backtracking::DPLL, Algorithm::SAT::Backtracking::DPLLProb
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Algorithm::SAT::Backtracking::DPLL, Algorithm::SAT::Backtracking::DPLLProb
Modules
Name | Abstract | Version | View |
---|---|---|---|
Algorithm::SAT::Backtracking | A simple Backtracking SAT solver written in pure Perl | 0.05 | metacpan |
Algorithm::SAT::Backtracking::DPLL | metacpan | ||
Algorithm::SAT::Backtracking::DPLLProb | metacpan | ||
Algorithm::SAT::Expression | A class that represent an expression for L<Algorithm::SAT::Backtracking> | 0.05 | metacpan |