-
### Steps To Reproduce
I was setting up some lattice polyhedra and trying to generate a list of all integer points. However, I managed to find an example that ended up failing for some unexplained re…
-
## Problem
Given a matrix $A$ and two vectors $\mathbf{b}$ and $\mathbf{c}$, output $\mathbf{x}$, a solution vector of the following linear program.
max $\mathbf{c}^T\mathbf{x}$
s.t. $A\mathb…
-
@gramseyer implemented a simplex algorithm to solve the network flow for SPEEDEX. It would be good to evaluate some other algorithms that might potentially perform better. One candidate is CS2 as desc…
-
**Describe the bug**
I notice that when I user interactive layered layout, for some reason all my outgoing ports are merged... I am not sure why. The interactive node positions seems to work proper…
-
Hello
I would like to understand whether cbc solver uses Revised simplex method to solve linear programming problem and uses Branch and bound algorithm to solve MIP problems.
How to perform post…
-
Some noise algorithm implementation(s) would be useful for procedural generation scenarios.
few examples:
Perlin noise, Simplex noise, Worley noise, Fractal noise
A decent SimplexNoise (better …
-
Some algorithms could have functions that pick neighbor cells to connect to that aren't completely random. Some examples:
- [x] Horizontal and vertical bias (e.g. picking a vertical neighbor is twi…
-
There seems to be an issue with the Perlin 3D implementation.
Passing the following data `world_position.xyz * 5.0`
- Simplex 3D:
![image](https://github.com/rust-adventure/bevy-examples/assets/742…
-
lets list all the parameter settings for each of the algorithms, maybe in the appendix?
start with the simplex possible way of doing so, and then iterate.
@ebridge2 you do the fmri bit, obviously.
@…
-
Hello,
I have an example of a graph with 100 nodes and ~230 edges that reproduces an order of magnitude difference in running time when comparing nodePlacement strategy NETWORK_SIMPLEX to the defau…