All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.skjolberg.packing.impl.PackResult Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package com.github.skjolberg.packing.impl;

public interface PackResult {
	/**
	 * Compare two results
	 *
	 * @param result to compare against
	 * @return true if this box is better than the argument
	 */
	boolean packsMoreBoxesThan(PackResult result);
	boolean isEmpty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy