-
rlouf updated
3 months ago
-
It is well known that indirect branches are a major factor in the performance of dynamic binary translation, optimisation and instrumentation (see, for example, "Optimizing Indirect Branches in Dynami…
-
Very cool to see this hooked up through MathProgBase. I'm not familiar at all with SMT solvers, could you explain or point me to a reference on which classes of problems DReal can solve? Can it solve …
-
that page load is a long boi
-
Hi Harrison
It goes without saying that this is an amazing library/site. 😊
Would it be possible to add a license (e.g. MIT) or do you prefer keeping it proprietary?
I would like to use the li…
-
I'd rather address and resolve all instances where using distinct is absolutely necessary, and resolve those. Using distinct on all queries to solve poorly formed queries is lazy.
----
## Possib…
-
Hello,
I wanted to ask if someone is already working on CDs for [Mathematical Optimization ](https://en.wikipedia.org/wiki/Mathematical_optimization). If not If anyone has interest I could take ove…
-
Try this:
```
import Text.PrettyPrint
import System.Environment
main = do
[ s ] fsep [ text "a" , x text "b" ] ) empty !! read s
```
on my machine:
```
input | runtime in sec
100 | 0.1
200 …
-
To me it seems there is something wrong with the sammon mapping. The error does not decrease and it seems to do not deliver good results if pca is not used.
-
Currently it is very slow to iterate over the bézier segments in some VectorData (which we do a lot). This is because for each segment we iterate over, we must find the start and end position by resol…