Home
last modified time | relevance | path

Searched refs:max_seq_move (Results 1 – 2 of 2) sorted by relevance

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dsimpsim.c288 const size_t max_seq_move = in DECLARE_MOVE_FUNCTION() local
297 (max_seq_move < num_true_seqs)) in DECLARE_MOVE_FUNCTION()
782 const size_t max_seq_move = in DECLARE_MOVE_FUNCTION() local
788 if (get_seq_h(col, &num_true_seqs) || (max_seq_move < num_true_seqs)) in DECLARE_MOVE_FUNCTION()
939 const size_t max_seq_move = in DECLARE_MOVE_FUNCTION() local
947 if (max_seq_move < num_true_seqs) in DECLARE_MOVE_FUNCTION()
H A Dfreecell.c774 const long max_seq_move = (long)calc_max_sequence_move( in DECLARE_MOVE_FUNCTION()
777 const long m = iter.seq_end + 1 - max_seq_move; in DECLARE_MOVE_FUNCTION()