Skip to content

Instances of MCState with the same value are duplicately registered in a set. #22

Open
@ruddyscent

Description

@ruddyscent

While solving the problem in missionaries.py using generic_search.py from Chapter 2, I found out that there are duplicate instances of MCState in Node::explored.
스크린샷 2023-10-31 오후 2 08 29

This is probably a problem where instances with the same value are not recognized as the same instance and are, therefore, duplicated in the set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions