sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.34k stars 460 forks source link

allow bypassing checks in SSYT #23837

Open mantepse opened 7 years ago

mantepse commented 7 years ago

This would result in a huge speedup for operations like AlternatingSignMatrix.to_semistandard_tableau.

CC: @tscrim

Component: combinatorics

Author: Martin Rubey

Branch/Commit: u/mantepse/check_for_ssyt @ b924f0c

Issue created by migration from https://trac.sagemath.org/ticket/23837

mantepse commented 7 years ago

Branch: u/mantepse/check_for_ssyt

mantepse commented 7 years ago

Author: Martin Rubey

mantepse commented 7 years ago

Commit: b924f0c

mantepse commented 7 years ago

Description changed:

--- 
+++ 
@@ -1 +1 @@
-
+This would result in a huge speedup for operations like `AlternatingSignMatrix.to_semistandard_tableau`.
mantepse commented 7 years ago

New commits:

b924f0callow bypassing checks in SSYT