edge_try: Try fitting as many candidate tiles onto the given attempt as...

Description Usage Arguments Value

View source: R/edge_try.R

Description

Try fitting as many candidate tiles onto the given attempt as possible

Usage

1
edge_try(attempt, candidates)

Arguments

attempt

List of tiles which have been placed

candidates

List of tiles which haven't been placed yet

Value

List of two lists names attempt and discard. attempt is a list of tiles that is at least as long as the input parameter attempt. discard is the list of tiles which could not be fitted onto attempt.


jsphdms/edger documentation built on May 28, 2019, 5:40 a.m.