public interface OdeSolution extends Reportable
void solve()
throws SnifflibIntegrationException
SnifflibIntegrationExceptionDblMatrix getT()
DblMatrix getY()
void setOde(Ode problem)
Ode getOde()
void setOptions(OdeSet opts)
OdeSet getOptions()