Difficult Decision: MS Operations Research or Software Development?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
homeylova223
Messages
104
Reaction score
22
I started a degree in MS operations research but now am having second thoughts.
I took a class in statistics and optimization using linear algebra. But what I enjoy most is programming in python.I am
also teaching myself c++.
People say industrial engineer is more about analyzing data while software engineer is more about building a product.

I am not sure which one to proceed on. I am enjoying coding challenges on website like leetcode way more than
probability and statistics. So does that mean my path is more toward software development. I like small coding
challenges with list and small functions but I never developed software before...

And industrial engineer is like the applied version of operations research where you use simplex algorithm and other technique to model shipping and things like that.
 
on Phys.org
@homeylova223 , I personally think you are making a false dichotomy between career options in software development versus a career in industrial engineering/operations research (OR).

Industrial engineering is more than simply analyzing data -- the field is fundamentally involved with optimizing processes and systems (at both the theoretical and applied levels).

There is considerable applicability in applying such OR methods in the development of software (so knowledge of operations research is helpful in that respect). In addition, there are opportunities for work in software development that is devoted to OR.

At any rate, if I'm not mistaken, an OR MS degree will require at least some background or coursework in software development or programming. So it's not as if you are closing doors in either direction.
 
  • Like
Likes   Reactions: homeylova223
Yes industrial engineer/OR do have to know a little bit about software. For example they have to know some of the libraries such as as google OR tools and scipy in python to use optimization strategies. It does seems like CS student would probably have more knowledge of lower level programming language like c++.

I guess both are intertwined. OR/industrial engineer student will probably have more knowledge of optimization and probability statistics, while a cs program there might be more emphasis on going in deph into .. compilers
and things like that.

It like industrial engineer is like a subspecialty of cs which focuses on developing algorithms for certain application like supply chains.In any case it seems like that to me.