mahf-opt / mahf

A framework for modular construction and evaluation of metaheuristics.
GNU General Public License v3.0
10 stars 0 forks source link

Give Design-by-Contract a try. #152

Open luleyleo opened 1 year ago

luleyleo commented 1 year ago

See https://lib.rs/crates/contracts.

Saethox commented 1 year ago

Extending contracts with returning eyre::Results would be nice (see https://github.com/mahf-opt/mahf/pull/178#discussion_r1249005762).