| 6 | |
| 7 | |
| 8 | public class Model implements Serializable { |
| 9 | private static final long serialVersionUID = 1L; |
| 10 | |
| 11 | public Formula origFormula = null; |
| 12 | public VariableEncodings config = null; |
| 13 | public double[] coefs = null; |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected