File: presolve.c

package info (click to toggle)
lp-solve 3.2-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 604 kB
  • ctags: 357
  • sloc: ansic: 4,835; yacc: 170; makefile: 146; sh: 59
file content (10 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#include "lpkit.h"


void presolve(lprec *lp)
{
  fprintf(stderr, "Entering presolve\n");


}