alpar@0: /* -*- mode: C++; indent-tabs-mode: nil; -*- alpar@0: * alpar@0: * This file is a part of LEMON, a generic C++ optimization library. alpar@0: * alpar@0: * Copyright (C) 2003-2009 alpar@0: * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport alpar@0: * (Egervary Research Group on Combinatorial Optimization, EGRES). alpar@0: * alpar@0: * Permission to use, modify and distribute this software is granted alpar@0: * provided that this copyright notice appears in all copies. For alpar@0: * precise terms see the accompanying LICENSE file. alpar@0: * alpar@0: * This software is provided "AS IS" with no warranty of any kind, alpar@0: * express or implied, and with no claim as to its suitability for any alpar@0: * purpose. alpar@0: * alpar@0: */ alpar@0: alpar@0: #include alpar@0: alpar@0: ///The main entry point alpar@0: int main() alpar@0: { alpar@0: lemon::ListGraph g; alpar@0: g.addNode(); alpar@0: }