GitHunt
FR

fracek/PoolingProblemDetection

F. Ceccon, G. Kouyialis, R. Misener, "Using functional programming to recognize named structure in an optimization problem: Application to pooling"

Pooling Problem

This repository contains the source code of the method described in
F. Ceccon, G. Kouyialis, R. Misener,
"Using functional programming to recognize named structure in an
optimization problem: Application to pooling"
.

Building

To build run

./build.sh

The resulting binary executable is in build/Pooling.Convert.exe

Usage

To run the method on a single input:

mono Pooling.Convert.exe input.osil output.dat

This will write a .dat file containing the data of the pooling problem.

License

See LICENSE.txt.

Languages

F#99.4%Shell0.4%Batchfile0.2%

Contributors

MIT License
Created April 29, 2017
Updated May 12, 2025
fracek/PoolingProblemDetection | GitHunt