equal
  deleted
  inserted
  replaced
  
    
    
     1 2006-10-31  Version 0.6 Released  | 
     1 2006-10-31  Version 0.6 Released  | 
         | 
     2 	    * GLEMON has moved to a separate repository  | 
         | 
     3               (https://hugo.cs.elte.hu/svn/glemon/trunk)  | 
     2 	    * New Features  | 
     4 	    * New Features  | 
     3   	      - Mixed Integer Programming (MIP) support  | 
     5   	      - Mixed Integer Programming (MIP) support  | 
     4     	      	- interface to GLPK and CPLEX MIP solvers  | 
     6     	      	- interface to GLPK and CPLEX MIP solvers  | 
     5   	      - Data structures  | 
     7   	      - Data structures  | 
     6 	        - Bipatrite graph concepts and implementations  | 
     8 	        - Bipatrite graph concepts and implementations  | 
    33 	      - LpSolverBase  | 
    35 	      - LpSolverBase  | 
    34 	        - ColName() -> colName  | 
    36 	        - ColName() -> colName  | 
    35 		- Coeff() -> coeff()  | 
    37 		- Coeff() -> coeff()  | 
    36 	      - MinCostFlow -> SspMinCostFlow  | 
    38 	      - MinCostFlow -> SspMinCostFlow  | 
    37 	    * Repository reorganization:  | 
    39 	    * Repository reorganization:  | 
    38   	      - glemon has moved to an separate repository  | 
         | 
    39   	      - compilation is conducted by a single makefile  | 
    40   	      - compilation is conducted by a single makefile  | 
    40 	      - internal building blocks are now in a separate directory  | 
    41 	      - internal building blocks are now in a separate directory  | 
    41                 (lemon/bits)  | 
    42                 (lemon/bits)  | 
    42 	    * Major improvements many algorithms and data structures.  | 
    43 	    * Major improvements many algorithms and data structures.  | 
    43 	    * Several bugfixes  | 
    44 	    * Several bugfixes  |