Go to the first, previous, next, last section, table of contents.


tk_hgpoly.optip

hgpoly.optip(A,B,W)
:: 整数計画問題をグレブナー基底を用いて解く.
return
リスト.
A
非負整数を成分とする行列 (maximal rank のもの)を表すリスト
B
非負整数を成分とするベクトルを表すリスト
W
非負整数を成分とするベクトルを表すリスト
[0] import("tk_hgpoly.rr");
[2191] tk_hgpoly.optip([[1,1,1,1],[0,1,2,3]],[20,40],[1,1,1,0]);
[6,1,0,13]
参照
@xref{feasible}

ChangeLog


Go to the first, previous, next, last section, table of contents.