Module biodivine_lib_bdd::op_function

source ·
Expand description

Contains simple functions that can be used with apply and fused_flip_apply to implement basic logical operations.

Functions§

  • Partial operator function corresponding to $x \land y$.
  • Partial operator function corresponding to $x \land \neg y$.
  • Partial operator function corresponding to $x \Leftrightarrow y$.
  • Partial operator function corresponding to $x \Leftarrow y$.
  • Partial operator function corresponding to $x \lor y$.
  • Partial operator function corresponding to $x \not\Leftrightarrow y$.