A Fortran 95 program to verify the following MILP assignment constraints in the conference article: (16), (17), (18), (24), (25), (26), and (27), with example data corresponding to that of Table I, Figures 2 & 3 and equations (28) & (29).
- execute
ccmake .
whereFWMP_constraints.f95
is located on your system, or replace.
with the path to it if an out-of-source build is preferred, and select the desired Fotran compiler; - configure by pressing
c
then generate themakefile
by pressingg
; - build with
make
; - run the generated
assignments
executable.
A text output in the terminal that will verify the aforementioned equations and examples.