Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.10.1 #13

Merged
merged 7 commits into from May 13, 2015
Merged

Release 0.3.10.1 #13

merged 7 commits into from May 13, 2015

Conversation

mantkiew
Copy link
Member

HotFix release + update Choco3.3 to 3.3.2-SNAPSHOT.

ClaferSearch::limitTime will timeout the search after the given time limit.

For example:

	solver.limitTime(1000);
	try {
		solver.find();
	} catch (ReachedLimitBestKnownException rle) {
		// This is an optimization problem and 1000ms has passed.
		// Although the solver did not complete, it returned the best known
		// (but possibly non-optimal) instance after 1000ms. This instance is
		// stored in the rle exception.
	} catch (ReachedLimitException rle) {
		// 1000ms has passed.
	}
mulLow (resp. mulHigh) will equal intLow (resp. intHigh) unless mulLow (resp. mulHigh) is set explicitly.
@mantkiew mantkiew self-assigned this May 13, 2015
mantkiew added a commit that referenced this pull request May 13, 2015
@mantkiew mantkiew merged commit 229ab5d into master May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants