Hello,
We've build PySCIPOpt to run in the browser (thanks @mkoeppe that contributed libscip), that is without server. A no install setup where Python and SCIP run inside a web page, on your machine, in WASM.
I've built a notebook with the examples from this repo (and added some interactions).
🚀 https://notebook.link/@AntoinePrv/example-milp
This type of resources could also be added to documentation for people to try it out.
There are some limitations with WASM / browser but I was pleasantly surprised to find out that this runs pretty smoothly!
The builds are part of emscripten-forge, a conda-based distribution for the browser, available here
https://github.com/emscripten-forge/recipes/tree/main/recipes/recipes_emscripten/pyscipopt
Hope it can help people use and teach with SCIP!
Hello,
We've build PySCIPOpt to run in the browser (thanks @mkoeppe that contributed libscip), that is without server. A no install setup where Python and SCIP run inside a web page, on your machine, in WASM.
I've built a notebook with the examples from this repo (and added some interactions).
🚀 https://notebook.link/@AntoinePrv/example-milp
This type of resources could also be added to documentation for people to try it out.
There are some limitations with WASM / browser but I was pleasantly surprised to find out that this runs pretty smoothly!
The builds are part of emscripten-forge, a conda-based distribution for the browser, available here
https://github.com/emscripten-forge/recipes/tree/main/recipes/recipes_emscripten/pyscipopt
Hope it can help people use and teach with SCIP!