operations-research-algorithm-developer

Formulate and implement optimization models for LP, MIP, CP, VRP, scheduling, and network problems.

7|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill operations-research-algorithm-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operations-research-algorithm-developer
Source: https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill/tree/main/operations-research-algorithm-developer
Command: npx skills add https://github.com/daemon-blockint-tech/Agentic-Enteprises-Skill --skill operations-research-algorithm-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured approach to framing and solving optimization problems, enabling rigorous decision support and production-grade deployments for operations research.

Core Features & Use Cases

  • Formulation guidance for LP, MIP, QP, CP, VRP, scheduling, and network flow problems.
  • Solver integration patterns with OR-Tools, Gurobi, CPLEX, HiGHS, PuLP, and Pyomo; data validation and model lifecycle guidance.
  • Production-ready patterns for data preparation, validation, benchmarking, and deployment of optimization services.

Quick Start

Provide a problem statement and data, then select an optimization model and an appropriate solver to generate a production-ready plan.

Frequently Asked Questions about operations-research-algorithm-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I formulate and solve a vehicle routing problem?

To solve a vehicle routing problem (VRP), you frame it as an optimization model by defining nodes, demands, and constraints, then integrate a solver like OR-Tools or Gurobi to generate a production-ready routing plan.

What is the best way to integrate OR-Tools or Gurobi for production scheduling?

The best way to integrate solvers for production scheduling is using established integration patterns with OR-Tools, Gurobi, or CPLEX, enforcing data validation and modular design to deploy reliable optimization services.

Can I use Pyomo or PuLP for mixed integer programming models?

Yes, you can use Pyomo or PuLP for mixed integer programming (MIP) models. The approach supports solver integration with these frameworks to formulate and implement optimization models for complex decision problems.

How do I set up data validation for an optimization model?

You set up data validation for an optimization model by applying production-ready patterns during data preparation, ensuring inputs meet model constraints before passing them to the solver for benchmarking and deployment.

Does this approach support linear programming and constraint programming?

Yes, this approach supports both linear programming (LP) and constraint programming (CP). It provides formulation guidance for LP, MIP, QP, and CP problems across production, logistics, and service planning.

When should I use HiGHS instead of CPLEX for an optimization task?

You should choose HiGHS or CPLEX based on your solver integration needs and problem scale. Both are supported for optimization tasks, allowing you to select the appropriate solver to generate a production-ready plan.