Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Recomputation of NrSkewBraces based on definitions. #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olexandr-konovalov
Copy link
Member

@olexandr-konovalov olexandr-konovalov commented Feb 14, 2018

See "Skew braces and the Yang-Baxter equation"
by L. Guarnieri, L. Vendramin for definitions
(https://arxiv.org/abs/1511.03171)

For example:

gap> for i in [2..15] do 
> Print(i,":",NrSmallBraces(i),":\c");
> Print(NrBracesFromScratch(i),":\n");
> od;
2:1:1:
3:1:1:
4:4:4:
5:1:1:
6:2:2:
7:1:1:
8:27:27:
9:4:4:
10:2:2:
11:1:1:
12:10:10:
13:1:1:
14:2:2:
15:1:1:

This is work in progress - I plan to incorporate into testing to calculate some numbers of braces "on fly" and compare with the stored ones.

@codecov
Copy link

codecov bot commented Feb 14, 2018

Codecov Report

Merging #39 (7fcd0ea) into master (8947280) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files          94       94           
  Lines      106433   106433           
=======================================
  Hits       105979   105979           
  Misses        454      454           

See "Skew braces and the Yang-Baxter equation"
by L. Guarnieri, L. Vendramin for definitions
(https://arxiv.org/abs/1511.03171)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant