| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| NoLabel |
|
| 0.0;0 |
| 1 | /* | |
| 2 | * Created on 11.03.2008 | |
| 3 | * | |
| 4 | */ | |
| 5 | package net.sourceforge.combean.interfaces.mathprog.lp.model; | |
| 6 | ||
| 7 | /** | |
| 8 | * This class is used as a marker for the fact that a sparse vector does not | |
| 9 | * support a label. | |
| 10 | * | |
| 11 | * @author schickin | |
| 12 | * | |
| 13 | */ | |
| 14 | 0 | public final class NoLabel { |
| 15 | // nothing to implement | |
| 16 | } |