polyrun

A library containing implementation of uniform sampling from bounded convex polytopes.

License

License

GroupId

GroupId

com.github.kciomek
ArtifactId

ArtifactId

polyrun
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

polyrun
A library containing implementation of uniform sampling from bounded convex polytopes.
Project URL

Project URL

http://github.com/kciomek/polyrun
Source Code Management

Source Code Management

http://github.com/kciomek/polyrun

Download polyrun

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.4.1
org.ejml : ejml-all jar 0.34
commons-cli : commons-cli jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0
0.3.1
0.3.0
0.2.0