Do not apply as-is.

Adds feature-gated variants of TOPSIS and static resource scheduling.
Uses proptest crate for evaluating variants, precisely: 
* for the generation of inputs as part of comparisons; and 
* for shrinking the search space of inputs to unveil different results.

Dominik Rusovac (3):
  resource-scheduling: add lab feature
  resource-scheduling: add {topsis,pve_static}-variants with basic
    proptests
  resource-scheduling: evaluate static scheduler variants

 Cargo.toml                                    |   1 +
 proxmox-resource-scheduling/Cargo.toml        |   6 +
 proxmox-resource-scheduling/src/pve_static.rs | 218 ++++++++
 proxmox-resource-scheduling/src/topsis.rs     | 190 +++++++
 .../tests/pve_static.rs                       | 495 ++++++++++++++++++
 5 files changed, 910 insertions(+)
 create mode 100644 proxmox-resource-scheduling/tests/pve_static.rs

-- 
2.47.3




Reply via email to