[ library(branch_and_bound) | Reference Manual | Alphabetic Index ]

minimize(+Goal, ?Cost)

Find a minimal solution using the branch-and-bound method

Description

This is a shorthand for
	bb_min(+Goal, ?Cost, _DefaultOptions)
	
See bb_min/3 for details.

Modules

This predicate is sensitive to its module context (tool predicate, see @/2).

See Also

bb_min / 3