| author | deba | 
| Fri, 11 May 2007 16:02:53 +0000 | |
| changeset 2443 | 14abfa02bf42 | 
| parent 1956 | a055123339d5 | 
| child 2553 | bfced05fa852 | 
| permissions | -rw-r--r-- | 
| alpar@906 | 1  | 
/* -*- C++ -*-  | 
| alpar@906 | 2  | 
*  | 
| alpar@1956 | 3  | 
* This file is a part of LEMON, a generic C++ optimization library  | 
| alpar@1956 | 4  | 
*  | 
| alpar@2391 | 5  | 
* Copyright (C) 2003-2007  | 
| alpar@1956 | 6  | 
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
| alpar@1359 | 7  | 
* (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
| alpar@906 | 8  | 
*  | 
| alpar@906 | 9  | 
* Permission to use, modify and distribute this software is granted  | 
| alpar@906 | 10  | 
* provided that this copyright notice appears in all copies. For  | 
| alpar@906 | 11  | 
* precise terms see the accompanying LICENSE file.  | 
| alpar@906 | 12  | 
*  | 
| alpar@906 | 13  | 
* This software is provided "AS IS" with no warranty of any kind,  | 
| alpar@906 | 14  | 
* express or implied, and with no claim as to its suitability for any  | 
| alpar@906 | 15  | 
* purpose.  | 
| alpar@906 | 16  | 
*  | 
| alpar@906 | 17  | 
*/  | 
| alpar@906 | 18  | 
|
| alpar@727 | 19  | 
#include "test_tools.h"  | 
| alpar@727 | 20  | 
|
| alpar@727 | 21  | 
int main()  | 
| alpar@727 | 22  | 
{
 | 
| alpar@1149 | 23  | 
check(false, "Don't panic. Failing is the right behaviour here.");  | 
| alpar@727 | 24  | 
return 0;  | 
| alpar@727 | 25  | 
}  |