Skip to content

Commit 30dcd76

Browse files
authored
Merge pull request #44 from wspringer/knope/release
Release 0.3.2
2 parents d72bb33 + e69b3a5 commit 30dcd76

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/add_quadratic_objective_support.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.2 (2025-06-17)
2+
3+
### Features
4+
5+
#### Add quadratic objective support for convex QP problems
6+
7+
Added support for quadratic programming (QP) problems, allowing optimization of quadratic objectives of the form `minimize c^T x + 0.5 x^T Q x`. The quadratic matrix Q can be specified in either dense or sparse format, and must be positive semidefinite for convexity. This enhancement enables solving portfolio optimization, least squares, and other convex QP problems. Note that mixed-integer quadratic programming (MIQP) is not supported - only continuous variables are allowed with quadratic objectives.
8+
19
## 0.3.1 (2025-06-08)
210

311
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highs-mcp",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)