-
Define a list of Hets core functionalities. These should be covered with tests and be provided by an internal API, see #1790. In a next step, interfaces should provide this core functionality (only), …
-
Why is `AssignmentFn` at all needed in axioms such as
```
(=>
(and
(range ?FUNCTION ?CLASS)
(equal (AssignmentFn ?FUNCTION @ROW) ?VALUE))
(instance ?VALUE ?CLASS))
```
in…
-
the parser is already there: CASL/fromKif.hs
-
```
$ ./vampire_dbg_master_7630 -sa fmb Problems/ITP/ITP383_10.p --traceback on
% Running in auto input_syntax mode. Trying TPTP
TRYING [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
Finite Model Found!
…
-
For inspection of solver output, it could be useful to run the stdout lines through a filter that
adds time stamps as prefix, like in syslog.
Problem: Some verifiers do this already themselves.
E…
-
The definition of `HoleHostFn` conflicts with its use in the following axiom. It was a consequence of my changes in #163 where I added the missing domain declarations to `superficialPart`.
```
…
-
```
Cynthia to try again, email Nick and cc Paulo
```
Original issue reported on code.google.com by `tim...@gmail.com` on 7 Oct 2010 at 3:34
-
github:
https://github.com/ml4tp/gamepad
arxiv paper:
https://arxiv.org/abs/1806.00608
data set:
https://drive.google.com/drive/folders/1tdltTB1ng7SGN1JqsuOjFLCcZBdFiPrc
----
For collabora…
-
I would really like to be able to add FOL axioms to `cob-edit.owl`. Even if we can't use them in OWL, it could express our intent more clearly, and we could try to find tools to check some things.
…
-
subrelation is a partial order relation, so it is reflexive:
```(instance subrelation PartialOrderingRelation)```
To avoid redundance in the transformation, better change:
```
(=>
(and
…