[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remove IsaCoSy's builtin-in timeout
- Subject: Re: Remove IsaCoSy's builtin-in timeout
- From: Chris Warburton
- Date: Thu, 01 Feb 2018 18:05:14 +0000
- In-reply-to: <abd2134c072100c9-0-artemis@nixos>
- References: <abd2134c072100c9-0-artemis@nixos>
I've now patched IsaPlanner to handle timeouts during quickcheck. These
are treated in the same way as errors: we consider it to be a lack of
counterexample, and hence we return the given term as a candidate.
Running on a sample of size 100, we no longer get a timeout; but we do
get an 'Interrupt', which we may be able to handle in the same way.