JLP

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

License

License

GroupId

GroupId

io.github.oliviercailloux
ArtifactId

ArtifactId

jlp
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://github.com/oliviercailloux/JLP
Source Code Management

Source Code Management

http://github.com/oliviercailloux/JLP

Download jlp

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.oliviercailloux/jlp/ -->
<dependency>
    <groupId>io.github.oliviercailloux</groupId>
    <artifactId>jlp</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.oliviercailloux/jlp/
implementation 'io.github.oliviercailloux:jlp:0.0.2'
// https://jarcasting.com/artifacts/io.github.oliviercailloux/jlp/
implementation ("io.github.oliviercailloux:jlp:0.0.2")
'io.github.oliviercailloux:jlp:jar:0.0.2'
<dependency org="io.github.oliviercailloux" name="jlp" rev="0.0.2">
  <artifact name="jlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.oliviercailloux', module='jlp', version='0.0.2')
)
libraryDependencies += "io.github.oliviercailloux" % "jlp" % "0.0.2"
[io.github.oliviercailloux/jlp "0.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.2
com.google.guava : guava jar 19.0

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.0.2
org.junit.platform : junit-platform-launcher jar 1.0.2
org.junit.jupiter : junit-jupiter-engine jar 5.0.2
ch.qos.logback : logback-classic jar 0.9.28

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.2
0.0.1