| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
...via Swig to Python. The actual Python API will
be finalized later.
|
|
|
|
|
| |
The LP code requires many of the same definitions. Therefore, this patch splits the reusable
type definitions into an individual file to facilitate inclusion.
|
|
|
|
| |
Based on Zhang and Burns (2009), "Schedulability Analysis for Real-Time Systems with EDF Scheduling", IEEE Transactions on Computers, Vol 58, No 9.
|
| |
|
|
|
|
|
|
| |
integral_t == integral time units
fractional_t == fractions of integral time units
This is hopefully less of an eyesore than mpq_class and mpz_class.
|
|
|
|
|
|
| |
The Python code does not require access, so just
ignore these operators. This fixes a couple of
Swig warnings.
|
|
Based on the code available at http://www.cs.unc.edu/~bbb/diss,
this is a cleaned-up version of schedcat intended to serve as
the basis for all further development.
Notable improvements: more unit tests and a cleaner module structure.
|