You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
phbasler
changed the title
Fix dependency loop
Fix dependency loop between Models and MinimizerJul 15, 2024
Currently
Models
depends onMinimizer
andMinimizer
onModels
.Models
only depends onMinimizer
because of the functionCheckImplementation
, which is only used in thesrc/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 onModels
andMinimizer
.The text was updated successfully, but these errors were encountered: