History log of /ontohub/lib/hets/prove_options.rb
Revision Date Author Comments Expand
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.

7b5b8e61a06ce9787caeabfd3dc3f50537375e23 15-Jul-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Allow to have an ActiveRecord::Relation as axioms.

3cda7da7b79e099e4941bb49ed7388341c40814d 03-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Pass divided, goal-local timeout to Hets.

32c0b30603c07273a0a0c62c4bb67cdec7a32a07 02-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Prepare timeout for Hets.

42ca317836109365f3453d4057e60569481d9e11 31-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Comment on the sentence preparation.

9601caa56a630cefadea41f2d0a1176bdaa5d5f4 31-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix preparing of sentences generating nil values.

295ab659a4fe68c2ec69a604945f1dccfeb75ee6 26-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add prover to ProveOptions.

7321f43c323dbb7e65f2eaa1627d08ae7ec3dfce 25-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add ProveOptions class.