AdaCompNUS/despot

incorrect search depth in despot

xiaozhe90 opened this issue · 0 comments

|| vnode->depth() == Globals::config.search_depth - 1) {

It seems this line can make the actual search depth one step less than Globals::config.search_depth.