1. What do you understand by Linear Programming Problem? What are the requirements of Linear Programming Problem? What are the basic assumptions of Linear Programming Problem?
include<stdio.h> #include<conio.h> #include<string.h> void main() { int first,last,flag=1; char str[100]; clrscr(); printf("Enter number to get to check wheather palindrome or...
When solving linear prog. problems, we base our solutions on assumptions.one of these assumptions is that there is only one optimal solution to the problem.so in short NO. BY HADI It is possible to...