• DKE's avatar
    Minor refactor on a variable name (#925) · 81d14936
    DKE a écrit
    * Added a line to child node
    
    `child_node` method of `Node` uses the `problem.result` which returns normally a state not a node according to its docstring in `Problem`. Naming the variable `next_node` can be confusing to users when it actually refers to a resulting state.
    
    * Update search.py
    
    * Update search.py
    81d14936