COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 545)

Ticket Resolution Summary Owner Reporter
#483 duplicate Problem with building the library Alpar Juttner Alex
Description

Hello,

I am follwing the process described on the web site to build the library (1.3)and it does not work . In fact, when I type Cmake .. (step 3) , I get: Parse error. Function missing ending ")". Instead found left paren with text "(". -- Configuring incomplete, errors occurred!

When I use previous version (1.2.4) I get other errors such as : Cannot find source file "arc_look_up_test.cc". Tried extensions .c .C .c++

.cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

What can I do to use the library ?

I am currently using cmake version 2.6-patch 2.

Best regards,

#485 duplicate Unable to run cmake Alpar Juttner Peter
Description

From the build directory, I run cmake .. as directed.The result is:

CMake Error: Error in cmake code at ...CMakeLists.txt:118: Parse error. Function missing ending ")". Instead found left paren with text "(". --Configuring incomplete. errors occurred!

I see there is another ticket with the same problem but it has not been answered yet.

#489 duplicate Test 41 do not pass Alpar Juttner Hugo
Description

I just downloaded the version 1.3 of Lemon, and after installing it on my 14.04 ubuntu Linux, it launches automatically the tests but while all the others passed there is an exception in test 41.

41/42 Test: tsp_test Command: "[...]/lemon-1.3/build/test/tsp_test" Directory: [...]/lemon-1.3/build/test "tsp_test" start time: Jun 03 15:32 CEST Output:


[...]/lemon-1.3/test/tsp_test.cc:137: error: Nearest Neighbor: Wrong total cost <end of output> Test time = 0.16 sec


Test Failed. "tsp_test" end time: Jun 03 15:32 CEST "tsp_test" time elapsed: 00:00:00


Note: See TracQuery for help on using queries.