Group
Extension

Matches 2

Logic-TruthTable ( J/JG/JGAMBLE/Logic-TruthTable-1.02.tar.gz, JGAMBLE, 2019; MetaCPAN )
Logic-TruthTable/lib/Logic/TruthTable.pm ( view source; MetaCPAN )
pace::autoclean;

use Carp;
use Module::Runtime qw(is_module_name use_module);
use Text::CSV;
use JSON;

use Logic::Minimizer;
use Logic::TruthTable::Convert81 qw(:all);


#
#use Devel::Timer;
# TBD: 
e values as a JSON file.
    #
    open my $fh_json, ">", "twofourtwoone.json" or die "Error opening JSON file.";
    $tt_2421 ->export_json(write_handle => \$fh_json);
    close $fh_json or warn "Err
the variable names, function names, and title.
Methods exist to import from and export to CSV and JSON files.

=head2 Object Methods

=head3 new()

Create the truth table object. The attributes are:

Logic-TruthTable ( J/JG/JGAMBLE/Logic-TruthTable-1.02.tar.gz, JGAMBLE, 2019; MetaCPAN )
Logic-TruthTable/lib/Logic/TruthTable/Convert81.pm ( view source; MetaCPAN )
PTION

This module provides Base81 encoding of the truth table's columns
when saving the table in JSON format.

=head2 FUNCTIONS

=head3 terms_to_base81

Take the terms of a truth table's column and p

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.