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
#154 fixed Wrong compiler flags with Intel C++ compiler Akos Ladanyi Alpar Juttner
Description

I run the configure scripts using Intel C++ compiler version 10.1 like this:

./configure --enable-demo --enable-benchmark CXX=/usr/local/intel/cc/10.1/bin/icpc

The scripts sets CXXFLAGS in a wrong way as it sets all the GCC specific -Wxyz flags are also set. The correct setting should probably be

CXXFLAGS=-g -O2

This bug exists in [bb40b6db0a58].

#157 fixed Port the 0.x -> 1.x converter script and create a migration guide Alpar Juttner Alpar Juttner
#160 fixed Find more appropriate names for InvertableMap and DescriptorMap Balazs Dezso Alpar Juttner
Description

InvertableMap and DescriptorMap has been removed from the 1.0 release but they are still there in the main branch (as of [1e81878b0e54]).

Note: See TracQuery for help on using queries.