Questions tagged [feasibility]

Capable of being done, effected, or accomplished.

39 questions
0
votes
0 answers

Check constraint PULP python 3

I am using pulp to solve a lineal problem in python, I have thousands of constraints, so I can not check each constraints, and my result with some constraints is "Infeasible". Each restriction has an associated name, how can I know which constraint…
0
votes
1 answer

Gurobi: Relaxing Infeasible Model in Python

I have the following constraint set in the mathematical notation of Gurobi. x variables are binary. sigmaplus and sigmaminus variables are positive and continuous. Subject To 858 x[1,_2] + 1092 x[1,_3] - sigmaplus[1] + sigmaminus[1] = -200 #…
tcokyasar
  • 582
  • 1
  • 9
  • 26
0
votes
3 answers

How to develop the iPhone Widget so that they can be run even if the app is in background state

I need to develop widgets for the iphone device. But don't know how to do it. Are they possible to develop & acceptable as per the apple norms? Basically I need develop an app which can display its view also when the phone is locked or app is in…
Zahur
  • 181
  • 3
  • 10
0
votes
1 answer

Print something completely different when the LP is infeasible in MathProg

I’m using MathProg (a language specific to the GLPK library, resembling a subset of AMPL) to find topological ranking of vertices of a graph. It’s an assignment for my linear programming class. It’s an introductory exercise to make sure we can…
Palec
  • 12,743
  • 8
  • 69
  • 138
0
votes
1 answer

iPhone Application UI Implementation Suggestion

I am building an iPhone app, which will function similarly to many restaurant finder applications. When launched, the application will start with a view that allows a user to specify a zip code for performing a search. Alternatively, if the user has…
senfo
  • 28,488
  • 15
  • 76
  • 106
0
votes
0 answers

fmincon MATLAB: "No Feasible Solution Found!"

I have the following code and I need to use "fmincon" to solve a model with linear constraints and a nonlinear objective function: A = [Aeq ; Aineq]; x0 = zeros(size(A,2),1); x0(1:T:(n+2)*T) = I0; lb = zeros(size(A,2),1); ub =…
Morianta
  • 21
  • 3
0
votes
1 answer

Security and feasibility concerns with logging into another server through a Business Catalyst front end

I have a client that has chosen to use Business Catalyst for their public facing services, and they want to access roughly four different servers for various activities. The design team has put forth a requirement to be able to log into these…
C.S.
  • 422
  • 2
  • 9
0
votes
3 answers

Is it feasible to build company specific framework that wraps NHibernate?

I heard that companies that use Java technologies, they used to build their own custom Framework that wraps Hibernate. However, is it really feasible for their .Net peers to do the same thing with NHibernate or Entity Framework?
-2
votes
2 answers

Are neural networks capable of estimating human facial attractiveness in 2018?

I'm trying to understand if the project I'm thinking about is feasible or not using Neural Networks. I'm aware of apps like MakeApp and FakeApp which use neural networks to manipulate human faces. My question is - Can modern (2018) neural networks…
1 2
3