Skip to content
Discussion options

You must be logged in to vote

Hi @superboom ,

  1. In the primal task, is it feasible for us to include any open source MIP/LP solver, such as CBC, CLP and Soplex with their bin files?

Yes, as long as you find a way to call those from within the Python agent.

  1. if not, whether we can call the LP solver API in SCIP so that we can extract LP solution during the evaluating process?

You can extract information from the internal model stored in the environment, from within the ObservationFunction of your agent. This includes the current LP solution value (m.getLPObjVal()). However, it is illegal to make any API call from PySCIPOpt that will change the state of the SCIP model, hence the state of the environment. You might …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by superboom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants