Hi all,

The subject is easy enough to reproduce, FWIW I'm on Windows Vista.

c:\Users\Mark\Python>python -V
Python 2.7.1

c:\Users\Mark\Python>type a.py
from gecode import *
s = space()
cell = s.intvar(1, 9)
print s.assigned(cell)
s.val(cell)
c:\Users\Mark\Python>python a.py
False

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Have I misunderstood the way that val is called and/or used or is this a genuine problem?

--
Cheers.

Mark Lawrence.


_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to