Capable of being done, effected, or accomplished.
Questions tagged [feasibility]
39 questions
16
votes
2 answers
Is it possible to write a parental control app for iOS?
Is it possible to have parental control in iOS? Like the admin can decide which app user can access, restrict internet access , contacts, photos etc for particular user?

Awesome.Apple
- 1,316
- 1
- 11
- 24
10
votes
4 answers
How many joins are feasible in practice
This question might be more apt to programmers.stackexchange. If so, please migrate.
I am currently pondering the complexity of typical data models. Everybody knows that data models should be normalized, however on the other hand a normalized data…

LiKao
- 10,408
- 6
- 53
- 91
7
votes
1 answer
OurPact Parental Control over iOS device
I asked a question recently about whether I can have parental control over iOS devices.
Link of the question is below :-
Is it possible to write a parental control app for iOS?
A senior developer answered and said this is not possible to do without…

Awesome.Apple
- 1,316
- 1
- 11
- 24
7
votes
4 answers
Extending javascript with keywords
My Google-ing on this has been unsuccessful, so here's the question:
I am wondering if it is possible to add my own keywords to extend the JavaScript language in a given framework.
For example
Object1 extends Object2
in the code would result in…

jd.
- 4,057
- 7
- 37
- 45
6
votes
5 answers
Possible to launch Apple's default weather app from my application?
One of my client wants to open Apple's native weather app from our application. After few I don't see a possible way, unless we need to go with any 3rd party apps which provides custom url…

palaniraja
- 10,432
- 5
- 43
- 76
6
votes
2 answers
Finding out reason of Pyomo model infeasibility
I got a pyomo concrete model with lots of variables and constraints.
Somehow, one of the variable inside my model violates one constraint, which makes my model infeasible:
WARNING: Loading a SolverResults object with a warning status into…

oakca
- 1,408
- 1
- 18
- 40
3
votes
2 answers
Gurobi Optimizer: determining feasibility without optimizing the model
In Gurobi, is it possible to see if a group of constraints and variables are feasible without actually optimizing the problem? It seems if the objective is a constant, Gurobi still does a lot of heavy computation to find an optimal solution, which I…

mnmp
- 380
- 2
- 15
3
votes
1 answer
Real-time Audio processing - latency feasibility check
I have an application concept that required real-time audio signal processing that can be broadly described as: a) sampling incoming audio (from microphone), b) performing signal processing functions (such as filtering, fourier transform, filtering…

Mitch Webster
- 31
- 2
2
votes
1 answer
Why does the problem become infeasibly if the bounds of the decision variable are increased?
I am programming an heat exchanger optimization problem as a MINLP problem using Pyomo 5.6.6 and Couenne 0.5.6 as downloaded executable file for MacOS. The model has two decision variables, which are the external supply of heat in form of steam and…

PhilippK
- 36
- 6
2
votes
1 answer
Programmatically lock iDevice orientation
In an app we are developing we have an option to let the user choose preferred orientation (i.e if they choose Portrait the app will be locked to portrait orientation and the same for Landscape and if Both is opted the app will work on all…

Nina
- 1,579
- 2
- 21
- 51
1
vote
1 answer
Generally, is it possible to write kinect-like app using only C++?
I mean, write web-cam recognition that is close to kinect in it's accuracy.

nicks
- 2,161
- 8
- 49
- 101
1
vote
0 answers
Max/min flow for scheduling slots
So imagine there is a bus schedule:
These are return routes.
NYE<->LND 2 buses needed
NYE<->STN 3 buses needed
STN<->LND 2 buses needed
Single arrow signifies one-way journey. Note NYE->LND is one way.
In the graph, NYEdep is NYE departure slot,…

gnarm
- 59
- 6
1
vote
2 answers
augmented reality measure size of objects - feasability
I want to develop an app on android to measure the size of objects in a room. E.g. to measure the length of an edge of a table. For this purpose I would use "edge detection" either from imagej or from openCV. Then I would take this edge and define…

gartenabfall
- 260
- 1
- 6
- 15
1
vote
0 answers
How to identify transactions that were purchased during a sale or at a discount
I'm trying to develop a proof of concept and determine if this is technically feasible - If I purchase an item at a discount from its normal listed price (i.e. the normal full price is $20 but I bought it on sale for $15) from a retailer online or…

Matt
- 57
- 1
- 9
1
vote
2 answers
Iphone: Application feasibility
I am very new to developing apps on the Iphone (In-fact I am new to application development all together). I would like to know what the feasibility for an idea for a app on the iphone is.
1)The application would allow users to download content…

Dennis Javokavich
- 11
- 1