Skip to content

cephdon/OMOptim

 
 

Repository files navigation

OMOptim

OMOptim is an optimization software for Modelica models.

Dependencies

  • OpenModelica, compiled with CORBA support
  • g++ (clang++ does not work)
  • CORBA implementation (omniORB, or possibly MICO)

Build instructions

Install the dependencies.

Unix

$ autoconf
# OPENMODELICAHOME is usually /usr, /opt, /opt/openmodelica, or /path/to/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME CXX=g++
$ make
$ make install

Windows MinGW

  • If you don't have OMDev then download it from the svn repository here.
  • Follow the instructions in INSTALL.txt.
  • Open msys terminal. Either $OMDEV/tools/msys/mingw32_shell.bat OR $OMDEV/tools/msys/mingw64_shell.bat.
$ cd /path/to/OpenModelica
$ make -f Makefile.omdev.mingw omoptim
  • Start OMOptim from /path/to/OpenModelica/build/bin/OMOptim.exe

Bug Reports

About

OMOptim is an optimization software for Modelica models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 1.2%
  • QMake 0.5%
  • Objective-C 0.4%
  • C 0.3%
  • Inno Setup 0.2%
  • Other 0.2%