Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/omoptim
OMOptim is an optimization software for Modelica models.
https://github.com/openmodelica/omoptim
Last synced: 5 days ago
JSON representation
OMOptim is an optimization software for Modelica models.
- Host: GitHub
- URL: https://github.com/openmodelica/omoptim
- Owner: OpenModelica
- License: other
- Created: 2015-04-27T11:13:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:50:49.000Z (7 months ago)
- Last Synced: 2024-12-07T16:11:26.912Z (17 days ago)
- Language: C++
- Size: 8.53 MB
- Stars: 16
- Watchers: 19
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# OMOptim
OMOptim is an optimization software for Modelica models.## Dependencies
- [OpenModelica](https://github.com/OpenModelica/OpenModelica), compiled with CORBA support
- g++ (clang++ does not work)
- CORBA implementation (omniORB, or possibly MICO)## Build instructions
Follow the instructions matching your OS:
- [OMCompiler/README.Linux.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Linux.md)
- [OMCompiler/README.Windows.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Windows.md)### Windows MSYS Makefiles
If you used MSYS Makefiles to compile OpenModelica you need one additional step:
Start a MSYS terminal `$OMDEV\tools\msys\mingw64.exe` (64 bit) or
`$OMDEV\tools\msys\mingw32.exe` (32 bit) and run:```bash
$ cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omoptim -j
```Start OMOptim from `/path/to/OpenModelica/build/bin/OMOptim.exe`
## Bug Reports
- Submit bugs through the [OpenModelica GitHub issues](https://github.com/OpenModelica/OpenModelica/issues/new).
- [Pull requests](../../pulls) are welcome ❤️