Skip to content

Latest commit

 

History

92 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACS-MIP

Alternating Criteria Search is an heuristic algorithm that solves mixed-integer linear programming problems.

ACS-Demo.mp4

Dependencies

  • CPLEX 22.1.1

Usage

Compile

gcc acs_mip.c -o acs_mip.out -lcplex -lm

Execute

Usage: ./acs_mip.out -i <intput> -o <output> -s <seed> -p <%varfixing>
   input: is a file with extension
      MPS, SAV, or LP (lower case is allowed)
   output: is a file with extension csv
   seed: any integer number
   %varfixing: is the percentage of fixed variables

About

Implementation of the Alternating Criteria Search heuristic for Mixed Integer Linear Programming problems.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages