Commit Graph

11 Commits

Author SHA1 Message Date
Wojciech Politarczyk
b153876f41 The bug with polynomial division was fixed. 2017-01-13 11:54:07 +01:00
Wojciech Politarczyk
7cde96e48f
Verification of perioidcity congruences is finished
Verification of periodicity congruences is finished and works ok.
2016-11-29 16:21:48 +01:00
Wojciech Politarczyk
bfe339cb0f Merge branch 'periodicity' of git.wmi.amu.edu.pl:politarczyk/knotkit into periodicity 2016-11-24 15:42:52 +01:00
Wojciech Politarczyk
203477c3a8 First shot at periodicity congruences
Verification of Przytycki's congruence works fine, however there are
some small modifications that could be made.

The, naive, approach to the verification of periodicity congruence for
the Khovanov polynomial didn't work. There are just too many cases to
check. Generation of all of them can exhaust the memory.
2016-11-24 15:28:31 +01:00
Wojciech Politarczyk
297e02dc05 Periodicity congruences 2016-11-19 22:38:34 +01:00
Wojciech Politarczyk
cddb533519 First shot at periodicity congruences 2016-11-19 20:53:18 +01:00
Cotton Seed
9ee5950195 Some changes to algebra/ to make kernel, image and quotient work over
PID.  Goal: compute spectral sequences over PID.  Updated main to
compute Lee Z/2 bound.
2012-10-22 13:43:45 -04:00
Cotton Seed
307719de67 Updated link forgetful spectral sequence verification to include
ell-grading.
2012-08-31 13:44:18 -04:00
Cotton Seed
fdb87caa41 First cut at moving the code over to C++11. 2012-07-27 15:37:47 -04:00
Cotton Seed
1ea96353a7 Added io support for std::string. Added order on laurent polynomials.
main tests io on map<multivariate_laurentpoly, std::string>.
2011-12-29 19:38:02 -05:00
Cotton Seed
4443c8e331 Replaced laurentpoly with multivariate_laurentpoly and updated uses
(sseq, module) appropriately; removed algebra/laurentpoly.h and added
algebra/multivariate_laurentpoly.h.  Added io, muladdeq to Z.  Added
functions open_file, close_file to lib/io.h.  Added operator < to
map_wrapper.
2011-12-22 15:35:49 -05:00