Thread: How to Solve the Inequality Formulations?

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    2

    How to Solve the Inequality Formulations?

    Hi, I come from Taiwan.I have a experiment and need a algorithm to solve the inequality formulations.Does anybody know how to do it? Or Anybody can provide me some websites.Thanks.

  2. #2
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Be a little more explicit. What type of solution are you looking for? Do you want a symbolic solution, or do you have a series of functions for which you need to grind out values for?

    Additionally, let us know what you've thought of/tried in your attempts to solve this program.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Posts
    2

    Smile

    Quote Originally Posted by Zach L.
    Be a little more explicit. What type of solution are you looking for? Do you want a symbolic solution, or do you have a series of functions for which you need to grind out values for?

    Additionally, let us know what you've thought of/tried in your attempts to solve this program.
    Sorry, my post is not explicit.My variables are all integer and I want to achieve one of variables to be minimized.The formulations are like as below:
    goal: minimize K
    constraints:
    a1 - b1 >= -X1;
    a1 - b1 <= K - X2;
    a2 - b2 >= -X3;
    a2 - b2 <= K - X4;
    .....................
    .....................
    {X1, X2, X3 , X4.....} are given values.{a1, a2,....}{b1,b2,...} are variables.That's my problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. solve efficiently
    By jack_carver in forum C Programming
    Replies: 4
    Last Post: 02-20-2009, 07:56 AM
  2. Solve a maze recursive
    By BENCHMARKMAN in forum C++ Programming
    Replies: 4
    Last Post: 09-19-2006, 11:33 PM
  3. Replies: 2
    Last Post: 04-25-2005, 11:59 AM
  4. Help to solve this problem
    By Romashka in forum C++ Programming
    Replies: 3
    Last Post: 04-16-2002, 09:32 AM