jump-dev / Pajarito.jl

A solver for mixed-integer convex optimization
Mozilla Public License 2.0
129 stars 22 forks source link

Use dot and tr from LinearAlgebra instead of JuMP. #442

Closed metab0t closed 1 year ago

metab0t commented 1 year ago

It fixes test errors in the latest JuMP (1.7.0).

chriscoey commented 1 year ago

Thanks @metab0t! Feel free to merge if CI passes (if it lets you, else ping me)

metab0t commented 1 year ago

@chriscoey The CBF test failure seems to be a solver issue, so we can merge it (and release a new version)?

chriscoey commented 1 year ago

I'll merge this now and fix the unrelated test failure, then we can tag a new version

chriscoey commented 1 year ago

@metab0t a new version is tagged now

metab0t commented 1 year ago

Thanks!