KarlsruheMIS / KaMIS

Maximum independent sets and vertex covers of large sparse graphs.

Home Page:http://KarlsruheMIS.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: unknown type name 'C'

yurivict opened this issue · comments

In file included from /disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/evolutionary/reduction_evolution.cpp:7:
In file included from /disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/evolutionary/reduction_evolution.h:16:
In file included from /disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/evolutionary/../kernel/ParFastKer/fast_reductions/src/full_reductions.h:30:
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:2:15: error: unknown type name 'C'
 * Copyright (C) 2019 Lijun Chang <ljchang.au@gmail.com>
              ^
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:2:18: error: expected function body after function declarator
 * Copyright (C) 2019 Lijun Chang <ljchang.au@gmail.com>
                 ^
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:38:2: error: unknown type name 'ui'
        ui n, m; //number of nodes and edges of the graph
        ^
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:40:2: error: unknown type name 'ui'
        ui *pstart; //offset of neighbors of nodes
        ^
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:41:2: error: unknown type name 'ui'
        ui *edges; //adjacent ids of edges
        ^
/disk-samsung/freebsd-ports/math/kamis/work/KaMIS-2.0-18-g275a875/lib/mis/kernel/ParFastKer/LinearTime/MIS_sigmod_pub/Graph.h:45:5: error: unknown type name 'ui'
    ui *reverse_mapping;

It looks like beginning of comment is missing.

That's odd. I fixed the comment. Hope it works for you now.