coin-or / Dip

DIP is a decomposition-based solver framework for mixed integer linear programs.
https://github.com/coin-or/Dip/wiki
Eclipse Public License 1.0
17 stars 7 forks source link

Problem running DIP 0.9 version Microsoft Visual Studio 2010 #93

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: Eduardo85

Original creation time: 2014-06-05 22:10:20

Keywords: Visual Studio

Hello,

I have been trying for hours and no luck. As it is written in the files I have tried to compile the examples but receive the same problem for all the examplesfollowing problem:

error C2664: 'DecompApp::DecompApp(const DecompApp &)' : cannot convert parameter 1 from 'UtilParameters' to 'const DecompApp &' 3> Reason: Cannot convert'UtilParameters' a 'const DecompApp' 3> There is no available defined operator by the user for this conversion, or the operator cannot be called.

What I did is just install the DIP on windows and the COIN-ALL. When I installed the DIP, I went to the examples but no luck.

I am using windows 7, visual studio 2010. I am running the v10 examples and also tried the v9.

svigerske commented 5 years ago

Comment by @tkralphs created at 2014-06-25 04:52:58

This is now fixed in Dip stable/0.9 and will appear in release 0.9.10 due out shortly.

svigerske commented 5 years ago

Comment by @tkralphs created at 2014-06-25 04:52:58

Resolution: fixed