1 /*
2  * Name:    chooseblock.h
3  * Author:  Pietro Belotti
4  *
5  * This code is published under the Eclipse Public License (EPL).
6  * See http://www.eclipse.org/legal/epl-v10.html
7  *
8  */
9 
10 #ifndef CHOOSEBLOCK_H
11 #define CHOOSEBLOCK_H
12 
13 void choose_block (sparseLP *, int *, char *, int, int, double *, double);
14 
15 #endif
16