<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Senhores, ao tentar otimizar a partir do arquivo abaixo:<br>
    <br>
    <font face="Times New Roman, Times, serif"><i>library(boot)</i><i><br>
      </i><i>z = c(1,1,1,1,1,1,1)</i><i><br>
      </i><i>res2 =
matrix(c(1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1),7,7)</i><i><br>
      </i><i>simplex(a=z,A1=NULL,b1=NULL,A2=rbind(res2),b2=c(18,12,15,19,14,16,11),A3=NULL,b3=NULL,maxi=FALSE)</i></font><i><br>
    </i><br>
    Recebo a mensagem:<br>
    <br>
    <br>
    <font face="Times New Roman, Times, serif"><i>Erro em pivot(tableau,
        prow, pcol) : </i><i><br>
      </i><i>  NAs não são permitidos em atribuições por subscritos</i><i><br>
      </i><i>Calls: simplex -> simplex1 -> pivot</i><i><br>
      </i><i>Execução interrompida</i></font><i><br>
    </i><br>
    A título de elucidação, abaixo o arquivo utilizado pelo gurobi
    (<a class="moz-txt-link-abbreviated" href="http://www.gurobi.com">www.gurobi.com</a>) ao qual realizo a tarefa normalmente.<br>
    <br>
    <font face="Courier New, Courier, monospace"><font face="Times New
        Roman, Times, serif"><i>Minimize</i><i><br>
        </i><i>        x1 + x2 + x3 + x4 + x5 + x6 + x7</i><i><br>
        </i><i>Subject To</i><i><br>
        </i><i>        x1 + x2 + x3 + x4 + x5 >= 18</i><i><br>
        </i><i>        x2 + x3 + x4 + x5 + x6 >= 12</i><i><br>
        </i><i>        x3 + x4 + x5 + x6 + x7 >= 15</i><i><br>
        </i><i>        x4 + x5 + x6 + x7 + x1 >= 19</i><i><br>
        </i><i>        x5 + x6 + x7 + x1 + x2 >= 14</i><i><br>
        </i><i>        x6 + x7 + x1 + x2 + x3 >= 16</i><i><br>
        </i><i>        x7 + x1 + x2 + x3 + x4 >= 11</i><i><br>
        </i><i>Bound</i><i><br>
        </i><i>        x1 >= 0</i><i><br>
        </i><i>        x2 >= 0</i><i><br>
        </i><i>        x3 >= 0</i><i><br>
        </i><i>        x4 >= 0</i><i><br>
        </i><i>        x5 >= 0</i><i><br>
        </i><i>        x6 >= 0</i><i><br>
        </i><i>        x7 >= 0</i><i><br>
        </i><i>Integers</i><i><br>
        </i><i>        x1 x2 x3 x4 x5 x6 x7</i><i><br>
        </i><i>End</i></font><br>
    </font><br>
    Alias, como garantir lá no R que os resultados sejam números
    inteiros apenas?<br>
    <br>
    Obrigado<br>
    <br>
    Att<br>
    <br>
  </body>
</html>