b05274494d45dbc783ce3970573f7406c0ef1349 |
|
06-Nov-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Remove unused method initialize_axioms. |
05a786b660022259ef192afd71e95f71a94d8fcf |
|
07-Sep-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add some hour-timeouts. |
df657c8bb4b5ccf1ba8b402ec60d9e392c802d4b |
|
07-Sep-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Revert "Only allow timeouts less than 60 seconds."
This reverts commit 3ad9bc0e5e7c331f194e616584d3c98d2531ff24. |
3ad9bc0e5e7c331f194e616584d3c98d2531ff24 |
|
18-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Only allow timeouts less than 60 seconds.
Hets closes the HTTP connections after 60 seconds, so we can't allow
timeouts that are greater than or equal to 60 seconds. |
db8c56a73a065cf691f6e914e8385798edb2717e |
|
10-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Validate axiom selection. |
a5e53dbef6b3edf62bcb2f94bad010bf7cd2442d |
|
10-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Code style: limit to 80 characters. |
a45c0f3771d1888d773c3fbfa7ce7cfb17068246 |
|
10-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Make axiom_selection a method. |
7ad3b953f829ffa5036f5f476c65d06b6477d645 |
|
10-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Select Axioms when proving with SInE. |
54f2fe542bbb8735c8c4aa653e01f72f9cc88122 |
|
10-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Create SineAxiomSelection objects for proving. |
8e43531a56a623f10fbc42d6b71994628c6dbc76 |
|
03-Aug-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Switch scopes on where/find. |
25f85f6174d2238cc1ea058fa129cb65961cf54a |
|
15-Jul-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Decouple ProofAttemptConfiguration from Ontology
Now that there is only one ProofAttemptConfiguration per ProofAttempt,
we can remove this association. The numbering can be dropped as well.
Next, the loc/id and routes must be adjusted because it is now
associated primarily with the ProofAttempt. |
e54f80b4780294f106f20b800b18f045fe099ca0 |
|
15-Jul-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use ProofExecution instead of CollectiveProofAttempt
This allows us to run many proofs in parallel and simplifies the Proof
class. |
a6c204f56dca3d6bbfe7a7427cb7599cc1376ddb |
|
10-Jul-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Create AxiomSelection objects. |
fcb456eeeba84f050e976c762ece740d3dda41ac |
|
26-Jun-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Fix axiom selection
There was a wrong "@" (there is no instance variable @axiom_ids).
Only non-imported axioms were considered, but all need to be considered. |
029206edd8275bf4504434c5f368a46de52c440f |
|
26-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Refactor Proof. |
fb1bc128b40a048f66585338150a5aec31ff7ff0 |
|
26-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Allow to select axioms. |
80d7c205926c3c8b9869082cc4eb0760e54e0aee |
|
03-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Make a proof attempt retriable. |
f269678ebb2a362f8bc2543ede74180d3469263e |
|
27-Apr-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Comment the perform/perform_async switch. |
8d4c6e7397e88fade190ad107583c30dc6b34afc |
|
27-Apr-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add locid and number to ProofAttemptConfiguration. |
507d7a7d023f6fd78445d1d965af26d59523c6ee |
|
27-Apr-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Seed proofs
In the seeds, proving has to be done synchronously. Before, the Proof
class only supported asynchronous proving. |
7e7aa9363e147c29d295375e360d1f745269aa06 |
|
07-Apr-2015 |
Tim Reddehase <robustus@rightsrestricted.com> |
move remaining fake records into app/fake_records. |