We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考: nekobean/mahjong-cpp#26
副露牌 (露地牌) を 4 枚使いの判定に含む場合に、以下の手牌の置換数を誤計算する
現在以下の関数で色ごとの部分置換数を補正しているが、これを修正する必要がある。
xiangting/src/standard/calculate.rs
Lines 83 to 92 in 89172de
The text was updated successfully, but these errors were encountered:
問題の重要性について補足
以上により、本ライブラリが念頭においている麻雀対局シミュレーターでの利用においては 本問題は支障をきたすことはない。
麻雀対局シミュレーターでの利用例
また効率化のため、一度向聴数を計算した後は向聴数の分手出しを行うまで向聴数を計算しない
Sorry, something went wrong.
No branches or pull requests
参考: nekobean/mahjong-cpp#26
副露牌 (露地牌) を 4 枚使いの判定に含む場合に、以下の手牌の置換数を誤計算する
現在以下の関数で色ごとの部分置換数を補正しているが、これを修正する必要がある。
xiangting/src/standard/calculate.rs
Lines 83 to 92 in 89172de
The text was updated successfully, but these errors were encountered: