diff --git a/README.md b/README.md index 25386bd3..651c1f80 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ $$\min f(\vec{x}) = \alpha \left[{ \sum_{i < j} q_{i, j}\,x_{i}\,x_{j} +\sum_{i} where $\alpha$ is a scaling factor, $\beta$ a constant offset, $l_{i}\,x_{i}$ are the linear terms and $q_{i, j}\,x_{i}\,x_{j}$ the quadratic ones. -Problems +We defined our problems to follow a minimization sense by default. +While the scaling factor $\alpha$ is strictly positive in **BQPJSON**, $\alpha < 0$ can be used to indicate _maximixation_ problems using **QUBOTools**. ### [JuMP](https://jump.dev) Integration