7674769ba8
- Remove old code in the spec file. - Install LICENSE with %license.
Andy Li
2018-04-18 01:58:04 +00:00
b58820c2d0
- Update to version 1.8.8: * Fix installation. * Safe-string compatible. * Fix method get_edge_layout of class abstract_model of DGraphModel.Make. The bug could have occured when there are several edges between two vertices. * [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive). * Fix implementation of Golberg-Tarjan maximal flow algorithm: + No more function min_capacity in the input interface. + Renaming as follows: Flow.Goldberg -> Flow.Goldberg_Tarjan and Pack.goldberg -> Pack.goldberg_tarjan. * New functors [WeakTopological] and [ChaoticIteration] to compute fixpoints with widening, following Bourdoncle's algorithms.
Antoine Belvire
2017-12-22 20:17:38 +00:00
3c9d2ed9e5
Use Group: Development/Languages/OCaml
Olaf Hering2017-07-25 13:23:01 +00:00
c42a2717f8
simpler variant of ocaml_preserve_bytecode usage (SR#511780)
Olaf Hering2017-07-25 08:41:28 +00:00