Re: [sage-devel] Faster algorithm for order dimension

2023-06-29 Thread Maximilian Wittmann
Github issue is now under https://github.com/sagemath/sage/issues/35851 Dima Pasechnik schrieb am Dienstag, 27. Juni 2023 um 11:14:34 UTC+2: > On Tue, Jun 27, 2023 at 4:37 AM Maximilian Wittmann > wrote: > > > > Hey everyone, > > > > I am currently doing my masters thesis on the dimension of car

Re: [sage-devel] Faster algorithm for order dimension

2023-06-27 Thread Dima Pasechnik
On Tue, Jun 27, 2023 at 4:37 AM Maximilian Wittmann wrote: > > Hey everyone, > > I am currently doing my masters thesis on the dimension of cartesian products > of posets and believe I have stumbled upon an alternative approach to > calculate the dimension, that performs better than the one in s

[sage-devel] Faster algorithm for order dimension

2023-06-26 Thread Maximilian Wittmann
Hey everyone, I am currently doing my masters thesis on the dimension of cartesian products of posets and believe I have stumbled upon an alternative approach to calculate the dimension, that performs better than the one in sage. (No published results) C = posets.Crown(2) C2 = C.produc