Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 421dce4

Browse files
committed
Bump script version to 1.0.0
1 parent e5025fd commit 421dce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/simplex_main.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
p = size(c, 2);
3333
mPn = m + n; % mPn = m + n
3434

35-
fprintf('-------------------------------------------\n');
36-
fprintf('- Simplex Two-phase Algorithm -\n');
37-
fprintf('-------------------------------------------\n\n\n');
35+
fprintf('----------------------------------------\n');
36+
fprintf('- Simplex Two-phase Algorithm v1.0.0 -\n');
37+
fprintf('----------------------------------------\n\n\n');
3838

3939
% ------- Phase 1 ------- %
4040
if v

0 commit comments

Comments
 (0)