Parmeggiani-Lab / elfin-solver

Standard Genetic Algorithm solver for elfin
MIT License
0 stars 0 forks source link

Make PathTeam's add_free_terms() take exclusion list instead of only a single term #36

Closed joy13975 closed 5 years ago

joy13975 commented 5 years ago
    void add_free_terms(NodeKey const node_key,
                        size_t const n_ft_to_add,
                        FreeTerm const* const exclude_ft) 
joy13975 commented 5 years ago

Seems to be no demand for it according to usage.