Learn R Programming

LogicOpt (version 1.0.0)

l.small: Espresso truth table with 4 inputs and 3 outputs

Description

Espresso compatible truth table generated from espresso format file small.esp.

Usage

data(l.small)

Arguments

Format

R data frame table

Examples

Run this code
## Not run: 
# # steps to recreate
# inpath <- system.file("extdata/espresso/small.esp", package="LogicOpt")
# l.small <- logicopt(esp_file=inpath,mode="echo")[1]
# ## End(Not run)

Run the code above in your browser using DataLab