CRAN
netgen 1.3
Network Generator for Combinatorial Graph Problems
Released Jan 22, 2016 by Jakob Bossek
Dependencies
ggplot2 3.0.0 mvtnorm 1.0-8 BBmisc 1.11 checkmate 1.8.5 stringr 1.3.1 igraph 1.2.2 lpSolve 5.6.13 lhs 0.16
Methods for the generation of a wide range of network geographies, e.g., grid networks or clustered networks. Useful for the generation of benchmarking instances for the investigation of, e.g., Vehicle-Routing-Problems or Travelling Salesperson Problems.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>netgen</artifactId> <version>1.3-b33</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:netgen')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.