Changeset 241:4acba8684811 in lemon-0.x for src/work/jacint/fib_heap.h
- Timestamp:
- 03/24/04 10:36:21 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/fib_heap.h
r220 r241 227 227 int i=iimap[it]; 228 228 if( i>=0 ) { 229 if ( container[i].in ) i= 0;230 else i= -2;229 if ( container[i].in ) i=IN_HEAP; 230 else i=POST_HEAP; 231 231 } 232 232 return state_enum(i);
Note: See TracChangeset
for help on using the changeset viewer.