Community Profile

photo

Qayyim Awie


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


anyone can help to covert this into matlab?
nummachines = 3; proctimes = [3 6 3 5 5 7;... 5 4 2 4 4 5;... 5 2 4 6 3 6]; n1 = size(proctimes,2); % Number of jo...

3 years ago | 0 answers | 0

0

answers

Question


how to solve not enough argument on the bold one?
function [B,vset,ops,ct] = bbdireg(Y,X,n,nc) % BBDIREG: % Improved downwards branch and bound (BBDi) to select subset for lea...

3 years ago | 1 answer | 0

1

answer

Question


C++ to matlab, anybody can help?
// Program to solve Job Assignment problem // using Branch and Bound #include <bits/stdc++.h> using namespace std; #defi...

3 years ago | 1 answer | 0

1

answer