@@ -27,25 +27,32 @@ source-repository head
2727
2828library
2929 exposed-modules :
30- Linear.Simplex.Constraint.Generic.Types
31- Linear.Simplex.Constraint.Simple.Types
32- Linear.Simplex.Constraint.Simple.Util
33- Linear.Simplex.Constraint.Types
34- Linear.Simplex.Constraint.Util
35- Linear.Simplex.Expr.Types
36- Linear.Simplex.Expr.Util
30+ Linear.AugmentedForm.Types
31+ Linear.AugmentedForm.Util
32+ Linear.Constraint.Generic.Types
33+ Linear.Constraint.Linear.Types
34+ Linear.Constraint.Simple.Types
35+ Linear.Constraint.Simple.Util
36+ Linear.Constraint.Standard.Types
37+ Linear.Constraint.Types
38+ Linear.Constraint.Util
39+ Linear.Expr.Types
40+ Linear.Expr.Util
3741 Linear.Simplex.Prettify
3842 Linear.Simplex.Solver.TwoPhase
39- Linear.Simplex.StandardForm
43+ Linear.Simplex.Solver.Types
4044 Linear.Simplex.Standardize
41- Linear.Simplex.System.Simple.Types
42- Linear.Simplex.System.Simple.Util
43- Linear.Simplex.Term.Types
44- Linear.Simplex.Term.Util
4545 Linear.Simplex.Types
4646 Linear.Simplex.Util
47- Linear.Simplex.Var.Types
48- Linear.Simplex.Var.Util
47+ Linear.System.Linear.Types
48+ Linear.System.Simple.Types
49+ Linear.System.Simple.Util
50+ Linear.System.Standard.Types
51+ Linear.System.Types
52+ Linear.Term.Types
53+ Linear.Term.Util
54+ Linear.Var.Types
55+ Linear.Var.Util
4956 other-modules :
5057 Paths_simplex_method
5158 hs-source-dirs :
@@ -68,11 +75,12 @@ test-suite simplex-method-test
6875 type : exitcode-stdio-1.0
6976 main-is : Spec.hs
7077 other-modules :
71- Linear.Simplex.Constraint.Simple.TypesSpec
72- Linear.Simplex.Expr.TypesSpec
73- Linear.Simplex.StandardFormSpec
74- Linear.Simplex.System.Simple.TypesSpec
75- Linear.Simplex.Term.TypesSpec
78+ Linear.AugmentedForm.UtilSpec
79+ Linear.Constraint.Simple.TypesSpec
80+ Linear.Expr.TypesSpec
81+ Linear.System.Simple.TypesSpec
82+ Linear.Term.TypesSpec
83+ Linear.Var.UtilSpec
7684 TestUtil
7785 Paths_simplex_method
7886 hs-source-dirs :
0 commit comments