Skip to content

Commit

Permalink
Another todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jul 27, 2024
1 parent f9ebae7 commit 8c13319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SCFirstOrderLogic/CNFClause.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public CNFClause(Sentence sentence)
/// A clause that is the same as this one, except for the fact that all referenced
/// variables are replaced with new ones.
/// </returns>
// TODO-BREAKING-V7: uses particular identifier types - and as such doesn't belong here.
// Somewhere in Normalisation namespace, probably
public CNFClause Restandardise()
{
var newIdentifiersByOld = new Dictionary<StandardisedVariableIdentifier, StandardisedVariableIdentifier>();
Expand Down

0 comments on commit 8c13319

Please sign in to comment.