-
### Feature proposal
API to stop the audio service from running, once the user closes the application from background.
Using `onTaskRemoved` to stop the audio is not enough, I would like to complete…
-
### Code of Conduct & Contributing Guidelines
- [X] I agree to follow the code of conduct and the contributing guidelines.
### Have you checked that no other similar bug report(s) already exists?
-…
-
## Describe the bug
When using a text object (or BBText object), if you resize the game, the text will become either blurry or distorted. This seems to have gotten worse since the release of the new …
-
Library name: ortools
Library description:
OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linea…
-
We need to find or write a solver for the linear programming with integer problem that form part of the final solution
-
### Code of Conduct & Contributing Guidelines
- [X] I agree to follow the code of conduct and the contributing guidelines.
### Have you checked that no other similar bug report(s) already exists…
-
tl;dr: I am mainly interested on feedback regarding the two suggestions marked by `1.` :-)
I am still working on speeding up the computation of lifts (or more general: linear systems) in Freyd cate…
-
The idea of tests/cover is that it's supposed to be a relatively small fast set of tests that gets 100% coverage and anything not required for that should go in tests/nocover. This idea has been seen …
-
i find the process will crash in java example `SimpleMipProgram.java`
i have install or-tools successfully by make java and make java_test
after create a java project and add lib `com.google.ortoo…
-
I have a project where the GLOP Linear Solver MPVariable's value should have a minimum increment of 0.05 between bounds 0 and 1. Which MPSolverParameters::DoubleParam should I specify for this?