Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New solver #25

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

New solver #25

wants to merge 40 commits into from

Commits on Sep 21, 2021

  1. Written a new LP solver.

    B-head committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    708c8e2 View commit details
    Browse the repository at this point in the history
  2. Using string.format().

    B-head committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    140ee91 View commit details
    Browse the repository at this point in the history
  3. Include the subfactory name to subfactory_data.

    Add dump of solver variables.
    B-head committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    bbe7d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    5805229 View commit details
    Browse the repository at this point in the history
  2. Add garbage.

    B-head committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8aca6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Reduce variables.

    B-head committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    af2b5f0 View commit details
    Browse the repository at this point in the history
  2. Changed the initial value of vector s.

    Set tolerance to MARGIN_OF_ERORR.
    B-head committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    03b039d View commit details
    Browse the repository at this point in the history
  3. Rename dot() to hadamard_product(). (I am an idiot.)

    Expanded to allow calculation in matrix.
    B-head committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6e0543d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a6b2e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    4fc1e69 View commit details
    Browse the repository at this point in the history
  2. Minor refactoring.

    B-head committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    18aa4d5 View commit details
    Browse the repository at this point in the history
  3. Written SparseMatrix class.

    B-head committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    7f2295a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    f5806e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    b5da26d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    53ff3ed View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    ad67822 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Minor solver changes.

    B-head committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    83276f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Changed version to 1.1.26.

    B-head committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    385d018 View commit details
    Browse the repository at this point in the history
  2. Fixed nil state trap.

    B-head committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f2c8b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    9e8ef1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ca9fb View commit details
    Browse the repository at this point in the history
  3. Force variables constraint.

    B-head committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    31a4adf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d826f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Fix: Crash when ingredient_satisfaction is true.

    Hide the fuel only ingredient if the amount is zero.
    B-head committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    7cf18f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce5711 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    9f48bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Rename migration file.

    B-head committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    11ff497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85f630 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add LDoc to solver_util.lua

    B-head committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2d8433f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fabdc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Modify orders

    B-head committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ba92182 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Minor refactoring

    B-head committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    af190d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Add LDoc

    B-head committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b7f912a View commit details
    Browse the repository at this point in the history
  2. Refactoring name changes

    B-head committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    640c197 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Fix LDoc

    B-head committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    10c8e8d View commit details
    Browse the repository at this point in the history
  2. Fix LDoc 2

    B-head committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b0aa8ac View commit details
    Browse the repository at this point in the history
  3. Improve performance

    Use the previous solution as the initial value and calculate
    from the point closest to the optimal solution.
    B-head committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ecd1764 View commit details
    Browse the repository at this point in the history
  4. Fix LDoc 3

    B-head committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0bdf0cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    e7e8d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e7b22 View commit details
    Browse the repository at this point in the history