My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Introduction  

Phase-Requirements
Updated Jul 10, 2008 by xu.mathena

Pyipopt is a connector such that you can use Ipopt easily via Python

Introduction

To use pyipopt, it's very easy, just import pyipopt. It provides one function

  • create : it creates the problem.

Once you create the instance, you can solve it via

nlp.solve(starting_point)

where nlp is the instance you created.

The example.py file contains all the detail.

Powered by Google Project Hosting