OVERVIEW
========

Yaposib is a python binding to OSI, the Open Solver Interface from
COIN-OR. It intends to give access to various solvers through python.
Yaposib was created in order to be integrated in pulp-or
(http://code.google.com/p/pulp-or).

YAPOSIB PROJECT PAGE
====================

yaposib is hosted on https://code.google.com/p/yaposib

DEPENDENCIES
============

yaposib depends on
- boost python http://www.boost.org
- coin osi https://projects.coin-or.org/Osi

INSTALLATION
============
To build and install this package, please look at the INSTALL file.

TESTING
=======
from python:
    >>> from yaposib.test.test_yaposib import main as test
    >>> test()

you can also run the executable that comes installed in the package
    $ yaposib

USING
=====
Look a the examples in examples/
Look at the file QuickRefManual

ADDING TESTS
============
Tests can easily be added in src/yaposib.py
Just add a test function and get this test function called by the main
test.

REPORTING BUGS
==============
Please use the bugtracker on http://code.google.com/p/yaposib/issues/list
