-
[VM/values/types] add new `:typeset` type?
or... could this be encapsulated in our existing `:type` values?
https://github.com/arturo-lang/arturo/blob/7b87504ed1fcb7ef40bb03a3bb37503294ba4fb9/src/vm…
-
### Name
MATPOWER
### Screenshots
![MATPOWER-Logo](https://user-images.githubusercontent.com/11841545/139923861-6860c119-32ee-4267-be99-ce90eb1069b0.png)
![cpf_example](https://user-images.g…
-
This is a meta-issue to keep track of discussion around Nim scientific libraries.
# Primitive libraries
Decimal128: https://github.com/JohnAD/decimal128
Fixed-point: https://gitlab.com/lbartole…
-
I love an idea behind the project and I sure there are plenty of engineering problems new contributors might help with. Could you please add (or label) up-for-grab issues? Thank you!
-
Hi there!
This issue is a catch-all for documentation improvement suggestions. I'll keep it updated with things to work on, rather than having lots of separate issues.
* If you have suggestion…
-
In #14471, eliminating indexing through triangular types significantly improved performance. Benchmarks and analysis investigating this observation follow below. The analysis led down a generic linear…
-
Greetings, thanks for all the hard work. I got latest JCuda to build on Orin Nano via commenting out breakages. Forked repository at [github.com/neocoretechs/jcuda-1](https://github.com/neocoretechs/j…
-
Hi, I'am testing mathopt api. here is my code:
```py
from ortools.math_opt.python import mathopt
model = mathopt.Model(name="Linear programming example")
z = {i: model.add_integer_variable(lb=…
-
It would be very useful if the check command could use random type arguments as well as value arguments, even if ranges need to be manually specified for those arguments
-
The current (random) triplet sampling requires a lot of memory if a reasonable number of objects is used.