-
Hi,
I am going through the literature of the paper and one thing which I find missing is information about inductiveness of the proposed algorithm.
So my question is, Is the proposed architectu…
-
hi,can you tell me what exactly has changed in the INDUCTIVE code? I see your code is in TRANSDUCT code.
-
Hi,
When attempting to run process discovery algorithms "alpha miner" or "inductive miner", either on my data or using the dataset "patients" and following the example from https://bupar.net/alpha…
-
@n8upham suggested to use Inductive Logical Programming (ILP) to help algorithmically deduce rules that emerge from network data.
@n8upham - can you point to some examples of projects using this a…
-
```coq
Polymorphic Inductive t@{u} : unit -> Type@{u} :=
| base : t tt.
Derive Subterm for t.
(* Error: *)
(* Anomaly "File "kernel/univ.ml", line 990, characters 4-10: Assertion failed." *)
(…
-
#### Description of the problem
```
$ cat abs.v
```
```coq
Require Import Coq.Program.Basics Coq.Program.Tactics.
Obligation Tactic := abstract exact I.
Program Definition foo : True := _…
-
The equation compiler currently supports the following compilation strategies
- `brec_on` (aka course of values recursion)
- `well_founded` recursion
- `unbounded` recursion for meta definitions
-…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2794
From: AUGER Cédric <>
Reported version: unspecified
-
### Description
In incomplete `match` statements and in incomplete terms in `apply`, the elaborator often does not produce `InfoTree`s.
### Context
This issue is derived from #5172. #5299 res…
-
#### Description of the problem
I would expect all of the following to succeed, but only the first one does. Further, the last error message contains `_UNBOUND_REL_3`. This is a minimized examp…