[ library(branch_and_bound) | The ECLiPSe Libraries | 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.

See Also

bb_min / 3