-
### Is your feature request related to a problem? Please describe.
_No response_
### Are you looking for hardware support?
_No response_
### Describe the feature you want
I designed a printer and…
-
#### Description of the problem
We are working on a project that uses both the OCaml [Z module](https://github.com/ocaml/Zarith/blob/master/z.ml) and the Coq Z module (`Coq.ZArith.BinInt.Z`). W…
-
what is the use of x in load_data function as from what I see it's just loaded and isn't used, but the one used is allx, what are the differences between them.
-
#### Version
8.7.0
#### Description of the problem
Frequently it seems that error messages need to target multiple audiences at once. Notorious examples are failures of `pattern` due to depe…
-
Basically, have a touchoff pad. It is topped with steel, and are triggered by very light touch. Configure is much faster, since it first triggers PINDA on pad, then moves over and slowly lowers nozzle…
-
## Abstract
Currently the SMTChecker does not reason about contract global invariants.
```
contract C
{
uint a;
function f1() public { a = 1; }
function f2() public { a = 2; }
…
-
# Overview
## PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Arxiv: https://arxiv.org/abs/1612.00593
GitHub: https://github.com/charlesq34/pointnet
--------…
-
### Description
Creation of a demo for the modelling of 3d skeletons and determining the CLASS of the bone.
This problem seems to be close to many of the problems on the documentation, but I can…
-
# Feature Request
**Describe the Feature Request**
Looking at the documentation it seems like Fortuna implements Inductive Confomal Prediction. I couldn't understand if you are using a mondrian ap…
-
In #1979 it was mentioned that matrices might be better defined as functions from a finite domain. This would allow us to remove a lot of boiler plate in the matrix proofs. It should also be possible …