File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name = " SimplexTableaux"
22uuid = " b49aa546-d643-4829-bb91-bc1e5e539d80"
33authors = [" Ed Scheinerman <ers@jhu.edu>" ]
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55
66[deps ]
77ChooseOptimizer = " 858a232f-1959-5553-8cfc-91e1fd5304e2"
@@ -22,6 +22,6 @@ JuMP = "1"
2222LatexPrint = " 1"
2323LinearAlgebra = " 1"
2424LinearAlgebraX = " 0.2"
25- PrettyTables = " 2"
25+ PrettyTables = " 2, 3 "
2626Test = " 1"
2727julia = " 1"
Original file line number Diff line number Diff line change 7070function show(io:: IO , T:: Tableau )
7171 MM = _pretty_string.(T. M[2 : end , :])
7272 MM = hcat(_left_column(T), MM)
73- pretty_table(MM; header= _header(T), header_crayon= _header_colors(T))
73+ style = TextTableStyle(first_line_column_label = _header_colors(T));
74+ pretty_table(MM; column_labels= [_header1(T), _header2(T)], style= style)
7475end
You can’t perform that action at this time.
0 commit comments