Module volute::sop

source ·
Expand description

Sum-of-Products representations

This module provides two-level representations such as Sum-of-Products and Sum-of-Exclusive Sums.

Modules

  • optimoptim-mip or optim-sat
    Optimization of boolean function representation using mathematical programming

Structs

  • Representation of the And of variables (a cube in Sum-of-Products representations)
  • Representation of the Xor of variables, similar to Cube for Xor
  • Exclusive Sum of Products representation (Xor of And)
  • Sum of Exclusive Sums representation (Or of Xor)
  • Sum of Products representation (Or of And)