{"id":13700605,"url":"https://github.com/suzuki-shm/PyomoContainer","last_synced_at":"2025-05-04T19:33:17.258Z","repository":{"id":78854103,"uuid":"178124187","full_name":"suzuki-shm/PyomoContainer","owner":"suzuki-shm","description":"Docker container for optimization with pyomo and some of MINLP solvers.","archived":false,"fork":false,"pushed_at":"2019-03-29T07:07:01.000Z","size":3,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T07:03:21.242Z","etag":null,"topics":["docker","jupyterlab","pyomo","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suzuki-shm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-03-28T04:07:37.000Z","updated_at":"2024-09-17T08:49:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a65b9b4c-09b8-43bf-8ef9-c1e393dab95c","html_url":"https://github.com/suzuki-shm/PyomoContainer","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"a80bef7795b8aa99e9b45f2dfc1364e7de39caa4"},"previous_names":["suzukishm/pyomocontainer","taskehamano/pyomocontainer","suzuki-shm/pyomocontainer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suzuki-shm%2FPyomoContainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suzuki-shm%2FPyomoContainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suzuki-shm%2FPyomoContainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suzuki-shm%2FPyomoContainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suzuki-shm","download_url":"https://codeload.github.com/suzuki-shm/PyomoContainer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224406065,"owners_count":17305718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","jupyterlab","pyomo","python"],"created_at":"2024-08-02T20:00:59.317Z","updated_at":"2024-11-13T06:31:25.515Z","avatar_url":"https://github.com/suzuki-shm.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Docker contaienr for optimization with pyomo\n\nThis is repository of docker container for optimization with pyomo and some of MINLP solvers.\n\n## Solvers\n\n* Bonmin\n* CBC\n* Couenne\n* GLPK\n* IpOpt\n* SCIP\n\n## How to use\n\n### Requirement\n\n* Source code of SCIP\n* Docker\n\n### Check license status\n\nAlthough this repository is distributed under BSD-3-Clause lisence, some of solvers have restriction to use.\n\n* The solvers distributed on Coin-OR were under [Eclipse Public Lisence](https://opensource.org/licenses/eclipse-1.0). You can use them by free.\n* As SCIP is distributed under [ZIP Academic lisence](https://scip.zib.de/academic.txt), you cannot use it by free if it is commercial usage. Then, please consult to [official support](https://scip.zib.de/index.php#license).\n\n### Prepare third party software\n\nThis container requires source code of SCIP solver. Please [download it](https://scip.zib.de) and place into the repository.\nWhen you want to put out SCIP, please comment out the related procedure in Dockerfile.\n\n### Setting library version\n\nThe default version of solvers are\n\n* BOMIN: 1.8.7\n* COUENE: 0.5.7\n* IPOPT: 3.12.12\n* SCIP: 6.0.1\n* CBC and GLPK: Latest version by apt-get\n\nWhen you use different version, you have to tell them to docker. Mainly, there are three solutions.\n\n1. Modify `docker-compose.yml`\n2. Pass environment variable when you run\n3. Place `.env` file i nthe directory.\n\nSee [official document of docker](https://docs.docker.com/compose/environment-variables/).\n\n### Running container\n\n```\ndocker-compose up -d\n```\n\nAnd you can access jupyter lab in [your browser](http://localhost:8888)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuzuki-shm%2FPyomoContainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuzuki-shm%2FPyomoContainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuzuki-shm%2FPyomoContainer/lists"}