repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code
[maxima.git]
/
share
/
contrib
/
Zeilberger
/
constants.mac
blob
1d40a845e115883309321bc36e753f62256b1fd3
1
/* --------------------------------------------------------------------- */
2
/* Verbosity levels definitions */
3
nonverbose: 0;
4
summary : 1;
5
verbose : 2;
6
very_verbose : 3;
7
extra : 4;
8
9
10
/* Hypergeometric flag */
11
NO_HYP : 0;
12
HYP : 1;
13
14
/* Detail levels for the authomatic provers */
15
PROOF_SILENT : 0;
16
PROOF_LOW : 1;
17
PROOF_MEDIUM : 2;
18
PROOF_HIGH : 3;
19