source: git/Singular/khstd.h @ e2f1c7

spielwiese
Last change on this file since e2f1c7 was f6b5f0, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes: change Log: and Header: to Id: git-svn-id: file:///usr/local/Singular/svn/trunk@73 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 397 bytes
Line 
1#ifndef KHSTD_H
2#define KHSTD_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT:hilbert driven std
8*/
9
10#include "structs.h"
11
12void khCheck(ideal Q, intvec *w, intvec *hilb, int &eledeg, int &count,
13             kStrategy strat);
14                        /* ideal S=strat->Shdl, poly p=strat->P.p */
15
16#endif
Note: See TracBrowser for help on using the repository browser.