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

Solve problems from referenced assemblies #180

Closed
codemonkey85 opened this issue Nov 27, 2023 · 5 comments
Closed

Solve problems from referenced assemblies #180

codemonkey85 opened this issue Nov 27, 2023 · 5 comments
Labels
Feature New features

Comments

@codemonkey85
Copy link
Contributor

I was wondering if it might be possible to have either additional assemblies, or at least one alternative assembly for Solver to solve problems from. I have a project structure for showing solutions in both a console app and a web app, and I'd like to be able to reference a library containing the problems / solutions.

@codemonkey85
Copy link
Contributor Author

I created #181 to try and solve this myself.

@eduherminio eduherminio added the Feature New features label Nov 27, 2023
@eduherminio
Copy link
Owner

Hey @codemonkey85, first of all thanks for considering using AoCHelper and raising this issue and the associated PR.

Just to make sure thatwe're in the same page, before discussing the potential solution: if I understand your use case correctly, you don't really have the need to load the problems from multiple assemblies for the same Solver, bur rather to load them from a different assembly other than the entry one, right?

@eduherminio
Copy link
Owner

I'm also thinking right now how the potential solution that is chosen for this issue can influence/facilitate #92 in the future.

@codemonkey85
Copy link
Contributor Author

codemonkey85 commented Nov 27, 2023

if I understand your use case correctly, you don't really have the need to load the problems from multiple assemblies for the same Solver, bur rather to load them from a different assembly other than the entry one, right?

Yeah, that's the main goal. This way my library assembly can have the problems, and I can create different UIs or whatever around them.

@eduherminio
Copy link
Owner

eduherminio commented Nov 29, 2023

Closed by #181.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New features
Projects
None yet
Development

No branches or pull requests

2 participants