-
The current implementation calls a different optimization routine depending on internal classification schemes
```julia
if model.has_nlp_constraints
@checked Lib.XPRSnlpoptimize(model.…
-
Solving `Max x * y` returns "Optimal" instead of declaring the QP to be non-convex. See the JuMP example:
```julia
julia> using JuMP, HiGHS
julia> model = Model(HiGHS.Optimizer)
A JuMP Model
Fe…
odow updated
2 months ago
-
You're right. I'll fix that notation immediately. Here's the corrected latex snippet:
```latex
\begin{definition}[Convex Function]
A function $f: \mathbb{R} \to \mathbb{R}$ is convex if for any $x, …
-
Hi, I might have missed something, so sorry in advance if it is the case, and thanks to forward to the best link you have !
here is my issue: I am dealing with automatic generation of building for en…
xavfa updated
2 years ago
-
Hi,
In the readme it is mentioned that non-convex nesting will be added to the library. Do you have any estimation of when this is ready, if you are working on it? If you are not planning to work o…
-
### 🔎 Search Terms
"module resolution cache", "5.6 cache"
### 🕗 Version & Regression Information
- This changed between versions 5.5.4 and 5.6.2
### ⏯ Playground Link
_No response_
…
-
## Description
The collisionPolygon is useful in many cases, however it's only registered as colliding when it's overlapping with another object. If the collisionPolygon is being used for a relativ…
-
I’d like to discuss something a bit heretical (repost from a Discord discussion with @SteveDiamond).
I recently had to solve a problem related to calculating accumulated rectangular areas and taki…
-
## Expected behavior and actual behavior.
I'm trying to get convex hull for a set of points created by projection to a plane. Many different cases occur throughout the code execution so I have no c…
-
From tests on https://github.com/SpatioTemporal/STARE-Cookbooks/blob/master/contrib/jupyter/9y-SidecarFile-Introduction.ipynb there's a case we need to handle. Note the fjords coming off the bay.
!…