Last Version

Simplex LP solver 0.0.1

Linear programming solver in Common Kotlin, use on JVM and in browser.

License

License

Categories

Categories

Net
GroupId

GroupId

net.ldvsoft.simplex-lp-solver
ArtifactId

ArtifactId

common
Version

Version

0.0.1
Type

Type

jar
Description

Description

Simplex LP solver
Linear programming solver in Common Kotlin, use on JVM and in browser.
Project URL

Project URL

https://gitlab.com/LDVSOFT/simplex-lp-solver
Source Code Management

Source Code Management

https://gitlab.com/LDVSOFT/simplex-lp-solver.git

Download common 0.0.1


<!-- https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/ -->
<dependency>
    <groupId>net.ldvsoft.simplex-lp-solver</groupId>
    <artifactId>common</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation 'net.ldvsoft.simplex-lp-solver:common:0.0.1'
// https://jarcasting.com/artifacts/net.ldvsoft.simplex-lp-solver/common/
implementation ("net.ldvsoft.simplex-lp-solver:common:0.0.1")
'net.ldvsoft.simplex-lp-solver:common:jar:0.0.1'
<dependency org="net.ldvsoft.simplex-lp-solver" name="common" rev="0.0.1">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ldvsoft.simplex-lp-solver', module='common', version='0.0.1')
)
libraryDependencies += "net.ldvsoft.simplex-lp-solver" % "common" % "0.0.1"
[net.ldvsoft.simplex-lp-solver/common "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.2.70

Project Modules

There are no modules declared in this project.