Class RemArea

Inheritance Relationships

Base Type

Class Documentation

class RemArea : public f2c::obj::HGObjective

Compute the area of the mainland (field - headlands).

Public Functions

virtual bool isMinimizing(void) const override

Return true if the objective is to minimize the cost function.

double computeCost(const F2CCell &total_cell, const F2CCell &rem_cell)
double computeCost(const F2CCells &total_cell, const F2CCell &rem_cell)
double computeCost(const F2CCell &total_cell, const F2CCells &rem_cell)
double computeCost(const F2CCells &total_cell, const F2CCells &rem_cell)