Skip to content

Releases: MaxRev-Dev/binary-relations

Room search

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 08 Sep 20:33
c7e3b6e
  • Added room search algorithm form 2D matrices

Narrowing preserves matrix size

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 29 Oct 22:52
  • sorted indexes for narrowing
  • added NarrowingPreserveSize

Cartesian product

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 29 Oct 18:16

Added Cartesian product method
Added Cartesian product with distinct pairs method
Narrowing now returns only a specified region (skips empty indexes)

Fixed Acyclic property

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 01 Oct 01:10
  • Fixed a node walker in Acyclic property check method

Added derived methods

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 27 Sep 23:39
  • Added 10+ derived methods for relations
  • Added extremums check and search methods
  • Added 3 relation closures
  • Changed method signature - IsFullRelation to IsTotalRelation
  • Fixed Antisymmetric method collision and it's tests

First stable build

Choose a tag to compare

@MaxRev-Dev MaxRev-Dev released this 27 Sep 23:34
  • 3 properties check methods
  • common unary and binary operations