Manuel Fernandez de Dios
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Manuel Fernandez de Diosさんの最近のアクティビティ-
Manuel Fernandez de Diosさんがコメントを作成しました:
Hi, The problem is that in this type of model the presolve slows down the solution of the problem. I ran the AMPL version with presolve off, but the R API version with presolve on. That's why I got...
-
Manuel Fernandez de Diosさんがコメントを作成しました:
Thanks Matthias, R API interacts with Gurobi with files or by memory? Cheers Manuel
-
Manuel Fernandez de Diosさんがコメントを作成しました:
Sorry Matthias, It's the same problem, log files extracts are from different iterations. Here is the first iteration in both AMPL Presolve eliminates 0 constraints and 68 variables.Adjusted probl...
-
Manuel Fernandez de Diosさんがコメントを作成しました:
Hi Log file extract (1 iteration) R API Gurobi 9.5.1 (linux64, R) logging started Xov 14 Abr 2022 17:49:02Set parameter UsernameSet parameter LogFile to value "TSP.log"Academic license - for non-co...
-
Manuel Fernandez de Diosさんがコメントを作成しました:
Thanks a lot, Matthias Cheers, Manuel
-
Manuel Fernandez de Diosさんがコメントを作成しました:
Hi, something like that result <- gurobi(model, params) time=result$runtimewhile(#----subtour found--------){ # re = new subtour elimination constraint model$A=rbind(model$A,re) model$sens...
-
Manuel Fernandez de Diosさんが投稿を作成しました:
R API slower than AMPL?
回答済みI am making a comparison between solving a problem with Gurobi using AMPL and using directly the R API. The result I find is surprising, it is much faster to solve with AMPL (computing only solver ...