0
votes
0answers
20 views

Salesmen working time allocation

I was asked to solve the following problem: I'm given a big number of organizations org to call the next months m, having each of these a different working hours orgStartTime and orgEndTime and ...
2
votes
0answers
54 views

Software to Calculate Kernighan-Lin Algorithm on Graph

Is there any (free) software out there that can perform the Kernighan-Lin partitioning algorithm on a small graph?
0
votes
0answers
81 views

2D Correlation Optimized Warping algorithm (COW) - dynamic programming

I have read this paper about correlation optimized warping algorithm for time series (or here chromatograms) alignment. Level of detail is not sufficient regarding implementation of optimization ...
0
votes
1answer
171 views

What's wrong with my writing in Prem algorithm?

Solved by fixing program I discover lead coefficient should include other variables now it stop infinite loop but result not correct i am near the answer $yz^6+2y^2z^4+5y^3$ the difference is my ...
2
votes
1answer
200 views

Matrix column permutation under constraint

Apologize if you've read my question on Mathoverflow, I'm very curious about whether there's an answer to this. In coding theory, there are parity-check codes whose parity-check matrices H are ...
1
vote
1answer
138 views

Weighted Interval Scheduling

I am software programmer looking for Useful Algorithms And Mathematical Explanations & Theorems for Weighted Interval Scheduling Problem. Please Provide Me Some Useful Information on this. ...
3
votes
1answer
697 views

Factoring large integers without a cluster

What is the best program to factor large arbitrary-form integers on a single computer, or on a few disjointed computers? "Best" is obviously subjective, but what do you recommend? I'm working on a ...