| author | Peter Kovacs <kpeter@inf.elte.hu> | 
| Thu, 09 Oct 2008 10:09:44 +0200 | |
| changeset 313 | 64f8f7cc6168 | 
| parent 39 | 0a01d811071f | 
| child 440 | 88ed40ad0d4f | 
| permissions | -rw-r--r-- | 
| alpar@209 | 1  | 
/* -*- mode: C++; indent-tabs-mode: nil; -*-  | 
| alpar@4 | 2  | 
*  | 
| alpar@209 | 3  | 
* This file is a part of LEMON, a generic C++ optimization library.  | 
| alpar@4 | 4  | 
*  | 
| alpar@39 | 5  | 
* Copyright (C) 2003-2008  | 
| alpar@4 | 6  | 
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
| alpar@4 | 7  | 
* (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
| alpar@4 | 8  | 
*  | 
| alpar@4 | 9  | 
* Permission to use, modify and distribute this software is granted  | 
| alpar@4 | 10  | 
* provided that this copyright notice appears in all copies. For  | 
| alpar@4 | 11  | 
* precise terms see the accompanying LICENSE file.  | 
| alpar@4 | 12  | 
*  | 
| alpar@4 | 13  | 
* This software is provided "AS IS" with no warranty of any kind,  | 
| alpar@4 | 14  | 
* express or implied, and with no claim as to its suitability for any  | 
| alpar@4 | 15  | 
* purpose.  | 
| alpar@4 | 16  | 
*  | 
| alpar@4 | 17  | 
*/  | 
| alpar@4 | 18  | 
|
| alpar@4 | 19  | 
#include "test_tools.h"  | 
| alpar@4 | 20  | 
|
| alpar@209 | 21  | 
int main()  | 
| alpar@4 | 22  | 
{
 | 
| alpar@4 | 23  | 
check(false, "Don't panic. Failing is the right behaviour here.");  | 
| alpar@4 | 24  | 
return 0;  | 
| alpar@4 | 25  | 
}  |