Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor refactor on a variable name #925

Merged
merged 4 commits into from
May 23, 2018
Merged

Minor refactor on a variable name #925

merged 4 commits into from
May 23, 2018

Commits on May 19, 2018

  1. 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.
    D-K-E authored May 19, 2018
    Configuration menu
    Copy the full SHA
    ad87b60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from D-K-E/NextNode-NextState

    Added a line to child node
    D-K-E authored May 19, 2018
    Configuration menu
    Copy the full SHA
    fd080e3 View commit details
    Browse the repository at this point in the history
  3. Update search.py

    D-K-E authored May 19, 2018
    Configuration menu
    Copy the full SHA
    6a1130d View commit details
    Browse the repository at this point in the history
  4. Update search.py

    D-K-E authored May 19, 2018
    Configuration menu
    Copy the full SHA
    83a8673 View commit details
    Browse the repository at this point in the history