| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| LPSparseVector |
|
| 0.0;0 |
| 1 | /* | |
| 2 | * Created on 08.03.2008 | |
| 3 | * | |
| 4 | */ | |
| 5 | package net.sourceforge.combean.interfaces.mathprog.lp.model; | |
| 6 | ||
| 7 | import net.sourceforge.combean.interfaces.mathprog.linalg.SparseVec; | |
| 8 | ||
| 9 | /** | |
| 10 | * @author schickin | |
| 11 | * | |
| 12 | */ | |
| 13 | public interface LPSparseVector extends SparseVec<LPVectorLabel>{ | |
| 14 | // nothing to implement | |
| 15 | } |