Skip to content

Commit

Permalink
Arrabiata/doc: cross-terms are multi-binomial computations
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Aug 13, 2024
1 parent b175280 commit af88ecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arrabiata/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@
//! When a variable is unused (or in other terms, equal to zero), the
//! contribution is null.
//!
//! Note that the cross-terms computations result in computation of
//! [multi-binomials](https://en.wikipedia.org/wiki/Binomial_theorem#Multi-binomial_theorem).
//!
//! TBD/FIXME: note that there is a contribution with the α when combining the
//! constraints.
Expand Down

0 comments on commit af88ecd

Please sign in to comment.