Skip to content

oliviercailloux/JLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java Linear Programming: specify and solve linear programs in object-oriented fashion.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages