Open mondokm opened 4 months ago
theta-analysis was modified in a recent PR to depend on concrete solver subprojects instead of the generic theta-solver subproject. (See https://github.com/ftsrg/theta/blob/master/subprojects/common/analysis/build.gradle.kts)
theta-analysis
theta-solver
I believe it would be preferable to adjust to the pattern followed by other algorithms in theta, where solvers or solver factories are provided by the frontend.
theta-analysis
was modified in a recent PR to depend on concrete solver subprojects instead of the generictheta-solver
subproject. (See https://github.com/ftsrg/theta/blob/master/subprojects/common/analysis/build.gradle.kts)I believe it would be preferable to adjust to the pattern followed by other algorithms in theta, where solvers or solver factories are provided by the frontend.