-
- [X] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate
```
java.lang.IllegalArgumentException: Called attach on a child whic…
-
Currently, the `trip` plugin performs a brute force search for up to 10 coordinates, then switches to a farthest insertion heuristic.
There are some exact solutions to the TSP (e.g. https://en.wiki…
-
Hello,
I've been running into a few stability issues when using the TGS solver. I was able to reproduce the simplest example that exhibits the oscillation that I've been seeing.
See video here:
…
-
There's no 'install' target.
```
===> Staging for cadical-1.5.3
===> Generating temporary packing list
gmake[1]: Entering directory '/usr/ports/math/cadical/work/cadical-rel-1.5.3'
gmake[1]:…
-
Hello and thanks again for the great project. I read the code, read your thesis and am intrigued. I have also seen some other modern research in this area which basically says its not practical yet.…
-
`Build type: Release
-- Using flag -std=c++11.
-- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDE_DIR CHOLMOD_LIBRARIES)
CMake Error: The following variables are used in this project, but they ar…
-
Hello, I can't launch FleX Master version because of a missing file. The error system pop-up says "Impossible to launch the programm because d3d12.dll is missing on your computer. Try to reinstall the…
-
## Summary
I am trying to create a model using the `pyomo.kernel` part of the library, and wish to use the `mindtpy` solver, however I'm coming into issues where it doesn't seem to be able to use t…
-
Was trying to connect Juniper with POD for some large scale runs.
Juniper solver is configed as:
```
solver = JuniperSolver(IpoptSolver(print_level=0), time_limit=60)
```
Here is a sample ou…
-
There are functions all over the library which accept various optional named parameters. Often the intention is that these will only be used as keyword parameters, but that fact is not enforced. Mai…