codeaudit / rockit

Automatically exported from code.google.com/p/rockit
0 stars 0 forks source link

TopK: Epsilon calculation when there are Card Constraints #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When defining cardinality constraints the current epsilon calculation 
includes too many confidence values (epsilon is too small).

Solution:
- get all possibilities of all over variables of a cardinality constraint. 
- always take the highest confidence value of the remaining possibilities.
- sum them up.

Original issue reported on code.google.com by jan.noessner@gmail.com on 24 Jan 2011 at 4:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
We depreciated the topK solver. If we enable the solver again, we will consider 
the issue.

Original comment by rockItMa...@googlemail.com on 26 Mar 2013 at 1:30