diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java b/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java index 6ebe666..d50c2d4 100644 --- a/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java +++ b/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java | |||
| @@ -1,10 +1,12 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.rules; | 1 | package uk.ac.ox.cs.pagoda.rules; |
| 2 | 2 | ||
| 3 | import uk.ac.ox.cs.pagoda.rules.approximators.OverApproxExist; | ||
| 4 | |||
| 3 | public class DisjunctiveProgram extends UpperProgram { | 5 | public class DisjunctiveProgram extends UpperProgram { |
| 4 | 6 | ||
| 5 | @Override | 7 | @Override |
| 6 | protected void initApproximator() { | 8 | protected void initApproximator() { |
| 7 | m_approx = new OverApproxExist(); | 9 | m_approx = new OverApproxExist(); |
| 8 | } | 10 | } |
| 9 | 11 | ||
| 10 | // @Override | 12 | // @Override |
