ecboghiu / inflation

Implementations of the Inflation Technique for Causal Inference.
GNU General Public License v3.0
22 stars 3 forks source link

Remove last outcome for supports and non-network scenarios #111

Open ecboghiu opened 1 year ago

ecboghiu commented 1 year ago

In https://github.com/ecboghiu/inflation/blob/fcc4a43e968f71d6c470b26cc6416a689ec4971a/inflation/lp/InflationLP.py#L114 we "hack" the package by adding extra outcomes for parties in supports problems. Ideally we should, instead of adding an extra outcome, it would be ideal to replace this monomial by a linear combination of monomials without the extra outcomes. This would reduce the size of the problem.