15 programs for "simplex" with 1 filter applied:

  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1

    OpenDino

    Open Source Java platform for Optimization, DoE, and Learning.

    OpenDino is an open source Java platform for optimization, design of experiment and learning. It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules". Implemented Modules Evolutionary Algorithms: - CMA-ES - (1+1)-ES - Differential Evolution Deterministic optimization algorithm: - SIMPLEX Learning: - a simple Artificial Neural Net Optimization problems: - test functions - interface for executing other programs (solvers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Xoptfoil

    Airfoil optimization with Xfoil

    Airfoil optimization using the highly-regarded Xfoil engine for aerodynamic calculations. Starting with a seed airfoil, Xoptfoil uses particle swarm, genetic algorithm and direct search methodologies to perturb the geometry and maximize performance. The user selects a number of operating points over which to optimize, desired constraints, and the optimizer does the rest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    mdoptcli

    Multidimensional Optimizer for Command Line

    This program is a command-line interface to several multi-dimensional optimization algorithms coded in the *GNU Scientific Library -- GSL*. Namely the *Simplex* algorithm, which does not need a gradient, and from the gradient-based algorithms the *Conjugate Gradient -- CG* and the *Broyden-Fletcher-Goldfarb-Shanno -- BFGS* methods. The energy (and possibly energy gradient) is evaluated by a given command, which has to accept coordinates on standard input and returns the appropriate energy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    popt4jlib

    Parallel Optimization Library for Java

    ... network flow and other graph algorithms. A fast parallel implementation of the network simplex method, and some full-fledged parallel/distributed MIP solvers will be added in the next version. In general, emphasis is given in improving the efficiency of the algorithms in shared-memory models via java threads, since multi-core machines are so wide-spread today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 5
    miniBachelor

    miniBachelor

    Mini Version meiner Bachelorarbeit

    ... in der Komandozeile angeben zu müssen - Buffer.hpp: Mit ca. 30 Zeilen Code ist dies eine Klasse, wo Threads Elemente entnehmen und beifügen können. Dieser Vorgang wird durch Semaphoren geschützt. Im Branch "speedup" habe ich mit jedem Commit folgende Features beigefügt: - Worker-Proxies mit gerader id machen Breitensuche - Optimierungen beim Kompilieren - Nutzung einer Heuristik statt Simplex - Multi-Threaded Server und Callback-Funktion zum Beenden von solve()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Complex
    Aplicación escrita en Java para la resolución de problemas de programación lineal usando una implementación del método Simplex. Este aplicación fue diseñada para los estudiantes o profesionales que tienen que lidiar contra este tipo de problemas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis. Useful for students in Operational Research
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    The AgendaNutricional software uses Simplex Method (provided by CLP component) to calculate which product will be part of a dietetic prescription, based upon the nutrients needed for daily consumption. See "Documentation" for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    The simpliZia-program implements the simplex-algorithm and is designed to help students of Operations Research to understand and learn the algorithm. This is a german project, source and program are actually written in german.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Numep is a web-based interactive program that implements some numerical algorithms such as simplex algorithm, matrix decompositions, iterational equation-system solving, eigenvalue determining.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Generic Lexer which along with a language definition (.slx) file, constitutes Yacc/Bison compatible, custom lexical parser. It is ~1/3 the size of an equivalent Flex Lexer, resulting in a smaller compiler, and simpler yet more powerful lexical definition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a Program to solve Linear Programs using the Simplex Method. Written in C/C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A java command-line application where the main goal is to solve any simplex problem. It's a team-work school project. It can be usefull for other students who needs to understand the simplex algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Program solves various linear programming problems using simplex method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next