-
First thank you for this implementation of SA! Its flexibility allowed me to get really good results in a few hours on the Quadratic Knapsack Problem by implementing two simple moves.
I was wonderi…
-
**Description**
This program:
```
import dimod
import dwave.inspector
import dwave.system
cqm = dimod.generators.random_knapsack(20)
print("cqm="+str(cqm))
sampler = dwave.system.Embedding…
-
Currently, only multiplication, addition, subtraction and division of ```BinaryQuadraticModel``` by a number are allowed. However, to build a more complex objective function, additional operations are…
-
this call is outdated
https://github.com/ScPo-CompEcon/CourseMatch.jl/blob/master/src/demand.jl#L117
update to new API. you need to do `] up` in teh coursematch project
-
This bug is similar to the one mentioned here: https://discourse.julialang.org/t/julia-with-knitro/81686.
A MWE is as follows:
```
using JuMP, KNITRO, PowerModels
minlp_solver = JuMP.optimiz…
-
We notice a memory leak, using the MIP solver in some .net applications (tested on .net7 and .net8).
A simple test program would be to run multiple MIPs with integer variables (e.g. knapsack) one a…
-
I construct two equivalent nonlinear models in Julia's JuMP using the legacy and non-legacy interfaces, providing the same initial solution, and save the models to .nl files, which are contained in th…
-
Version: main/v9.10
Language: C++
built from source for Ubuntu 22.04 ARM64 in NVIDIA Jetson Orin 36.2, failed:
/home/dev/projects/repos/or-tools-9.10/ortools/graph/iterators.h:106…
-
I want to solve the Quadratic Knapsack problem and the weights of all items are the same. How efficient it is to use this package to solve that problem? will it be equipped with the latest solver for …
-
**Submitting author:** @mtod92 (MARCO TODISCO)
**Repository:** https://github.com/mtod92/equpy
**Branch with paper.md** (empty if default branch):
**Version:** 1.0
**Editor:** Pending
**Reviewers:** …