matroid-0.0.0.1.1: matroid (combinatorial pre-geometries) library
Copyright(c) Immanuel Albrecht 2020-202x
LicenseBSD-3
Maintainermail@immanuel-albrecht.de
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Test.Matroid.Algorithms.Suites

Description

This module contains hspec test suites that check certain properties of the algorithms

Documentation

greedyOptimizationTestSuite Source #

Arguments

:: Matroid m a 
=> Gen (m a)

matroid test case generator

-> SpecWith ()