author | Alpar Juttner <alpar@cs.elte.hu> |
Tue, 20 Dec 2011 17:36:41 +0100 | |
changeset 1103 | 98ddf8d5fda9 |
parent 209 | 765619b7cbb2 |
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@463 | 5 |
* Copyright (C) 2003-2009 |
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 |
} |