GitXplorerGitXplorer
p

nlopt_example

public
2 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
d0365a966bc2f1c0e4567e04122df20d2363aba7

add inequality constraints

ppurewater0901 committed 4 years ago
Unverified
fec9d1a8aef2004b028cf534ea60f605d95ce270

modify equality constraints

ppurewater0901 committed 4 years ago
Unverified
7f78dfa569f7c311499a2731c0f91b04899e14ae

add vector constraints

ppurewater0901 committed 4 years ago
Unverified
80c53401033202d1ef09524c4ff0383f059e37c1

add equality constraints

ppurewater0901 committed 4 years ago
Unverified
72f79f25ec2d71171f735d3298de8ad26651ef0b

solve unconstrained problem

ppurewater0901 committed 4 years ago
Unverified
89506fbd668daaa65447b5300a29dae005b8b1d3

add nmpc

ppurewater0901 committed 4 years ago

README

The README file for this repository.

nlopt_example

Description

This repository provides exmaples of nlopt. You can find how to use nlopt to sovle the problem by using nonlinear programming.

Usage

git clone https://github.com/purewater0901/nlopt_example.git
cd nlopt_example
mkdir build
cmake ..
make
./example

Current Examples

  1. Example from Tutorial Page
  2. Sequential Quadratic Programming from Wikipedia