Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement LP-based OMIP blocking analysis | Bjoern Brandenburg | 2013-07-12 |
| | |||
* | Make C++ and Python LP-based blocking bounds available in bounds.py | Bjoern Brandenburg | 2013-02-12 |
| | | | | | Use the faster C++ version if available, unless the caller specifically requested the Python implementation. | ||
* | C++: Properly consider priority ceilings in DPCP bound | Bjoern Brandenburg | 2012-05-17 |
| | | | | The bound should not reflect requests executed by agents that can be preempted. | ||
* | Add OMLP k-exclusion blocking bounds | Bjoern Brandenburg | 2012-02-20 |
| | |||
* | Add convenience wrapper to find_connected_components() | Bjoern Brandenburg | 2012-02-20 |
| | |||
* | Add function to partition task set into connected components | Bjoern Brandenburg | 2012-02-20 |
| | |||
* | Import refactored schedcat codebase | Bjoern Brandenburg | 2012-02-02 |
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. |