summaryrefslogtreecommitdiff
path: root/glpk-5.0/src/misc/relax4.c
blob: 807cf9c783d37f84aa1e3784f0f0adc1a6ada92c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* relax4.c */

#include "env.h"
#include "relax4.h"

int relax4(struct relax4_csa *csa)
{     static const char func[] = "relax4";
      xassert(csa == csa);
      xerror("%s: sorry, this routine is temporarily disabled due to li"
         "censing problems\n", func);
      abort();
      return -1;
}

void relax4_inidat(struct relax4_csa *csa)
{     static const char func[] = "relax4_inidat";
      xassert(csa == csa);
      xerror("%s: sorry, this routine is temporarily disabled due to li"
         "censing problems\n", func);
      abort();
}

/* eof */