Displaying 3 results from an estimated 3 matches for "destinaton".
Did you mean:
destination
2012 Nov 28
1
Help setting optimization problem to include more constraints
...1 3 4 300
2 3 2 3 200
3 2 2 1 200
4 1 3 1 200
Total 350 250 300 900
Thus, shipping one unit from warehouse 1 to destination point 3 costs $4.
Let X_{ij} be the number of units to be shipped from warehouse i to
destinaton j (i = 1, 2, 3, 4; j= 1, 2, 3). If c_{ij} is the cost of
shipping one unit from warehouse i to destination j, the formulation in R
would be as follows:
require(lpSolve)
f <- matrix(c(1, 3, 4, 3, 2, 3, 2, 2, 1, 1, 3, 1), ncol = 3, byrow = TRUE)
row.rhs <- c(300, 200, 200, 200)
col.rhs <-...
2009 Jan 11
2
Browse Drive C
I have this problem.
I've installed wine on Kubuntu8.10 64bit and works well.
When i upgrade to KDE 4.2 and i try to use the command 'Browse drive C' of wine i get an error.
It seem to be wrong the destinaton folder.
the program try to open drive c in /home/documents/.wine that is not correct.
in which way can i modify the address for this command.
Sorry for my bad english.
2003 Dec 12
0
Synchronizing to multiple locations on a single destination serve r
...).
rsync is ivoked with an +ACI-update-only+ACI- option, so no libraries that do not
exist in the target
directory are copied.
So, the source is something like this:
lib1.jar, lib2.jar, lib3.jar, lib4.jar, lib5.jar
Destination 1:
lib1.jar, lib2.jar, lib3.jar
Destination 2:
lib1.jar, lib4.jar
Destinaton 3:
lib4.jar
So, lib1 must be updated in d1, d2, d3 (of course, only if required - +ACo-I
cannot assume, that all
three version are the same before the synchronization), lib2 and lib3 only
in d1 and lib4 in d2 and d3.
Since lib5 is not used anywhere on the destination, it is irrelevant for
this c...