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

Investigate case where optimum exists and yet not feasible configuration is found #42

Open
ppebay opened this issue Feb 8, 2025 · 1 comment · May be fixed by #43
Open

Investigate case where optimum exists and yet not feasible configuration is found #42

ppebay opened this issue Feb 8, 2025 · 1 comment · May be fixed by #43

Comments

@ppebay
Copy link
Contributor

ppebay commented Feb 8, 2025

This is exhibited with the "custom" example

@ppebay
Copy link
Contributor Author

ppebay commented Feb 8, 2025

Also as part of investigating this case, found the following problem:

Traceback (most recent call last):
  File "/Users/pppebay/Documents/Git/ccm-milp/src/ccm_milp_run.py", line 217, in <module>
    main()
  File "/Users/pppebay/Documents/Git/ccm-milp/src/ccm_milp_run.py", line 200, in main
    ccm_milp_generator.output_solution(permutation_file)
  File "/Users/pppebay/Documents/Git/ccm-milp/src/ccm_milp/generator.py", line 187, in output_solution
    if i != self.memory_block_home[n]:
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant