History log of /ontohub/lib/hets/prove/prove_evaluation_helper.rb
Revision Date Author Comments Expand
e4bccec4b65edfe76b945a93e9ad05f573254d29 01-Dec-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Pass the correct prover parameter.

7ea1ddbe5d4686c823b01ed40fd9df5462bee5e5 26-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use CSAS proof status.

5b31f58b001bc9270dcca2fbff3873893f7a5112 10-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use ProofEvaluationStateUpdater.

848859ce8372b0c5d81aa480cae34a701334e6e8 05-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix tptp proving by working around a hets problem Hets doesn't find a theorem when we pass it as an argument. For TPTP, we know that there can only be a single node and a single theorem, so we don't need to pass the theorems array. The same applies for parsing the output of the prove command.

cade8f1daf56f2eced1915e2b30ae10a51fe6613 03-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use original scope on theorems associations.

63499d8d12a219d26744bcb896789ea28459814f 15-Jul-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Let PAC have one proof_attempt and remove goals When the ProofAttemptCofiguration only has one proof_attempt, there can only be a single goal. This can be retrieved through the proof_attempt.

49ec9c0853525e173fde3df83d58fddecfc5b7f2 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use SZS status parser.

f34f85a43d1d3c992613379420c3f5749ab02cae 06-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Adjust to new hets prover keys 'name' was renamed to 'identifier' and 'display_name' was renamed to 'name'

f227035e531aa63992df54aaf0ab26a2db2c295a 06-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix first_or_create! not knowing the display_name.

7609335b225ba8be8f1a8656f7c22fdbddae8386 28-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Create tactic script during evaluation.

950639e9dce5f9bdaacb11198751935d1d730e41 27-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Create ProverOutput in evaluator.

bdc6dc589e6bb70f53c8ee4c3a3f522bad98f94d 12-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Rename *_with_hash to *_from_hash.

bcc6bd424f705d2c9bd92c995870c9d0ecec2b1d 10-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix time taken being negative.

4a318d408111d4593703e9f43ccc7d3968435b42 31-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Move model filling methods into helper module.