https://github.com/NSchertler/GeneralizedMotorcycleGraph
Tip revision: a34738fe34a051760b4042dc9d740231e511fec1 authored by Nico Schertler on 31 October 2020, 07:04:57 UTC
Updated access token
Updated access token
Tip revision: a34738f
ArclengthStrategyGurobiSeparate.h
#include "ParametrizationInterfaces.h"
//Represents a strategy that calculates integer arc lengths using separate quadratic energies per patch and Gurobi.
class ArclengthStrategyGurobiSeparate : public IArclengthStrategy
{
public:
void CalculateParametricLengths(ParametrizationData& optData);
};