Simplex LP solver

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
Last Version

Last Version

0.0.1
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
0.0.1
0.0.0