Add option to show all pareto-optimal solutions #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Like #26, but this time functioning 😆 When running the
MiniBrassRunner
with the parameter--pareto
, it will not only output a single solution but all pareto-optimal solutions. The user of course should ensure that the variables are constrained enough in order for this to be feasible with reasonable resources.While working on that feature, I refactored the
MiniBrassRunner
and split it into some smaller ones:WorkingModelManager
cares about creating/updating/removing the working MiniZinc file(s)MiniBrassRunnerMain
cares about parsing the command line parameters and then executes theMiniBrassRunner
SingleUseMiniBrassRunner
encapsulates stuff needed for a single execution but not afterwards (like the working model, …). It is immutable from outside, in contrast to theMiniBrassRunner
using this class.The example from #27 again highlights the usage and will output four solutions: