series.cc: enumerate_union_series: drop skew_into_positive_orthant
commit9596f0e67827d920466580cefbe24ca55cac140f
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 7 Nov 2016 11:32:29 +0000 (7 12:32 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 5 Jan 2017 11:08:32 +0000 (5 12:08 +0100)
treeac18959c7d2eb66983fda0065868678ddbfcafa6
parent7a530eea88c26701061b1e7679635dea6d12701e
series.cc: enumerate_union_series: drop skew_into_positive_orthant

This function seems to try to move the non-parametric variables
into the positive orthant.  However, since these dimensions should
be bounded, there should be no need for them to be non-negative.
Moreover, the code does not look like it does the skewing correctly.
In particular, the loop over the variables that are supposed
to be made positive considered a number of variables
equal to the number of parameters instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
series.cc