Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2023 Changes in this version + type LIS_Backtrack struct + func (m *LIS_Backtrack) GetAttribute() *C.Attribute + func (m *LIS_Backtrack) LISMethod(str string) int + type LIS_Bisection struct + func (m *LIS_Bisection) GetAttribute() *C.Attribute + func (m *LIS_Bisection) LISMethod(str string) int + type LIS_Dynamic struct + func (m *LIS_Dynamic) GetAttribute() *C.Attribute + func (m *LIS_Dynamic) LISMethod(str string) int + func (m *LIS_Dynamic) LISStrMethod(str string) string + type LIS_LCS struct + func (m *LIS_LCS) GetAttribute() *C.Attribute + func (m *LIS_LCS) LISMethod(str string) int + type LIS_Poker struct + func (m *LIS_Poker) GetAttribute() *C.Attribute + func (m *LIS_Poker) LISMethod(str string) int + type LIS_TwoPoint struct + func (m *LIS_TwoPoint) GetAttribute() *C.Attribute + func (m *LIS_TwoPoint) LISMethod(str string) int + type LIS_Violence struct + func (m *LIS_Violence) GetAttribute() *C.Attribute + func (m *LIS_Violence) LISMethod(str string) int