Skip to content

Commit

Permalink
Added new form of Cartesian product
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Sep 3, 2024
1 parent cff1c58 commit 8a67693
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 436 deletions.
3 changes: 2 additions & 1 deletion Core/src/ca/uqac/lif/cep/util/Bags.java
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ public Object getValue(Object x)
}

/**
* Computes the Cartesian product of two collections.
* Computes the Cartesian product of two collections, returning pairs as
* arrays.
*
* @author Sylvain Hallé
*/
Expand Down
Loading

0 comments on commit 8a67693

Please sign in to comment.