- if xc != 0 : assign tid to node xc
- else, assign tid to node from which df_constrain() was called (current
node).
- Reverted original constrain code in tsuf/ to its original behavior (xc==0 means
"anywhere")
- Left the int get_nodeid() function in dflib.cpp, outside of the anonymous
namespace.