Displaying 20 results from an estimated 200 matches similar to: "HTML help solveLP(linprog) (PR#11250)"
2008 Jun 17
1
error with solveLP(linprog) (PR#11721)
Full_Name: wfeng
Version: 2.7
OS: windows xp
Submission from: (NULL) (208.62.252.2)
for solveLP(linprog), the program is specified as
Minimizes c'x, subject to A x >= b and x >= 0.
However, what I found is the actual constraints that works with the function
are
A x <= b and x >= 0.
2012 May 08
1
Translation of Linear minimization probelm from matlab to r
Hi everyone, i?m a new user of R and i?m trying to translate an linear
optimization problem from Matlab into r.
The matlab code is as follow:
options = optimset('Diagnostics','on');
[x fval exitflag] = linprog(f,A,b,Aeq,beq,lb,ub,[],options);
exitflag
fval
x=round(x);
Where:
f = Linear objective function vector (vector of 45,rows)
A = Matrix for linear inequality
2004 Jun 15
1
any linear programming routine in R
Dear all
is there any linear programming routine available for R?
if not, can you suggest any alternatives? not need to be very powerful, I
get only a samll problem to resolve.
many thanks
yong
2009 Oct 23
1
help using R's linprog for LP
Hi,
I am using R in one of my courses. I am trying to use R's linprog
package to solve to formulate 2-class classification problem as Linear
programming problem.
For my formulation, I need to set to "cvec" to all 0s.
I know the points are linearly separable so an optimal solution "x"
does exist, which satisfies all the constraints.
But given the constraints and setting
2004 Sep 16
3
newbie needs help using R as solver
Greetings
I'm a total newbie in R and I'm trying to make a comparisson of Excel
and R in the fields of:
- optimisation modeling (using solver)
- decision trees
- simulation modeling
as described in Winston, Wayne L.: Practical Management Science.
for optimisation modeling in Excel I would normaly use solver. In R
however I can't seem to be able to find the solution. I've
2008 May 28
2
Linear Programming.
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080528/96325940/attachment.pl>
2007 Mar 05
2
Linear programming with sparse matrix input format?
Hi.
I am aware of three different R packages for linear programming: glpk,
linprog, lpSolve. From what I can tell, if there are N variables and M
constraints, all these solvers require the full NxM constraint matrix. Some
linear solvers I know of (not in R) have a sparse matrix input format. Are
there any linear solvers in R that have a sparse matrix input format?
(including the
1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username
mapping.
Configuration:
WindowsNT 4.0 Workstation + SP1
WindowsNT domain - NTEP01 is PDC
Digital UNIX 3.2C
Username on NT:
Babor
Username on UNIX:
baborl
In SMB.CONF I have following lines:
[global]
security = server
password server = NTEP01
username map = /usr/local/samba/lib/username.map
username.map:
baborl = babor
2005 Apr 06
4
Games and QOS on share connection line
Hello. I''m newbie with QoS. I read some articles and I have a question on You. If you have time to spare, it would be great
if you reply. Here is my problem. I''m on wireless network(no earnig comunity). We got 2/2Mbit(soon 4/4) for 100 people(sharing link). Not long ago people start
screaming that their games don''t work good(lagging). So I add to our qos class games
2001 Oct 31
2
spool unixXwindows and password
Good morning,
I have two problems and I would like know if you can help me:
1- I have a printer "plotter-A0" installed in a windows98. There isn?t
driver for this printer in the unix (solaris2.x). I would like to
create a spool to this printer by the "admintool" but it left from the
impression calls this printer automatically in the windows. It?s
possible?
2- Every times
2006 Jul 31
1
standard dev in glmmPQL
Hi!
Can anyone let me know how can I get the stdDev of the random intercept from the output of glmmPQL?
Thanks
Salom?
2006 Nov 10
2
problem with authentication of groups(users) on share directories
Hi ,
Today I have the following sharing in "Samba version 2.2.12 for Solaris
2.9":
[produto]
write cache size = 384000
comment = AREA DE DADOS DE PRODUTO
path = /usr/produto
read only = No
valid users = @produto
where exists the users cs02929 pertaining to the group @produto. And
everything
2002 Nov 11
8
problem with different user
Hi ,
I need to do my user_windows "eng.processo" to acess my unix solaris 2.x as
user_unix "cs02929".
As like indicate, I create in "global" of file "smb.conf" the command:
username map = /etc/smbusers
and into the file /etc/smbuser, the command: cs02929 = "eng.processo".
This it don?t work. Please, what do I do to this work? Do I forgot
2000 Dec 15
1
Samba 2.0.7 - mangled names problems
Hello,
after upgrade Samba from 1.9.17p4 to 2.0.7 I have problems with name
mangling.
Changed parameters in SMB.CONF for new version:
oplocks = no
client code page = 852
local master = yes
all other parameters are the same.
I one directory I have these files:
0011_BAR_ISSUEAGRES.CSV
0011_MIR_STKGEN.CSV
0011_OLO_ISSUEMPSPEC.CSV
0011_RET_ISSUEAGRES.CSV
When I look to these files (DIR /X) from
2001 Nov 28
17
problem of access with files accentuated
I need of helps for do backup of a server windows2000(english).
In the files accentuated, presents to following message:
ERRDOS - ERRbadfile (File not found.) opening remote file
\f\adm\Arquivos diversos e tempor rios\Tabela Master de Importaao.xls
(\f\adm\Arquivos diversos e temporarios\
They are more of 60 pages with this message.
When I rename the name of the file to without accent, it
1999 Jan 26
1
Hybrid mode (SAMBA digest 1952)
> Date: Fri, 22 Jan 1999 14:22:52 -0000
> From: "Alan Hourihane" <alanh@pinacl.co.uk>
> To: <sam
2008 Oct 22
2
suboptimal lp solutions
Hi list,
I want to find the total maximum resources I can spend given a set
allocation proportion and some simple budget constraints.
However, I get suboptimal results via lp and friends (i.e. lpSolve and
simplex in the linprog and boot) .
For example:
library(lpSolve)
proportions = c( 0.46, 0.28, 0.26)
constraints = c( 352, 75, 171)
lp(objective.in = proportions,
const.mat =
1998 Dec 02
2
W95/98 connect to any SMB share as another user? (SAMBA dige
> Date: 30 Nov 1998 20:22:27 GMT
> From: mathog@seqaxp.bio.caltech.edu
> To: mlist-samba@nntp-server.caltech.edu
> Subject: W95/98 connect to any SMB share as another user?
> Message-ID: <73uuq3$s7j@gap.cco.caltech.edu>
>
> map H: as \\machine1\share1 as username=John, password=JohnsPassword map
> M: as \\machine2\share2 as username=Jane, password=JanesPassword
>
2012 Jan 13
1
Portfolio Optimization
Hi,
I'm an R newbie and I've been struggling with a optimization problem for
the past couple of days now.
Here's the problem - I have a matrix of expected payouts from different
stock option strategies. Each column in my matrix represents a different
stock and each row represents the return to the strategy given a certain
market move. So the rows are not a time series of percentage
2006 May 05
1
A question about linear optimizaton
Dear all,
I am trying to find a solution satisfying the below equations
in R.
Set up the problem
9 X1+ X2 + X3 = 2
X1+ X2 + X3 = 1
which is subjected to
0 < X1 < X2 < X3 < 2.
I have downloaded the packages \'linprog\' and \'lpSolve\' but can
not see how to solve the question.
Thank you for your help.
With