Skip to content

Commit

Permalink
Added explanatory comment and removed unnecessary constructor for Inv…
Browse files Browse the repository at this point in the history
…alidAnswerLiteralRemoval
  • Loading branch information
daneshvar-amrollahi committed Oct 4, 2023
1 parent 5e4921b commit 528627a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Inferences/InvalidAnswerLiteralRemoval.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@

namespace Inferences {

/*
* Removes clauses containing answer literals with uncomputable symbols,
* as synthesized programs cannot include such symbols.
*/
class InvalidAnswerLiteralRemoval
: public ImmediateSimplificationEngine
{
public:
CLASS_NAME(InvalidAnswerLiteralRemoval);
USE_ALLOCATOR(InvalidAnswerLiteralRemoval);

InvalidAnswerLiteralRemoval() {}

Clause* simplify(Clause* cl) override;
};

Expand Down

0 comments on commit 528627a

Please sign in to comment.