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

Make lp directory self-contained to run outer_loop exe on this directory #857

Open
tbittar opened this issue Jun 27, 2024 · 2 comments
Open
Assignees

Comments

@tbittar
Copy link
Contributor

tbittar commented Jun 27, 2024

Currently, we can launch Benders from an lp directory using benders options.json

We expect to have the same behavior with outer_loop, however, it uses an additional input file in the study, which is not in the lp directory (outer_loop.yml)

The lp directory should contain all necessary information to launch the outer loop with outer_loop options.json.

A solution could be to copy outer_loop.yml in the lp directory, but there might be a more clever way ?

@a-zakir
Copy link
Contributor

a-zakir commented Jul 8, 2024

the yml file can be placed inside the lp dir

@a-zakir
Copy link
Contributor

a-zakir commented Jul 8, 2024

make sure to do in options.json :
"OUTER_LOOP_OPTION_FILE": "outer_loop.yml"

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

No branches or pull requests

2 participants