issues
search
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
38
stars
9
forks
source link
Command line arguments
#11
Closed
prateekkumarweb
closed
6 years ago
prateekkumarweb
commented
6 years ago
Use some library to parse command line arguments
Specify detailed instructions to use using
--help
One option is to use
getopt
(Better alternatives are to be searched)
Another option is to contribute to
cppopts
TODO: Command line arguments
[x] ~Verbosity level~ (Will be addressed in #36)
[x] File paths specified as
--fields=fields.yml
(See #30)
--help
TODO: Command line arguments
--fields=fields.yml
(See #30)