scipopt / JSCIPOpt

Java interface for the SCIP Optimization Suite
MIT License
62 stars 35 forks source link

adds Scip::createPartialSol. #43

Closed fuookami closed 9 months ago

kkofler commented 9 months ago

Could you please provide more information? Why did you want to add this method and why did you close the pull request?

fuookami commented 9 months ago

Could you please provide more information? Why did you want to add this method and why did you close the pull request?

sorry, i have not finished the change.

fuookami commented 9 months ago

Could you please provide more information? Why did you want to add this method and why did you close the pull request?

I'm developing a modeling DSL. There will be some variable generated by the DSL and users don't know. So, the initial solution user could provide doesn't contains all the variable in the final model. I have tried in C interface. If i use "SCIP::createSol", the initial solution has no effect. I need to use "SCIP::createPartialSol".