Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ setMoveDuringSearch
Method
setMoveDuringSearch
gecode/gist/qtgist.cpp:797–800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
return canvas->getMoveDuringSearch();
796
}
797
void
798
Gist::setMoveDuringSearch(bool b) {
799
canvas->setMoveDuringSearch(b);
800
}
801
void
802
Gist::setRecompDistances(int c_d, int a_d) {
803
canvas->setRecompDistances(c_d, a_d);
Callers
1
preferences
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected