Skip to main content

hcp_plus

Function hcp_plus 

Source
pub fn hcp_plus<T: From<u8>>(holding: Holding) -> T
Expand description

High card points plus useful shortness

For each suit, we count max(HCP, shortness, HCP + shortness − 1). This method avoids double counting of short honors. This evaluator is particularly useful for suit contracts.