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

Fix dependency loop between Models and Minimizer #155

Open
phbasler opened this issue Jul 15, 2024 · 0 comments
Open

Fix dependency loop between Models and Minimizer #155

phbasler opened this issue Jul 15, 2024 · 0 comments

Comments

@phbasler
Copy link
Owner

Currently Models depends on Minimizer and Minimizer on Models.

Models only depends on Minimizer because of the function CheckImplementation , which is only used in the src/prog/Test.cpp.

This function mostly calls free functions and some member variables. We should try to move this function outside of the Models library, maybe to a new library which then can depend on Models and Minimizer.

@phbasler phbasler changed the title Fix dependency loop Fix dependency loop between Models and Minimizer Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant