Introduction(简介)
JGraphT is a free Java class library that provides mathematical graph-theory objects and algorithms. It runs on Java 2 Platform (requires JDK 11 or later starting with JGraphT 1.5.0).
Getting Started(开始上手)
The JGraphT wiki provides various helpful pages for new users, including a How to use JGraphT in your projects page. The package org.jgrapht.demo
includes small demo applications to help you get started. If you spawn your own demo app and think others can use it, please send it to us and we will add it to that package.
To run the graph visualization demo from the downloaded release, try executing this command in the lib directory:
java -jar jgrapht-demo-x.y.z.jar
More information can be found on the user pages of our wiki. Finally, all classes come with corresponding test classes. These test classes contain many examples.
To help us understand how you use JGraphT, and which features are important to you, tell us how you are using JGraphT, and cite the usage of JGraphT in your book, paper, website, or technical report.
github:https://github.com/jgrapht/jgrapht
标签:use,demo,us,JGraphT,your,jgrapht From: https://www.cnblogs.com/2008nmj/p/17689937.html