Plugins documentation¶
A collection of plugins with CMake suppport for the AMPL modelling language.
There are two main types of plugins:
Table Handlers to read/write data from/to an external medium, such as a database, file, or spreadsheet
Shared Libraries for user-defined functions
This repository includes:
amplp - a single header framework to develop plugins
amplcsv - a table handler for csv files
eodbc - an experimental ODBC driver
funclink - shared libraries for user-defined functions
amplxl - a table handler for xlsx files
the original table handlers with cmake support
an experimental SQLite driver