Installing OCPbasic and IPbasic via apt-get (Ubuntu 24.04 LTS):
If you do not like to build OCPbasic and IPbasic yourself you can get precompiled packages for Ubuntu 24.04.
These bash commands will install OCPbasic, IPbasic and lapack_wrapper using an apt-repository and the linear algebra packages libblas-dev and liblapack-dev.
First download and activate the ocpbasic gpg key and install it to your system.
$ wget https://archive.ocpbasic.com/dists/noble/ocpbasic.gpg
$ sudo install -o root -g root -m 644 ocpbasic.gpg /etc/apt/trusted.gpg.d/
$ rm ocpbasic.gpg
After that you can activate the ocpbasic apt-repository with the command:
$ sudo add-apt-repository 'deb [arch=amd64] http://archive.ocpbasic.com/dists/noble /'
If the apt-repository is installed correctly you can install OCPbasic with the command:
$ sudo apt-get install ocpbasic
The software packages libblas-dev, liblapack-dev, lapack_wrapper and IPbasic will then also be installed by apt.
Supported Ubuntu Versions:
Ubuntu version: | apt-repository: | Software version: |
Ubuntu 24.04 | 'deb [arch=amd64] http://archive.ocpbasic.com/dists/noble /' | 1.2.0 |
Ubuntu 22.04 | 'deb [arch=amd64] http://archive.ocpbasic.com/dists/jammy /' | 1.2.0 |
Ubuntu 20.04 | 'deb [arch=amd64] http://archive.ocpbasic.com/dists/focal /' | 1.1.4 |
Ubuntu 18.04 | 'deb [arch=amd64] http://archive.ocpbasic.com/dists/bionic /' | 1.1.4 |
Installing Symbolic-OCPbasic via apt-get (Ubuntu 24.04 LTS):
If you like to try OCPbasic yourself you can install the program Symbolic-OCPbasic, which can be used to create and run example Problems for OCPbasic.
If the apt-repository is installed correctly you can install Symbolic-OCPbasic with the command:
$ sudo apt-get install symbolic-ocpbasic
Downloads:
Download Usermanuals:
- Download the Usermanual for OCPbasic: OCPbasicUserMan.pdf
- Download the Usermanual for IPbasic: IPbasicUserMan.pdf
- Download the Usermanual for Symbolic-OCPbasic: SymbolicOCPbasicUserMan_1.0.2.pdf
Download Source Code:
- Download the source code of the current stable version of OCPbasic, IPbasic and lapack_wrapper: OCPbasicMaster_1.2.0.zip
- Download the source code of the current stable version of Symbolic-OCPbasic: SymbolicOCPbasic_1.0.2.zip
- Download the source code of older versions of OCPbasic, IPbasic and lapack_wrapper from our archive: archive