Ulf Worsøe

Results 6 issues of Ulf Worsøe

I am trying to write an extension of `BuildProcess` (Basically a `SimpleBuild` plus a libpath argument). I am not entirely sure if this is a bug: - In `depencendies.jl` it...

The README lists DirectoryRule as public, but it not exported in BinDeps.jl

Add support for integer/binary vars for MOSEK solver direct mode.

Fixes issue #112 but introduces another failing test. I think it is unrelated to 112.

Found on: - Linux (Ubuntu 20.04.3) on aarch64 (Amazon Graviton2) - TBB version 2021.4.0 and master (883c2e5245c39624b3b5d6d56d5b203cf09eac38) - building with cmake+ninja (`CC=clang CXX=clang++ cmake -GNinja -DCMAKE_INSTALL_PREFIX=$HOME/local/2021.4.0 -DCMAKE_BUILD_TYPE=Release`). Running the TBB...

bug
tests

When using MOSEK from linopy a new `mosek.Env` is created for each new `mosek.Task`. It would be better to create `mosek.Task` with no environment, which translates to using the hidden...