Skip to content

Commit

Permalink
fixed an extra comma appearing in asp translation of soft rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
samidhtalsania committed Dec 8, 2016
1 parent 1350d95 commit 46686a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/src/MVSMParserGrammar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,6 @@ static void yy_reduce(
<< "@0"
<<","
<< tree->weak_constraint_counter
<< ","
<< uniqueSetStr
<< "]"
<<"\n";
Expand Down
1 change: 0 additions & 1 deletion src/src/MVSMParserGrammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ rule(R) ::= number(N) head(H) REVERSE_IMPLICATION body(B). {
<< "@0"
<<","
<< tree->weak_constraint_counter
<< ","
<< uniqueSetStr
<< "]"
<<"\n";
Expand Down

0 comments on commit 46686a4

Please sign in to comment.