History log of /ontohub/app/models/theorem.rb
Revision Date Author Comments Expand
1c23356585ef97763b33d1715982e895cc239342 26-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Decrease priority of UNK status.

826cc3b7365c94d05c44118c603d7a36c1974eee 26-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Revamp the theorem proof status handling.

00c20e7aab09b0e6fb5f6c6b6632ef02b6f6f0cc 14-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Set evaluation state during parsing.

d85d3e053a2d0da45c4e242e6807f5062a0ebab1 14-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Set ProofStatus in parsing step.

28995497eeb74ade5c82876c8f4e1ed6bf93e95a 14-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add [un]provable scope.

9bcd2b68914ea7b2fe7e356ad64cdaca04561e98 14-Sep-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add provable attribtue to Theorem.

37d0428752228b885ae94e6b0aea5452787fb102 05-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Make HetsOptions creation DRY.

4ba65517432841f31715544ddd15b08613b395c0 02-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Pass url catalog and access token when proving.

8b67131fb21c0bcbedfe6fecda6a642a2e7d8bfa 31-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Minimize prove_options method Since the specific prove-options are built in the class Proof, we only need to supply the proving mechanism with the basic prove-options, which set the resource specific values.

3bd9435d82f2409d69f7b19e3eabe854a308352f 31-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Rename resource's prove_options method.

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

Remove unused proving methods.

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

Add state to Theorem and ProofAttempt.

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

Pass ProveOptions to [async_]prove methods.

78ae3f766671506ad5be931e5e6e0beb456703d8 26-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Allow to prove a single theorem.

f116635691547619f18cfc57441133fca46970b6 24-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Remove default scope on type.

accee54051b1473dab8ad7e1e76eed1846c0c7d0 24-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Remove redundant to_s method.

ab2424854b4d7d9b957414c21dc8a054acbe3fe5 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix failing environment loading.

ea52d601ca40479ec757808a8192d3d8e1ead565 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Wipe theorems for new ontology versions.

908d37cfe7f3316562011ad7f90bf9ce5cad6e41 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add basic views for everything around proving.

bffca32246bf270682460b095c61f410fe003a6b 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add default proof status constants.

01b4593de614db5e4f80c5a4170ccd3e3a40b2fa 06-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Tell hound that `if` is good. Bring the `if` back.

f15a514d590a0ff1166c1d1792f6c048a2fc1e34 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use save!

519e88f060555171716c8161ab5549e6f29fede6 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Obey hound In order to make the style consistent throughout each touched code file, I also changed some lines that hound would complain about that were not changed in this feature-branch.

12c59b7f5e3256428dd869f3b2d945ba22daca08 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use SZS ontology to create ProofStatus.

e200ddd4b78a4915a072095be2a2e6cac65ed333 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add ProofStatus model, remove STATUSES Constant. The ProofAttempt and Theorem models now rely on this new model.

6266a4c9986703cc97e36d66b7df15bcb125186d 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Exclude Theorem from Sentence scope.

b4a0129f99341fb8b1f0d724e656d339c97e9db0 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add first draft of Theorem and ProofStatus models.