User Portlet
| Discussions |
|---|
| wstp.h ( from WSTP ) use MSVC specific __int64 type. I want to use pari and gap functions in Mathematica through WSTP. But parilib and libgap require the gcc compiler. Any suggestions? |
| Thanks anyway, unfortunately, it doesn't work, and I think his warning message may different from mine. (´;ω;`) |
| Thank you, It does work, but if it is guaranteed to be optimal, it has to enumerate n! cases. So it is slower than FindMinimumCostFlow. Thanks anyway. (*My Function*) ca[n_] := ca[n] = ConstantArray[0, {n, n}] PointsMatch[s1_,... |
| Thanks you! But I found this program seems just adopt to a bipartite graph without edge weight. What I want is for a complete bipartite graph with edge weight, and to find a perfect matching with a minimum total cost. |
| When I use the function Compile and set CompilationTarget->"C",Parallelization -> True, It does NOT run faster than I do not set CompilationTarget and Parallelization, and without error information. What may cause that? I do have CCompiler(Microsoft... |
| Thank you very much! |