Java Libraries for Linear Programming/Optimisation or OR related algorithms

Dear all,
I am working on some applications dealing with optimisation of constraints spaces/resource.
I will probably need to engage linear programming / optimisation techniques or algorithms to solve the problems. I wonder if anyone know of any Java libraries for purpose (trying to write my own optimisation/linear programming solving packages will require way too much effort and re-inventing the wheel).
Many thanks!
regards

DON'T cross-post:
http://forum.java.sun.com/thread.jsp?thread=562802&forum=31&message=2769992

Similar Messages

  • Java Libraries for Linear Programming/ Optimisation / OR Related Topics

    Dear all,
    I am working on some applications dealing with optimisation of constraints spaces/resource.
    I will probably need to engage linear programming / optimisation techniques or algorithms to solve the problems. I wonder if anyone know of any Java libraries for purpose (trying to write my own optimisation/linear programming solving packages will require way too much effort and re-inventing the wheel).
    Many thanks!
    regards

    Hi,
    I wonder if there are more complete and comprehensive packages. I hope to find some libraries that will provide the optimal solution and at the same time with report generation facilities (i.e. sensitivity reports).
    Any ideas / advices?
    regards,
    david

  • 'Solver' for Linear Programming

    Hi,
    I'm a university student doing accounting in UK and I need to answer some questions on Linear Programming which I am supposed to solve using Microsoft Excel. To do this, I need 'solver' tool which i can get free from the internet. However, I do not use Microsoft Excel, but Number09. So, where can i get the 'solver' thingy from? Does Numbers09 even have the tool? I really need the 'solver' tool so badly...
    Thanks!!
    -Izwan-

    Welcome to the forum .
    Alas, Numbers is not the tool to use : it doesn't contain a solver.
    Maybe ( I really wrote maybe ) we will get one with the next version.
    Yvan KOENIG (VALLAURIS, France) samedi 23 janvier 2010 22:47:58

  • XI 3.0: Additional libraries for mapping program

    Hello,
    I got the scenario that the program within my Interface Mapping is making use of additional custom java resources (jar's).
    I know that in XI 2.0 I had to put these additional libraries into the directory:
    ..\j2ee\cluster\server\additional-lib
    and register them in the files:
    ..\j2ee\cluster\server\managers\library.txt and
    ..\j2ee\cluster\server\managers\reference.txt
    Now in XI 3.0 I don't have these folders and files anymore. Therefore I simply imported the jar files into the repository...But I do neiter know wether that is the right way at all for registering additional libs in XI 3.0 nor I don't know if I have to import them into the same software component or namespace then the mapping program.
    Does anybody know how to make use of additional libraries within a XI 3.0 Stack 5 landscape? I would very much appreciate any recommendations on that!
    Kind regards,
    Sven Lattermann

    Hi Advait,
    From the below what I understand is that you are not able to do value mapping for the follwoing
    1     A
    2     A
    3     B
    As value mapping allow one to one mapping only. Please do it like as mentioned below
    1     1*A
    2     2*A
    3     3*B
    Then in the graphical mapping of Integration Repository do the mapping for the same as shown below
    source field > VALUEMAPPING> UDF--> TARGET Field
    In UDF suppress the value of  1* , 2* , 3* which can be done as follows
    create one UDF with one input field
    //write the code as below to suppress the field
    return input.substring(2);
    Here the davantage of using 1* , 2* , 3* etc is that you have the option to use value mapping for 100 values which I think is not normally the case for any Interface.
    If you have same source you can do the same thing for that.
    Hope this helps you to resolve your query.
    Thanks & Regards
    Prabhat

  • What are the Java libraries for RFID

    I need to know the Java classes implemented in RFID infrastructure for processing data and events between readers and tags?

    Hi,
    You can install the Java proxy runtime on the SAP J2EE Engine Release 6.40 SP5 or higher.
    The messaging system that the Java proxy runtime uses to send messages to the Integration Server must also be installed on the J2EE server.
    To send messages from a J2EE application, the application must be programmed against beans that encapsulate all details about the Java runtime. The following classes are generated:
    ·        Proxy classes that send or receive messages using the Java proxy runtime.
    ·        Bean classes as an outer shell that conform to the J2EE standard. The beans call the proxy classes for communication.
    The classes must be deployed on the J2EE server together with their J2EE application
    see this link for the example scenario http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d

  • Is there any parallel programming libraries for java?

    Greetings
    I am taking a course about parallel processing and we are using the C language with the MPI library.
    so, I was wondering if there is any java libraries for parallel programming

    Did you try google?
    Many, many hits include:
    http://librenix.com/?inode=5348
    http://www.alphaworks.ibm.com/tech/dppej
    http://www.cpc.wmin.ac.uk/~justog/Courses/ParallelProgrammingwithJava/Homepage.htm

  • Looking for Quadractic programming package

    Anyone know where I could get hold of a java package for quadratic programming?

    Actually this is a line of attack I'm considering on a problem I posed a couple of weeks back, and for which I got no response.
    The project involved is a geographical information system. One of it's functions is to compose composite maps which may have map data superimposed from several sources, and also may have scales, captions, legends etc..
    This composition is specified by an XML file, which works like java.swing.Box in the way it organizes space.
    The specific problem arrises when sizes for the various frames are not explicitly provided. Some frames have minimum feasible dimensions, some have fixed aspect ratios, some are greedy for teritory in one or both dimensions, some aren't improved by being enlarged.
    I've just written code which does this allocation of teritory by linear programming. The trouble is the qualities I'm trying to optimise are still rather vague, and don't want to be linear. For example frames that display actual maps want to be as large as possible and still fit, but if there is more than one of them then they should, by default, be of similar area. If I take linear objecitve functions (e.g. the sum of the two dimensions) then one very large one and one vanishingly small one gives me the same objective score as two of equal size.
    I'm considering modifying the simplex algorithm, having find an optimum vertex, to look for neigbouring verticies with the same score and then average them, in effect if there's an edge, facet, hyperfacet or whatever of the simplex tangental to the objective planes then take the middle of it.
    I'll probably experiment with that today.
    If I can find a quadratic programming package I should be able to experiment without a big investment of time.

  • [Java]Java Library for CVS and SVN

    Hi!
    I need Java libraries for my application. I want to manage repository CVS and SVN directly form Java code and not with a graphic interface.
    I've found some SVN library(for example SVNKit) but I don't found any CVS library.
    Can you help me?
    Thanks,
    Stefano.

    Keep googlin'! They're out there! It's worth grabbing the source code for Eclipse or NetBeans or something, and digging about in there. If they're not using a third-party library to handle CVS, they've probably at least written their own. Nothing to stop you, for instance, grabbing part of the Eclipse Team bundle and using it yourself.
    Question is: Why do you want to do this? If it's some wacky "self-checking in code", forget it.

  • Free ide for gui programming

    can someone tell me what's the best free java ide for gui programming?

    No one can answer the question of which one is better. It's like answering the question - is red more beautiful than yellow?
    I can however say that the plugins into eclipse which lets you build swing ui by drag and drop are not mature, and I don't think they work if you modify the code by hand, and then want to go back into "drag % drop" mode. The ui builder in jbuilder is nice, and doesn't clutter the code, and it works even if you have modified the code by hand.
    /kaj

  • I want to compile java for *.exe program?

    I want to compile java for *.exe program?
    Thanks

    I want to compile java for *.exe program?
    ThanksYou're welcome, but the correct answer was allready
    given in previous response.oops, late again, must edit.
    You're welcome, but the correct answer was allready given in the first response.

  • What is the best IDE for database programming in java?

    im just new to java, i have experience in powerbuilder and visual basic. Im looking for an IDE for JAVA Database Programming that have same ease of use of the GUI builder of visual basic and power of the Datawindow in Powerbuilder.
    What is the best IDE for database programming in java?

    hey sabre why not just help me? instead of posting
    annoying replies. You want me to browse all the post
    two weeks ago to find what im looking for. stoopsMost regulars to this forum find X-posting annoying. Since you are lazy and want me to search the posts of the last couple of week for you, I find you very annoying.

  • Code Samples for SDK programming in Java

    I need a complete set of Code Samples for SDK programming in Java, like the one that is available in VB and .Net.
    For Example, if you look at the following directory of machine where SDK is installed,
    C:\ProgramFiles\SAP\SAP Business One SDK\Samples\COM DI\VB.NET
    we have following Sample programs in C Sharp, VB6, VB.Net
    01.BasicOperations
    02.MetaDataOperations
    03.UsingSBObob
    04.SerialAndBatch
    05.OrderAndInvoice
    06.ObjectsSchemas
    07.Permissions
    08.LoadFromXML
    09.BudgetEditor
    10.Messages Service
    11.Basic Company Settings
    12. Report Layout Service
    13.SaveXML
    14.ItemCycleCount
    15.ApprovalStagesAndTemplateServices
    16.Alert Management Service
    Iam looking for Samples like what is available above so that we can understand JCO better.

    Hi Sridharan,
    The only JCO samples I know of are posted in the [thread|;.
    Regards,
    Vítor Vieira

  • Does Java have any class for linear algebra/matrix computation

    Hi!
    I am new to Java. Would like to ask whether Java provides any class or package for linear algebra/matrix computation, before I switch to MATLAB or write the code by myself.
    Thank you

    Maybe you can find something here,
    http://math.nist.gov/javanumerics/

  • ODF - Open Document Format libraries for Java?

    Are there any existing libraries for creating .odf documents from within Java?

    I've tried with JAXB-2.1 to parse the Relax-NG ODF schemas with no luck. There are errors with <mixed> tags and then there are some definitions that can't be turned into java classes. It's too bad, really, it all should work.
    There is a library in progress at http://odftoolkit.openoffice.org/. It works for simple stuff, but not even tables are implemented yet.

  • No oci jdbc11 in java.librar.path for SQL Developer 2.1 EAI

    Just migrated my connections from 1.5.5 and tested.
    I have the one with the JDK built-in.
    I browsed to it and it comes up.
    However when I access a connection I get the below:
    no oci jdbc11 in java.librar.path for SQL Developer 2.1 EAI

    I got it to work using a BASIC call instead of my normal TNS call.
    We use MS SMS to package the Oracle client and SQL Developer and push it out to users so we don't have people visiting desktops. Also, we use OID to store the entries instead of a tnsnames file so that we don't have to maintain a TNSNAMES file.
    I am testing 2.1 as we would eventually upgrade when it goes GA.
    2.1 seems to be built on Oracle 11g. Issue will be that since 99% of our databases are 10gr2 as well as 100% of our client population will be be forced to upgrade the Oracle client to use 2.1 as we do today without lots of changes for the end user?
    We don't broadcast the information the average user requires for a BASIC connection so that is out for non technical users..
    We have SQL Developer 1.5.5 right now and this is not and issue.
    Hopefully, this will be resolved during EAI for 2.1.

Maybe you are looking for

  • PS CS6 Smartobject - Changing color space not working

    If I initially open a smartobject from ACR into PS CS6 using one color space, eg. sRGB, should it then be possible to click back into ACR and change color space to Adobe RGB ??? This is important to me, since working most of the time in sRGB, batch e

  • IPhoto 9.5.1 not allowing edits to scanned jpeg photos

    I am trying to scan some old family photos using my Epson WF-3250, and I want to edit them using iPhoto.  They seem to be fine when I open the files in iPhoto (ver. 9.5.1), but when I try to edit them (rotate, crop, etc.), I get the following message

  • Can not connect to a remote SSH server with my mac

    Ok have tried 4 different applications, fetch , captain ftp, terminal, etc. I am trying and connect to a friends ssh server to upload some file logs. I have the correct login/password, have tried both protocol 1 and 2. Port 22 is correct. I keep gett

  • Error when play zynga poker

    i always got problem when i play zynga poker in the error console i read this " Error: Permission denied for <http://facebook2.poker.zynga.com> (document.domain=<http://zynga.com>) to call method Location.toString on <http://apps.facebook.com> (docum

  • CS Resource Related Billing

    Can you create a single Debit Memo Request for Order/Sub-Orders with standard configuration?  DP95 allows for a range of orders to be entered, but the order hierarchy is ignored and individual DMR's are created.  Thanks!