Skip to content

Commit

Permalink
Lose misleading comment in constraints API
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Bondhugula <udayreddy@gmail.com>
  • Loading branch information
bondhugula committed Dec 30, 2011
1 parent 8e3258c commit 384d776
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/constraints.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,9 @@ void pluto_constraints_simplify(PlutoConstraints *const cst)

/*
* Eliminates the pos^th variable, where pos has to be between 0 and cst->ncols-2;
* Remember that the last column is for the constant. Caller has to make sure
* that cst is large enough to hold the resulting constraints (it may or may
* not grow). The implementation does not have a redundancy check; it just
* eliminates duplicates after gcd normalization
* Remember that the last column is for the constant. The implementation does not
* have a redundancy check; it just eliminates duplicates after gcd normalization
* cst will be resized if necessary
*/
void fourier_motzkin_eliminate(PlutoConstraints *cst, int pos)
{
Expand Down

0 comments on commit 384d776

Please sign in to comment.