math-programming-tests-0.5.1: Utility functions for testing implementations of the math-programming library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Programming.Tests.Api

Documentation

makeApiTests Source #

Arguments

:: (MonadIO m, MonadLP v c o m) 
=> (m () -> IO ())

The runner for the API being tested.

-> Spec

The resulting test suite.

setGetVariableName :: (MonadIO m, MonadLP v c o m) => m () Source #

setGetConstraintName :: (MonadIO m, MonadLP v c o m) => m () Source #