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

Commit a3fb3f8

Browse files
committed
Bump script version to 2.0.0
1 parent 93e5793 commit a3fb3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplex_two_phase.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%%
2424
function [x z chk] = simplex_two_phase(A, b, c, v)
2525
if v
26-
fprintf("SimplexTwoPhase v1.1.0\n");
26+
fprintf("SimplexTwoPhase v2.0.0\n");
2727
end
2828

2929
z = [ ];

0 commit comments

Comments
 (0)