* Allow `parameter`s to be used as network sizes.
* More powerful index solver: `i` is now a valid index for vectors of size `n + 1 + i`.
* Fixed compilation bugs when using network outputs as inputs to higher order functions.
* More accurate error messages when the verifier is killed during verification.
* If during verification the verifier throws an error, Vehicle will now create a reproducer
automatically.
* Added new command-line option `--verifier-args` to `verify` mode that allows extra
arguments to be passed directly to the verifier.
* Fixed bug when reconstructing witnesses using Fourier-Motzkin elimination.