Hi,

In mode console my program runs well ... without any problem.
In gist mode either, except  when I try to inspect red nodes in graph for
bab or restart search.

The correct solution in green node I can check without problem, but in
bab or restart search, an abnormal exit graphical gist. ... these red nodes
contains  sub-optimal  or
poor solutions ...

The error in console is given by:

execution ...................  -search bab -mode gist

(<unknown>:3284): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkMenuItem' has no property named `label'

(<unknown>:3284): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkCheckMenuItem' has no property named `label'
terminate called after throwing an instance of
'Gecode::Int::ValOfUnassignedVar'
  what():  BoolVar::val: Attempt to access value of unassigned variable
Abandon

or ... directly with all solutions ....

(<unknown>:3282): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkMenuItem' has no property named `label'

(<unknown>:3282): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkCheckMenuItem' has no property named `label'
exe_she_matrix: ../../src/xcb_lock.c:77: _XGetXCBBuffer:  l'assertion «
((int) ((xcb_req) - (dpy->request)) >= 0) » a échoué.
Abandon


execution  ................. -search restart     -mode gist

(<unknown>:3279): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkMenuItem' has no property named `label'

(<unknown>:3279): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GtkCheckMenuItem' has no property named `label'
terminate called after throwing an instance of
'Gecode::Int::ValOfUnassignedVar'
  what():  BoolVar::val: Attempt to access value of unassigned variable
Abandon



This problem with red nodes  in gist graphical are normal ... or what I need
add in my code to check these discarded solutions?



claudio



   (
   ))
  |""|-.
  |__|-'
_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to