RsBundle  Diff

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
46
47
48
49
50
51
pub mod weighter;

pub mod terminator;

pub mod master;

pub mod mcf;

/// The minimal bundle builder.
pub type FullMasterBuilder = master::boxed::Builder<master::cpx::Builder>;

/// The minimal bundle builder.
pub type MinimalMasterBuilder = master::boxed::Builder<master::minimal::Builder>;







<
<
<
<
<
<
39
40
41
42
43
44
45






pub mod weighter;

pub mod terminator;

pub mod master;

pub mod mcf;