#include <iostream>
#include <CGAL/basic.h>
#include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h>
#ifdef CGAL_USE_GMP
#else
#endif
<int**,                                                
 int*,                                                 
 int*>                                                 
Program;
int main() {
  int  Ax[] = {1, -1};                        
  int  Ay[] = {1,  2};                        
  int*  A[] = {Ax, Ay};                       
  int   b[] = {7, 4};                         
  int   c[] = {0, -32};
  
  
  Program lp (2, 2, A, b, r, c); 
  
  
  std:: cout << s;
  return 0;
}