General enhancements
* The verification plan files generated by `vehicle compile -t MarabouQueries` command have been
changed from `verificationPlan.vcle` to the more readable `.vcl-plan`.
* The proof cache files generated by `vehicle verify` command have been
changed from `X.vclp` to the more readable `.vcl-cache`.
Command-line interface changes
* The command `vehicle verify` now requires you to point at the folder generated by the previous
`vehicle compile` command, rather than the verification plan file within it, and therefore the
parameter `--verificationPlan` has been changed to `--queryFolder`.
i.e. an old command `vehicle verify --verificationPlan=my/project/queries/verificationPlan.vcle` now
becomes `vehicle verify --queryFolder=my/project/queries`.
Language changes
* Added additional overload for division operator `/`. Dividing two `Nat`s together now results in
a `Rat`.
Bug fixes
* Fixed erroneous error message generated when giving inferable parameters an unsupported type.
* Fixed erroneous evaluation of when dividing two rationals together.
* Fixed bug where the compiler would sometimes hang when reading `.vclo` files created with an
older version of Vehicle.