Skip to content

sbjoshi/ta-allocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TA allocation using MaxSAT solver License: MIT

Usage : python3 ta_allocation.py talist.csv courses.csv

ta_allocation.py : Name of this file

talist.csv : List of roll numbers available for TA ship, one roll number per line

courses.csv : List of all courses in the following format

CourseID, StartSegment, EndSegment, NumTAsRequired,ConstraintString

Constraint String format is ES16|CS17:>=:2:s&&CS16:<=:0:h (a soft constraint (because of 's') to select at least 2 students from a group of students whose roll numbers start with either ES16 or CS17 and a hard constraint to not allocate any TA whose roll number contains CS16.

Dependencies

Contributor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages