Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
omriisack committed Nov 26, 2023
1 parent a93f8d5 commit b857524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/engine/PiecewiseLinearConstraint.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,8 @@ class PiecewiseLinearConstraint : public ITableau::VariableWatcher
Add a variable to the list of aux vars designated in the Tableau
second argument is used for MaxConstraints
*/
virtual void addTableauAuxVar( unsigned tableauAuxVar, unsigned constraintAuxVar )
virtual void addTableauAuxVar( unsigned tableauAuxVar, unsigned /* constraintAuxVar */ )
{
ASSERT ( constraintAuxVar < tableauAuxVar );
_tableauAuxVars.append( tableauAuxVar );
}

Expand Down

0 comments on commit b857524

Please sign in to comment.