Martin Lackner

Results 9 comments of Martin Lackner

Thanks a lot for looking into this! We would like to use this algorithm for experiments in a journal submission. Do you have an estimate when you will be able...

Hi Christoph Thanks for the updates! It seems that there is still a bug in the current version. The following instance should be a yes-instance with the ordering [0,1,2,3,4,5]. It...

> It is quite a difficult data structure to implement. Yes, that seems to be the case. Actually lots of available PQ trees implementation mention that there seem to be...

Hello! Yes, it is (mostly). I have a student that is implementing JR, PJR and EJR, but, apart from that, the issue is open. And even for PJR and EJR...

I don't think there is much published work about algorithms, but since most of these problems are NP-hard, the standard methods are suitable: first and foremost ILPs, constraint programming, but...

JR, PJR and EJR were added with PR #55

(stable) priceability and the core property added with PR #58

added fully justified representation (FJR) with PR #66

most relevant concepts implemented