The default methods in COPASI to calculate a time course are LSODA or LSODAR [ Petzold83]. Both methods are part of the ODEPACK library [ Hindmarsh83]. LSODA was written by Linda R. Petzold and Alan C. Hindmarsh.It solves systems $\frac{dy}{dt} = f(t, y)$ with a dense or banded Jacobian when the problem is stiff, but it automatically selects between non-stiff (Adams) and stiff (BDF) methods. It uses the non-stiff method initially, and dynamically monitors data in order to decide which method to use. LSODAR adds root finding capabilities to LSODA which are used to detect the exact location in time when events occur. COPASI automatically chooses the apropriate method for any given problem.