1. Introduction

Date:15 May 2013
Authors:Jürgen Hackl
Contact:hackl.j@gmx.at
Web site:http://github.com/hackl/py2GeNIe
Copyright:This document has been placed in the public domain.
License:py2GeNIe is released under the GNU General Public Licence.
Version:1.0

1.1. Purpose

py2GeNIe converts python files to .xdsl files, which can be used as GeNIe input files.

1.2. Getting Started

1.2.1. Installation

Clone this (or a forked version of this) repository.

git clone https://github.com/hackl/py2GeNIe.git

Import py2GeNIe in the python file.

from py2GeNIe improt *

1.2.2. Tutorial

A Tutorial is available in the py2GeNIe documentation.

1.3. List of References

[GeNIe] Decision Systems Laboratory of the University of Pittsburgh, 2013. URL http://genie.sis.pitt.edu/

Table Of Contents

Previous topic

py2GeNIe documentation

Next topic

2. Tutorial

This Page