zakarya guettatfi
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
投稿
zakarya guettatfiによる最近のアクティビティ-
getVarByName c++
回答済みAfter optimizing a model, I need to take a specific value "x1" from solutions Using c++ m1.getVarByName("x1") I got this error : error: ambiguous overload for ‘operator<<’ (operand types are ‘std::...
-
undefined reference GRB c++ make
回答済みHi I have an issue at this level: (.text._ZN14fpga_floorplan6gurobiEv[_ZN14fpga_floorplan6gurobiEv]+0x2de2): undefined reference to `GRBModel::write(std::__cxx11::basic_string<char, std::char_trai...
-
Fatal error: can't create Env.o: Permission denied
ユーザーの入力を待っています。I get an error with command make. below is the errorg++ -m64 -fPIC -O -I../../include -c ../cpp/Env.cppAssembler messages:Fatal error: can't create Env.o: Permission deniedmake: *** [Makefile:11: E...
-
How I can stop the optimization when I the objectif function is less or equal than a value using (BestBdStop & BestObjStop)?
回答済みHi, I am a bit confused by using BestObjStop & BestBdStop, I use the gurobi to minimize an objective function so I need to stop gurobi when I get objective function less or equal than a specific va...
-
Linear program with ceiling or floor functions (HOW?)
回答済みHow I can linearize a constraint with ceiling or floor functions in gurobi.
-
converst string (constraint) into GRBLinExpr (C++)
I would like to know if there is a way to convert a string into GRBLinExpr?in order to use: model.addConstr(string) or another way to add a constraint of string type to model file using gurobi c++ ...