From Optflux
Jump to: navigation, search
(New page: Welcome to the developers tutorials! In here you will find everything that you need to start developing plug-ins for OptFlux. == First things first == == Getting the code == === Fro...)
 
Line 41: Line 41:
  
  
== HOW To's ==
+
== How To's ==
  
  

Revision as of 19:30, 28 November 2010

Welcome to the developers tutorials!

In here you will find everything that you need to start developing plug-ins for OptFlux.


First things first

Getting the code

From version packages

Latest version from Sourceforge SVN

Configuring for your architecture (Win32, Unix, MacOSX - ia64)

OptFlux Architecture

AIBench specifics

Operations in OptFlux

The Datatypes of OptFlux

Views in OptFlux

Your first basic plug-in

Deployment and versioning

How To's

Accessing data from the clipboard

Performing a simulation and retrieving results

Creating a tabular view for your data

Performing an Optimization Procedure

Invoking other operations from your own

Adding results from your operation to the Clipboard

Developing your own GUI for an Operation