[gecode-users] Return value of Branching::commit

2008-06-20 Thread Chris Mears
Hello, How should the return value of commit be constructed in a custom Branching class? In the QueenArmies example (copied below), a single constraint is posted whose ModEvent value is converted into an ExecStatus value by me_failed, and that ExecStatus is returned. virtual ExecStatus commit(Sp

[gecode-users] Building 64 bit visual

2008-06-20 Thread David Rijsman
Dear All, in my previous e-mail I have asked how to compile for 64 bit and it is actually not that hard, instead of opening Visual Studio 2005 Command Prompt we open Visual Studio 2005 x64 Win64 Command Prompt and the rest is the same as described in earlier e-mails in this group. I do have on

[gecode-users] Compiling using Visual C++ 2005 for 64 bit

2008-06-20 Thread David Rijsman
Dear All, I am trying to compile gecode 2.1.1 on windows for 64 bit machines using the Visual C++ Compiler 2005 professional edition. I have no trouble building the application for 32 bit (as this is the default). I checked the 'configure --help' and see no feature for 64 bit compiling. Does