Giter VIP home page Giter VIP logo

fm-eliminator's People

Watchers

 avatar  avatar

fm-eliminator's Issues

Printing blank spaces at the start

Issuing the command fm with any parameters and a file will immediately
produce a series of blank spaces.  Probably die to the lexer or parser. 

Original issue reported on code.google.com by [email protected] on 22 Oct 2008 at 9:33

More versatile input format

We support the .lp format.  But we could be even more lax.  Currently
constant must appear on the rhs and variables on the left.  Why?  

Change the parser!

Original issue reported on code.google.com by [email protected] on 7 Oct 2008 at 8:18

Error when slack constraints

The projection onto x1 of the polytope
x1 >= 0
x1 >= 1
x1 <= 2
x2 >= 0
X2 <= 3
2x1 + 2x2 <= 3

should be [1,1.5] indicated by
x1 >= 1
x1 <= 1.5 (or 2x1 <= 3)

Instead I get
-1.00000 x1   <= 0.00000
+2.00000 x1   <= 3.00000
which is [0,1.5]

It seems that having both x>=0 and x

Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 3:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.