From: Michael Orlitzky Date: Sat, 9 Nov 2019 19:51:23 +0000 (-0500) Subject: eja: add a priority TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=5b62defe6caa66d0167214d557a2c3480393ad9e eja: add a priority TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 535ee9c..55a59a1 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -1,3 +1,6 @@ +A. Make the subalgebra class work with any subalgebra (there's nothing + special except a_regular_element() in there). + 1. Add CartesianProductEJA. 2. Check the axioms in the constructor when check != False?