simplex.h
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:1k
开发平台:

MultiPlatform

  1. /*******************************************************************************
  2. +
  3. +  LEDA-R  3.2.3
  4. +
  5. +  simplex.h
  6. +
  7. +  Copyright (c) 1995  by  Max-Planck-Institut fuer Informatik
  8. +  Im Stadtwald, 66123 Saarbruecken, Germany     
  9. +  All rights reserved.
  10. *******************************************************************************/
  11. #ifndef LEDA_SIMPLEX_H
  12. #define LEDA_SIMPLEX_H
  13. #include <LEDA/matrix.h>
  14. #include <LEDA/list.h>
  15. list<matrix> SIMPLEX(matrix A, int i, int j, int k, vector b, vector c);
  16. #endif