For given vectors x in 'fileName.feas', this code computes the optimum in the
fiber {z:Az=Ax,z\in\Z^n_+} with respect to the term ordering in 'fileName.cost'.
In algebraic terms, this function computes the normal form of the given monomials
with respect to the given Groebner basis.
Usage
./minimize [--options] fileName
Default behavior
- If 'fileName.cost' is not present, a default term ordering is used.
- If 'fileName.gro' is not present, it is computed.
Option
(not on SUN)
|
Short-hand
(also on SUN)
|
Effect
|
|
--quiet
|
-q
|
no output is written to the screen
|
|
Output file
|
Content
|
|
fileName.min
|
minima corresponding to the vectors in fileName.feas
|