ojAlgo icon indicating copy to clipboard operation
ojAlgo copied to clipboard

oj! Algorithms

Results 15 ojAlgo issues
Sort by recently updated
recently updated
newest added

Minimisation of a simple linear model with a single constraint returns INFEASIBLE, despite producing the right numerical solution. The following model (in EBM format) produces the issue: V bieter1 624985000...

Bumps `version.org.junit.jupiter` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See...

dependencies

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.2 🐛 Bug Fixes [MJAR-310] - fixed toolchain version detection when toolchain paths contain white spaces (#86) @​jansohn...

dependencies

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. Commits d0b96a4 [maven-release-plugin] prepare release surefire-3.3.0 71796af Bump org.codehaus.plexus:plexus-component-annotations afb2d4e Bump org.codehaus.plexus:plexus-interpolation from 1.25 to 1.27 e6287dd [SUREFIRE-2232] [REGRESSION] StatelessXmlReporter fails to process failed...

dependencies

Hi, I recently run to this issue with Convex solver so I would like to report it. The next code will demonstrate the problem: ``` @Test public void testConvexSolverIssue() {...

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.0. Commits c78365f [maven-release-plugin] prepare release surefire-3.5.0 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack 5e14d4f [SUREFIRE-2161] Align Mojo class...

dependencies

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0. Commits 487e479 [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0 9638a6a [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re... 9d33925 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack a11b921 [MJAVADOC-809]...

dependencies

@Programmer-Magnus You mentioned once that you had a problem with the QP solver initiating itself with a lot of inequalities active, and then spending time deactivating those, to eventually return...

This PR shows how junit can use many cores and threads to run tests in parallel. This make running tests use less wall clock time. This should not be added...