donnell74 / CSC-450-Scheduler

MIT License
1 stars 1 forks source link

Clear Button fix #28

Closed dhebrink closed 9 years ago

dhebrink commented 9 years ago

Adding mandatory constraints was being done multiple times. I moved that to globs.py so that it should only be done once.

generate_starting_population() was also being called repeatedly. This was fixed to only get called once per "run" click.

My only changes were the last two commits... Not sure how to fix that so that only my changes would show.

CameronHKIng commented 9 years ago

Can we make this for develop rather than master?