sukrutrao / Timetabler

A customizable timetabling software for educational institutions that encodes timetabling constraints as a SAT formula and solves them using a MaxSAT solver
https://timetabler.readthedocs.io
MIT License
37 stars 9 forks source link

Use glog for logging #23

Closed sukrutrao closed 5 years ago

sukrutrao commented 5 years ago

Use glog for logging messages, warnings and errors, at various verbosity levels as specified.

sukrutrao commented 5 years ago

For now, custom logging functions will be used instead of glog.