Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue1072 #210

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Issue1072 #210

wants to merge 3 commits into from

Conversation

ClemensBuechner
Copy link
Contributor

No description provided.

@ClemensBuechner ClemensBuechner changed the title Migrate changes from outdated pull request. Issue1072 Jan 16, 2024
const vector<LandmarkNode *> &LandmarkGraph::get_conjunctive_landmarks(
const FactPair &fact) const {
assert(contains_conjunctive_landmark(fact));
return conjunctive_landmarks_to_nodes.find(fact)->second;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return conjunctive_landmarks_to_nodes[fact];
?

lm_fact, vector<LandmarkNode *>{new_node_p});
} else {
(it->second).push_back(new_node_p);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace lines 131-137 by conjunctive_landmarks_to_nodes[lm_fact].emplace_back(new_node_p);
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants