Statistics
5 Questions
0 Answers
RANK
190,309
of 297,695
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,466
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,380
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can I apply branch and bound and use linprog function to minimize a function? if there is an example please share it
I have to use linprog For branch and bound optimization
1 year ago | 1 answer | 0
1
answerQuestion
How do I include or make a discrete variable for an optimization problrm?
This is the code I made and I got a values: x1=3 x2=8 x3=3 x4=3 x5=0 x6=0 x7=11 but x1 result is not in the group of n...
1 year ago | 2 answers | 0
2
answersQuestion
find the deflection and rotation for fixed-fixed beam on a point away from the force
I'm trying to get the deflection and rotation of a point located away from the line of force's action, the problem is to fined t...
1 year ago | 1 answer | 0
1
answerQuestion
the global stiffness of two 4x4 matrices of truss
How do I make a code to assemble these two 4x4 matrices to get the 6x6 global stiffness matric as shown? clear all; clc; K1=[...
1 year ago | 1 answer | 0
1
answerQuestion
unbounded in linear programming
Hay guys I'm trying to solve this problem using the linprog() function but it keeps telling that the problem is unbounded %each...
1 year ago | 1 answer | 0