Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

LIGHT cannot be resolved or is not a field #552

@smadurange

Description

@smadurange

Hi guys, I cloned the project and am working on branch 3.2. In Eclipse, I get the error LIGHT cannot be resolved or is not a field in the project graph-algorithms-benchmark in the file UFBenchmarkCombination.java. Offending lines are:

LIGHT_QUEUE(GraphImpl.LIGHT, UnionFindAlgo.QUEUE),
LIGHT_FORK_JOIN(GraphImpl.LIGHT, UnionFindAlgo.FORK_JOIN),
LIGHT_FJ_MERGE(GraphImpl.LIGHT, UnionFindAlgo.FJ_MERGE),
LIGHT_SEQ(GraphImpl.LIGHT, UnionFindAlgo.SEQ),

I can't actually find the implmentations for GraphImpl.LIGHT either. Please help. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions