Skip to content

Commit

Permalink
Merge branch 'master' into adjacency-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 28, 2018
2 parents ef2e772 + 806d296 commit 4fd4de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/FTSRG/graph-analyzer.svg)](https://travis-ci.org/FTSRG/graph-analyzer)

Analysis and metric visualisation toolkit for typed graphs, based on our [MODELS 2016 paper](https://inf.mit.bme.hu/sites/default/files/publications/models2016-metrics.pdf) ([ACM DL](https://dl.acm.org/citation.cfm?id=2976786), [DBLP](http://dblp.uni-trier.de/rec/bibtex/conf/models/SzarnyasKSV16)).
Analysis and metric visualisation toolkit for typed graphs, based on our [MODELS 2016 paper](https://inf.mit.bme.hu/sites/default/files/publications/models2016-metrics.pdf) ([ACM DL](https://dl.acm.org/citation.cfm?id=2976786), [DBLP](https://dblp.uni-trier.de/rec/html/conf/models/SzarnyasKSV16)).

## Prerequisites

Expand All @@ -12,13 +12,13 @@ Java 8

To run the analysis, edit the `analyzer-app/src/Analyzer.groovy` file and issue the following command:

```bash
```console
./gradlew analyze
```

Make sure [the Gradle process has enough memory](https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory) - the more the better.

```bash
```console
export JAVA_OPTS=-Xmx4G
```

Expand Down

0 comments on commit 4fd4de3

Please sign in to comment.