~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-updates

« back to all changes in this revision

Viewing changes to src/tools/solver/glpk/include/glpk.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* glpk.h */
2
2
 
3
3
/*----------------------------------------------------------------------
 
4
-- This code is part of GNU Linear Programming Kit (GLPK).
4
5
--
 
6
-- Copyright (C) 2000, 01, 02, 03, 04, 05, 06 Andrew Makhorin,
 
7
-- Department for Applied Informatics, Moscow Aviation Institute,
 
8
-- Moscow, Russia. All rights reserved. E-mail: <mao@mai2.rcnet.ru>.
5
9
--
6
10
-- GLPK is free software; you can redistribute it and/or modify it
7
11
-- under the terms of the GNU General Public License as published by
20
20
-- You should have received a copy of the GNU General Public License
21
21
-- along with GLPK; see the file COPYING. If not, write to the Free
22
22
-- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 
23
-- 02110-1301, USA.
23
24
----------------------------------------------------------------------*/
24
25
 
25
26
#ifndef _GLPK_H