phyLS/docs/load.rst

8 lines
317 B
ReStructuredText
Raw Permalink Normal View History

2023-02-06 05:40:29 +00:00
Load
=============
The header ``<src/commands/load.hpp>`` implements methods to load
2023-02-28 12:04:23 +00:00
a hexdecimal string represented truth table.
It implements a dynamic truth table by the header ``<kitty/dynamic_truth_table.hpp>``.
A dynamic truth table can be initialized with a number of variables that is computed at runtime.