·
3 commits
to informaticup
since this release
Minor changes to config.json
The config.json remains fully backwards compatible and customArgs can still be used to specify constants
"customArgs": "--const a=3 -c x=3" will be carried over as --const a=3 -c x=3
- Addressed issue #98 reported by @matthiasknorr
- Fixed customArgs option being processed incorrectly in config.json
- Added new option to config:
"constants": ["n=3", "x=4*3+2"]will be converted to--const n=3 --const x=4*3+2
🚢