Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-02-03
| ||
| 21:27 | [formats::dimacs] fix a clippy warning Leaf check-in: e3bcdc05f1 user: fifr tags: soa | |
| 21:26 | [mcf::simplex] fix some clippy warnings check-in: 1746a882b3 user: fifr tags: soa | |
|
2026-02-01
| ||
| 15:10 | [mcf::simplex] simplify init from edge list check-in: 6a10f9ed3f user: fifr tags: soa | |
| 15:10 | [edgelist] add `nodes_iter` check-in: 17ab91a42a user: fifr tags: soa | |
|
2026-01-31
| ||
| 22:26 | [mcf::simplex] revert to pass `self` check-in: bd8b12db30 user: fifr tags: soa | |
| 22:18 | [mcf::simplex] use `soa` check-in: 58a8cbe930 user: fifr tags: soa | |
|
2025-07-03
| ||
| 13:55 | Fix clippy warnings Leaf check-in: 4221625910 user: fifr tags: trunk | |
| 13:41 | Fix several typos check-in: 1d47683af0 user: fifr tags: trunk | |
|
2025-04-12
| ||
| 19:44 | Add explicit types to VecGraph in examples check-in: 658ddd1063 user: fifr tags: trunk | |
| 18:32 | vecgraph: separate types for nodes and edges check-in: e6e0513f82 user: fifr tags: trunk | |
| 08:06 | dyngraph: fix node index update in `remove_node` check-in: 2fba0f97d3 user: fifr tags: trunk | |
|
2025-04-10
| ||
| 20:04 | simplex: simplify trait bounds check-in: e9ce96c600 user: fifr tags: trunk | |
| 19:00 | simplex: fix some indentation in doc comments check-in: 2cfa3c84f9 user: fifr tags: trunk | |
| 19:00 | simplex: use `iter` instead of `into_iter` check-in: 5f7f618940 user: fifr tags: trunk | |
| 18:59 | simplex: elide some lifetimes check-in: 8bb10e7bef user: fifr tags: trunk | |
| 16:18 | simplex: improve performance using `UnsafeSlice` technique check-in: ac654c8934 user: fifr tags: trunk | |
| 16:07 | simplex: use iterators in `block_pricing`. Performance improvement. check-in: 06f6931294 user: fifr tags: trunk | |
|
2025-03-29
| ||
| 08:40 | Update ordered-float to v5.0.0 check-in: e21dff56e2 user: fifr tags: trunk | |
|
2025-02-20
| ||
| 21:22 | Reformat sources check-in: 85b1e1b0d1 user: fifr tags: trunk | |
| 21:22 | Use `is_empty` instead of checking length of slice check-in: 76a459d0b5 user: fifr tags: trunk | |
| 21:16 | Elide some lifetimes check-in: 1ed6d9b527 user: fifr tags: trunk | |
| 21:14 | Fix item lists in doc comments. Add required empty lines. check-in: 4c356a0696 user: fifr tags: trunk | |
| 21:14 | Reorder some imports check-in: 079142e7f3 user: fifr tags: trunk | |
| 21:02 | Update for 2024 edition check-in: 8a05f6876c user: fifr tags: trunk | |
|
2024-08-27
| ||
| 08:14 | binaryheap: fix some typos in comments check-in: 933326c4da user: fifr tags: trunk | |
|
2024-07-18
| ||
| 21:53 | classes: fix `cycle` check-in: 4e1a9c1bb9 user: fifr tags: trunk | |
| 21:50 | Use `std::iter::zip` instead of method `Iterator.zip` check-in: b130fad04e user: fifr tags: trunk | |
|
2024-07-14
| ||
| 12:58 | Add `dyngraph` check-in: 779c1c5470 user: fifr tags: trunk | |
| 12:58 | vecgraph: mark `Error as `non-exhaustive` check-in: 0b0252b9c7 user: fifr tags: trunk | |
|
2024-07-12
| ||
| 21:32 | classes: change edge direction in `cycle`. Directed edges are now oriented from u to v where u has been created before v. check-in: b9ece88296 user: fifr tags: trunk | |
| 20:40 | vecgraph::Builder: require to add at least one edge check-in: 57056070aa user: fifr tags: trunk | |
| 20:39 | classes: remove bound `Graph` from all generator functions. The bound `Buildable` is sufficient. check-in: cdcdfe7032 user: fifr tags: trunk | |
|
2024-07-11
| ||
| 06:03 | Remove unused imports check-in: dd5826d7d2 user: fifr tags: trunk | |
| 06:01 | vecgraph: move all tests do `tests` mod check-in: 3fabe20e2f user: fifr tags: trunk | |
| 05:59 | Make methods of `impl VecGraph` pub check-in: d4f7632491 user: fifr tags: trunk | |
|
2024-07-10
| ||
| 20:45 | Add `undirected` wrapper check-in: 785609222a user: fifr tags: trunk | |
| 20:44 | vecgraph: implement methods for `VecGraph` directly. All traits are implemented by forwarding to the main methods. check-in: 6ba7c362ee user: fifr tags: trunk | |
| 08:18 | Merge integrate-experimental check-in: b62840a698 user: fifr tags: trunk | |
|
2024-07-09
| ||
| 20:39 | Start implementing `DynGraph` Leaf check-in: 2957b27daa user: fifr tags: dyngraph | |
|
2024-06-13
| ||
| 16:44 | Simplify some trait bounds using new rust features Closed-Leaf check-in: 0f6479279c user: fifr tags: integrate-experimental | |
| 15:43 | pushrelabel: relax requirements on edge-list. The edge-list node and edge types must be convertable to `I`. check-in: 3f7d1a2f56 user: fifr tags: integrate-experimental | |
|
2024-06-11
| ||
| 07:08 | maxflow: typos in comments] check-in: fe51a475ef user: fifr tags: integrate-experimental | |
| 07:06 | Return search iterators as `impl` traits check-in: 49e2c8ff15 user: fifr tags: integrate-experimental | |
|
2024-06-05
| ||
| 10:09 | Remove dependency on `either` check-in: eda6afe87a user: fifr tags: integrate-experimental | |
|
2024-05-24
| ||
| 08:19 | Merge experimental check-in: bc69bb6818 user: fifr tags: integrate-experimental | |
| 08:19 | examples: remove unnecessary closures Leaf check-in: fc56de88f7 user: fifr tags: experimental | |
| 08:13 | Remove `time` crate check-in: 02b5dfa5c8 user: fifr tags: experimental | |
|
2024-04-27
| ||
| 19:32 | Remove `rs-graph-derive` check-in: b413137b0b user: fifr tags: integrate-experimental | |
| 19:14 | Make all experimental modules the main modules check-in: 6714d96247 user: fifr tags: integrate-experimental | |
| 19:02 | Remove old api check-in: 5f66837ca6 user: fifr tags: integrate-experimental | |