Issue257

Title Allow overlapping landmarks in the same landmark graph
Priority wish Status chatting
Superseder Nosy List erez, malte, salome, silvan, silvia, thomas
Assigned To Keywords
Optional summary
This is part of meta issue987.

Created on 2011-08-08.10:31:58 by erez, last changed by silvan.

Summary
This is part of meta issue987.
Messages
msg9826 (view) Author: silvan Date: 2021-01-27.08:06:25
Add link to meta issue.
msg9821 (view) Author: thomas Date: 2021-01-26.21:39:44
One of the reasons this issue is non-trivial is the existence of the LandmarkGraph::get_landmark(const FactPair &fact) method which requires that every fact is associated with at most one landmark. It's possible to associate each fact with every landmark it occurs in and return a vector of LandmarkNodes in the function instead, but the consequences of such a change are not clear yet.
msg1508 (view) Author: erez Date: 2011-08-08.10:31:58
One of the main reasons we have problems with merging landmark graphs is that 
the code does not support having both A and (A or B) as landmarks, even though A 
or B might have more orderings.

One solution is to get rid of the limitation of having each fact appear in at 
most one landmark.
History
Date User Action Args
2021-01-27 08:06:25silvansetmessages: + msg9826
summary: This is part of meta issue987.
2021-01-26 21:39:44thomassetnosy: + salome, thomas
messages: + msg9821
2011-08-08 10:31:58erezcreate