A testcase toolset repository powered by Cyaron
- Initialize a lynx problem directory.
- Generate testcases for problems.
- Export the data to different formats that can be recognized by multiple OJs.
- Compare the output of two programs using a lynx problem description.
- Simply generate data in just five minutes.
Lynx is available on PyPI, you can install it by running:
pip install pyLynx
Lynx has three subcommands for now, they are lynx init
, lynx generate
and lynx compare
. You can use lynx [command] --help
to get help information.