-
You can see [here](https://github.com/imandra-ai/imandra-docs/blob/2af11d94c0d3e3c222605bf4b687983f2dcd3103/notebooks-src/Recursion%2C%20Induction%20and%20Rewriting.md?plain=1#L235-L239) that the docs…
-
I apologize if this is not the right place to report this, I admit I haven't investigated it thoroughly.
Using the [CertiCoq project](https://github.com/CertiCoq/certicoq) to try to extract the pars…
-
In GitLab by @mkovari on May 18, 2023, 11:53
This code falsifies the current drive fractions so they do not add to 1. No error message appears in the output file.
```
# Plasma driven c…
-
-
## General Information
Author: William L. Hamilton, Rex Ying, and Jure Leskovec
Published: 2017
## Why and What
### Key word
Inductive learning is learning from the specific data and reasoning …
-
Given an inductive data type:
```
Inductive A :=
a : A
| b : A * A -> A.
```
`Derive Show for A.` fails with:
> Error:
Unable to satisfy the following constraints:
In environment:
x : A
a…
-
Say that we have mutually inductive data types:
```
Inductive A := a | fromB : B -> A
with B := b | fromA : A -> B.
```
`Derive Show for A.` yields:
> Error: Anomaly "Uncaught exception Fai…
-
In #340 there is a basic type showing hover implemented. For inductive types this doesn't work due to how they are stored in the enviornment. In that case, we should experiment with printing the defin…
-
https://github.com/huang-yh/GaussianFormer/blob/3bf28d50b41c8a54fda8147defe52a08f1a05b4e/model/encoder/gaussian_encoder/spconv3d_module.py#L53-L67
Although interaction can be efficient using spar…
-
A F2F chat with @pattacini and @maggia80 highlighted that it is important to consider how the PWM signal is generated (whether it is in Left-aligned mode or Center-aligned), and how the …