Skip to content
View Lucca-Rodrigues-main's full-sized avatar

Block or report Lucca-Rodrigues-main

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. KKT-Conditions-Tester-1st-and-2nd-Order-Matlab KKT-Conditions-Tester-1st-and-2nd-Order-Matlab Public

    MATLAB implementation for verifying 1st and 2nd order KKT optimality conditions. This tool automates the combinatorial check of all possible active and inactive constraint sets for first-order cond…

    MATLAB

  2. Unconstrained-Optimization-Classical-Methods-Search-and-Gradient Unconstrained-Optimization-Classical-Methods-Search-and-Gradient Public

    This repository contains a collection of MATLAB scripts that implement some of the classical optimization methods for unconstrained optimization models: Steepest-Descent, Newton method, Gauss-Newto…

    MATLAB

  3. Metodos-Simplex-Matlab Metodos-Simplex-Matlab Public

    Este repositório contém uma coleção de scripts em MATLAB que implementam diferentes variações do método Simplex para resolver problemas de programação linear (PL): Uma Fase, Duas Fases, Artificial …

    MATLAB

  4. Constrained-Optimization-Classical-Methods-Penalty-Zoutendijk-GPMR Constrained-Optimization-Classical-Methods-Penalty-Zoutendijk-GPMR Public

    This repository contains a collection of MATLAB scripts that implement some of the classical optimization methods for constrained optimization models: Penalty and Barrier methods, linear and non-li…

    MATLAB

  5. Plot-Graph-in-C-Windows-GDI Plot-Graph-in-C-Windows-GDI Public

    A tool to plot mathematical functions and waveforms directly in the Windows console using GDI for quick data visualization, featuring customizable axes, line styles, and colors.

    C

  6. Reading-Unformatted-Keyboard-Input-in-C-Winapi Reading-Unformatted-Keyboard-Input-in-C-Winapi Public

    A set of C functions to read unformatted (keyboard) input. Provides safe, validated reading for every data type, replaces unsafe scanf with portable alternatives using PeekConsoleInput and custom s…

    C