Giter Site home page Giter Site logo

tableau-printer's Introduction

tableau-printer

Simplex solver and tableau printer written in C++. Input a tableau and perform any operations you want.

Usage

Input file format is as in input.txt, variables should be written along the first row.

Run the program with

tableau-printer input.txt

Notes

Also note that with Tableau<Fraction<int>>, most real problems won't be solvable, since the ints in Fraction will overflow. However, for pretty-printing nice example tableaus, this works nicely. For the latter, consider Tableau<Double> but be wary of rounding errors..

Some of the features listed in the menu aren't yet implemented. Implementations and suggestions for more features are welcome.

I've moved the LaTeX making code into a bash script latexify.sh. Simply save the output of the program into a file and then run cat output.txt | ./latexify.sh to get LaTeX output. Make sure to\usepackage{amsmath}. If you want to have mathematical symbols in the LaTeX output, simply name the variable \zeta, x_1 or whatever tickles your fancy.

tableau-printer's People

Contributors

carotti avatar

Watchers

James Cloos avatar  avatar Christopher Macca avatar

tableau-printer's Issues

Makefile incorrect

Dear Raymond Barton,

Sorry to have made such a redundant issue. I won't waste your valuable time again.

Regards,
Thom

Does not terminate

Entering 0 does not terminate the programme!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ๐Ÿ‘Ž

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.