COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/athos/lp/lp_base.cc @ 1253:609fe893df8c

Last change on this file since 1253:609fe893df8c was 1253:609fe893df8c, checked in by Alpar Juttner, 19 years ago
  • simple makefile added
  • _FixId class added (more clarification needed)
  • LinExpr? class added
  • some higher level interfaces added to LpSolverBase?
  • minor corrections
File size: 716 bytes
RevLine 
[1247]1/* -*- C++ -*-
[1253]2 * src/lib/lp_base.cc - Part of LEMON, a generic C++ optimization library
[1247]3 *
4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
5 * (Egervary Combinatorial Optimization Research Group, EGRES).
6 *
7 * Permission to use, modify and distribute this software is granted
8 * provided that this copyright notice appears in all copies. For
9 * precise terms see the accompanying LICENSE file.
10 *
11 * This software is provided "AS IS" with no warranty of any kind,
12 * express or implied, and with no claim as to its suitability for any
13 * purpose.
14 *
15 */
16
[1246]17///\file
18///\brief The implementation of the LP solver interface.
19
20#include "lp_base.h"
21namespace lemon {
22
[1253]23
24
[1246]25} //namespace lemon
Note: See TracBrowser for help on using the repository browser.