Skip to content

Commit 522b4da

Browse files
committed
Redefined DomOrdPWMap
1 parent f337809 commit 522b4da

13 files changed

Lines changed: 827 additions & 805 deletions

sbg/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ target_sources(
99
PRIVATE
1010
bipartite_sbg.cpp
1111
directed_sbg.cpp
12+
dom_ord_pwmap.cpp
1213
expression.cpp
1314
fixed_points.cpp
1415
interval.cpp
@@ -21,17 +22,17 @@ target_sources(
2122
ord_pwmap.cpp
2223
ord_set.cpp
2324
ord_unidim_dense_set.cpp
25+
perimeter.cpp
2426
pw_map.cpp
2527
pwmap_detail.cpp
2628
pwmap_fact.cpp
2729
rational.cpp
2830
sbg.cpp
2931
set.cpp
32+
set_detail.cpp
3033
set_fact.cpp
31-
set_perimeter.cpp
3234
unord_pwmap.cpp
3335
unord_set.cpp
34-
#dom_ord_pwmap.cpp
3536
)
3637

3738
add_custom_target(sbg-doc

0 commit comments

Comments
 (0)