
Colpack is a package comprising of implementation of algorithms for specialized vertex coloring problems that arise in sparse derivative computation. it is written in an object-oriented fashion heavily using the standard template library (stl). it is designed to be simple, modular, extenable and efficient. its primary application has been for use in automatic differentiation.
this package contains the runtime library.