How to add new problems #242
Lessvn
started this conversation in
Instance Generators
Replies: 1 comment
-
Hello @Lessvn, To define your problem, you can either use one of the file type supported by SCIP, or use the modelling methods of PySCIPOpt ( Then you can convert it to an Ecole Model using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to ML/CO and my question my seem basic. I am going to solve vehicle routing problem (VRP). How I build my model and set up the instance generator for? I am coding in Python, so should I code it in SCIP? What steps are needed? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions