Skip to content

OEP/schedules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

CS-609 Programming Project

Group members: Jason Bowman, Paul Kilgo, Houston Searcy

== Problem description ==

Implement a scheduler that determines whether or not a schedule is conflict
serializable or not, and whether it is recoverable, ACA or strict.

== Directory contents ==

bin/mkSchedule.py -- generates a random schedule (see ./mkSchedule.py --help)
bin/schedule.py -- library file to help with parsing and manipulating of schedules
bin/analyze.py -- interactive script which you can either type or provide a file as an argument to interpret

== Usage examples ==

## Analyze 5 randomly generated schedules.
$> bin/mkSchedule.py -a -n 5

## Interpret test/allTypes.txt
$> bin/analyze.py test/allTypes.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published