Print a warning when translating subscripted functions
[maxima.git] / share / logic / TODO
blob465cd99a1004a92c348053d2c508e4c8847f4dbd
1 TODO
2 ====
4 In the next release:
6   * a xor not a => true.
7   * a eq not a => false.
9   * Implement minimization (Quine-McCluskey, ESPRESSO).
11   * Add higher orders / mixed case to logic_diff.
13   * Check binding powers. Now Maxima can't parse
14       "y eq not z nand t nor not x or not t"
16   * Merge logic_simp with the basic Maxima simplifier (?)