Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: if a vertex's ID is -1 in JGF, the reader will supply it with a default value. However, sometimes -1 is desired. Do not replace an ID of -1 with a default value when reading in JGF. Instead use -2 as the signpost that no ID was supplied.
- Loading branch information