vpsolver icon indicating copy to clipboard operation
vpsolver copied to clipboard

Arc-flow Vector Packing Solver (VPSolver)

Results 8 vpsolver issues
Sort by recently updated
recently updated
newest added

Hello, I am getting this wierd error stating: ``` >>> vbpsol... VPSolver 3.1.3, Copyright (C) 2013-2016, Filipe Brandao free(): double free detected in tcache 2 /data/prathamesh_home/bin_packing_heuristics/venv/bin/vpsolver_scip.sh: line 186: 2406799 Aborted...

Hello, I have completed the following in Ubuntu: "sudo apt-get install make" "sudo apt-get install bash" "sudo apt-get install gcc" "sudo pip3 install pyvpsolver" However, running script suing SCIP optimizer...

Hey, great work on VPSolver! WebApp in Docker image is missing "Multi-stage Cutting Stock" and "Cost-based Cutting Stock" examples. Is there a specific reason for that? Thanks.

Thank you for your hard work! Your product solves the CSP problem perfectly, but I would like to know how you can add the ability to take into account the...

Hi @fdabrandao, Can the algorithm's implementation be modified in a way that it outputs 'k' (an argument of our choice) possible bins instead of the best bin?

Hello @fdabrandao , I have a doubt regarding time it takes to generate bin packing results. I am currently using gurobi solver. The experiment setup is as follows: I have...

I'm a windows user. I've been trying to download using ubuntu. I'm trying to implement into a python project I've been working on. I have up to date cmake, bash,...

Can I run separate mvp solver instances in different threads simultaneously? I tried using python's [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) module for this. Every time I keep the number of processes/threads as 1, it...