We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416934f commit 4a91f13Copy full SHA for 4a91f13
Changelog.md
@@ -1,3 +1,10 @@
1
+## SeDuMi 1.3.7 (2023-03-18)
2
+
3
+> https://github.com/sqlp/sedumi/compare/v1.3.6...v1.3.7
4
5
+- Bugs fixed:
6
+ - [#79: sedumi.m: use Matlab line continuation](https://github.com/sqlp/sedumi/issues/79)
7
8
## SeDuMi 1.3.6 (2023-03-17)
9
10
> https://github.com/sqlp/sedumi/compare/v1.3.5...v1.3.6
sedumi_version.m
@@ -1,3 +1,3 @@
function v = sedumi_version ()
- v = '1.3.6';
+ v = '1.3.7';
end
0 commit comments