Skip to content

light_or is a tool that help you develop Operational Research algorithms to solve combinatorial optimization problems.

License

Notifications You must be signed in to change notification settings

DubingXiang/light_or

Repository files navigation

light_or

Table of Contents

Introduction (中文)

light_or is a tool that help you develop Operational Research algorithms to solve combinatorial optimization problems.

Components

  • bin Store binary files.
  • examples Root directory for all examples.
  • include/light_or Root directory for headers.
    • base Basic utilities. Mainly related to cpp tricks.
    • domain_problems Defined internal domain problems solver.
    • model Core components of the model.
    • solver Core components of the solver.
    • util Utilities needed by the light or solver. High level than the base.
  • lib Store core lib of light or solver.
  • src Root directory for source files. It is a submodule.

Installation

LightOR is currently xmake based build.

Benchmarks

quadratic assignment problem

Quick Start

TODO

Contacts

License

This project is licensed under the terms of the MIT license. See LICENSE for additional details.

About

light_or is a tool that help you develop Operational Research algorithms to solve combinatorial optimization problems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published