LukasBarner
LukasBarner
Hi all, great package, it really makes life a lot easier! I noticed some strange behavior when the lower level problem is a maximization. See attached a MWE illustrating this,...
As discussed on discourse, an iterative solution strategy for ProductMode() would be nice. I have given this a first (and probably naive) shot. Changes include: - added dependency Printf to...
Sorry for the mess on https://github.com/joaquimg/BilevelJuMP.jl/pull/189, I'm really not experienced in this at all :D This is a clean version including all old tests now for both consider_constrained_variables true and...
Currently, model.ctr_lower does not include variable bound references: ```julia using JuMP, BilevelJuMP, Ipopt model = BilevelModel(Ipopt.Optimizer, mode = BilevelJuMP.ProductMode()) @variable(Upper(model), x) @variable(Lower(model), y>=0) @objective(Upper(model), Min, -x + 4y) @constraint(Upper(model), y...
If SparseAxisArray expressions are supported, it might be plausible to add support for SparseAxisArray variables as well. Do you think this would be a reasonable approach?
Downloading the datasets does not work anymore. The chalmersuniversity.box.com links have been removed (see e.g. https://chalmersuniversity.box.com/shared/static/wfr6dm9bcmj0mcqtdn0uimhg0otd4ht1.tif for GWA100). Is there a relocation ongoing, or will this be permanent?
### Brief description of your issue Running `winget install julia -s msstore` seems to install a random other software "Julian Date Selector [9NSGP4VDNW0R] Version Unknown". There seems to have been...
running `winget install julia -s msstore` seems to install a random other software "Julian Date Selector [9NSGP4VDNW0R] Version Unknown". There seems to have been a similar issue in the past...