Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.85 KB

File metadata and controls

45 lines (35 loc) · 1.85 KB

JLP

Build Status Artifact on Maven Central Javadocs SonarCloud Status

Java Linear Programming: specify and solve linear programs in object-oriented fashion. (See the Javadoc link in the badge above.)

API is not stable. Comments and bug reports are welcome.

Access

Releases are published to Maven Central.

Snapshots are published to OSSRH. To access SNAPSHOT versions, add this to your POM.

OSSRH repository
<repositories>
	<repository>
		<id>OSSRH-snapshots</id>
		<url>http://oss.sonatype.org/content/repositories/snapshots</url>
		<releases>
			<enabled>false</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>

Alternatives

TODO compile a list.

Here are some more recent or possibly less known alternatives.