| Copyright | (c) Junaid Rasheed 2020-2023 |
|---|---|
| License | BSD-3 |
| Maintainer | jrasheed178@gmail.com |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Linear.Simplex.Prettify
Description
Converts Linear.Simplex.Types types into human-readable Strings
Documentation
prettyShowVarConstMap :: VarLitMapSum -> String Source #
Convert a VarConstMap into a human-readable String
prettyShowPolyConstraint :: PolyConstraint -> String Source #
Convert a PolyConstraint into a human-readable String
prettyShowObjectiveFunction :: ObjectiveFunction -> String Source #
Convert an ObjectiveFunction into a human-readable String