concatenate_truthtable: Concatenates two truthtables of equal input dimension

Description Usage Arguments Value

Description

By concatenation in this context, we mean merging together two algorithms/functions, in such a way that the output of the merge algorithm/function is equal to the output of the first truthtable followed by the output of the second truthtable. The two truthtables must have an identical input dimension.

Usage

1
concatenate_truthtable(truthtable_1, truthtable_2)

Arguments

truthtable_1

The first truthtable of size x (TruthTable)

truthtable_2

The second truthtable of size x (TruthTable)

Value

A truthtable of size x (TruthTable)


daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.