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

Move problem to submodules #2

Open
Qwebeck opened this issue Jul 2, 2022 · 0 comments
Open

Move problem to submodules #2

Qwebeck opened this issue Jul 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Qwebeck
Copy link
Member

Qwebeck commented Jul 2, 2022

Currently state search and rl are sharing problem implementations.
It has a drawback that problems would not be synchronized between repositories.
Fortunately, git allows to solve this problem by creating a submodule.
It will work in a way, that every repo using that submodule, will contain a reference to the repo with that submodule, so end user will be able to pull changes from it.
The concept is fairly simple, but useful, so i suggest to utilize it here.

@Qwebeck Qwebeck added the enhancement New feature or request label Jul 2, 2022
@Qwebeck Qwebeck added this to AI-course Jul 2, 2022
@Qwebeck Qwebeck moved this to Todo in AI-course Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant