Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Sep 27, 2023
1 parent 234435b commit 13ced68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prop/prop_proof_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ std::shared_ptr<ProofNode> PropPfManager::getProof(bool connectCnf)
allAssumptions.insert(allAssumptions.end(), lemmas.begin(), lemmas.end());
for (const Node& a : allAssumptions)
{
cdp.addStep(a, PfRule::ASSUME, {}, {a});
cdp.addStep(a, ProofRule::ASSUME, {}, {a});
}
// add the sat proof copying the proof nodes but not overwriting the
// assumption clauses
Expand Down

0 comments on commit 13ced68

Please sign in to comment.