Differences From Artifact [c8fcec7003]:
- File src/lib.rs — part of check-in [62c311d2a4] at 2019-07-30 07:40:07 on branch restructure — Move `parallel` to `solver::sync` (user: fifr size: 1537)
To Artifact [fdfe306419]:
- File src/lib.rs — part of check-in [d5eed55bb2] at 2019-07-30 08:01:24 on branch restructure — Rearrange master problem module (user: fifr size: 1314)
| ︙ | ︙ | |||
39 40 41 42 43 44 45 | pub mod weighter; pub mod terminator; pub mod master; pub mod mcf; | < < < < < < | 39 40 41 42 43 44 45 | pub mod weighter; pub mod terminator; pub mod master; pub mod mcf; |